shalior
@shalior on WordPress.org
- Member Since: March 11th, 2020
Contribution History
shalior’s badges:- Plugin Developer
-
Posted a reply to Can not open drop down selection to manually add referral (search), on the site WordPress.org Forums:
No problem. Noticed a bug myself and version 1.4.3 is released. Make sure to update… -
Committed [2737670] to Plugins SVN:
v1.4.3 -
Committed [2737645] to Plugins SVN:
v1.4.2 -
Posted a reply to mannually add referrals, on the site WordPress.org Forums:
This is released. -
Posted a reply to Can not open drop down selection to manually add referral (search), on the site WordPress.org Forums:
Hello, Thank you for reporting. The fix is released. Would please you test again? -
Committed [2737639] to Plugins SVN:
v1.4.2 -
Committed [2737630] to Plugins SVN:
v1.4.1 -
Committed [2737627] to Plugins SVN:
Version 1.4.0 -
Posted a reply to mannually add referrals, on the site WordPress.org Forums:
@justaniceguy I agree the plugin should have this option. @reggielee31 have you implemented it? I… -
Posted a reply to mannually add referrals, on the site WordPress.org Forums:
Use the snippet below. hopefully, it's clear enough. update_user_meta( $new_user_id, 'wrc_referrer_id', $referrer_user_id ); wp_referral_code_add_user_to_referrer_invite_list( $new_user_id,… -
Posted a reply to useful, on the site WordPress.org Forums:
Happy to see it's useful for you. Good lucks! -
Posted a reply to how can i change username to name or last name, on the site WordPress.org Forums:
Hello, You're welcome, paste this snippet in your child theme’s functions.php file. this will show… -
Posted a reply to where do users get their referal code, on the site WordPress.org Forums:
No Problem if you're changing footer.php file try this: <?php echo do_shortcode('[wp-referral-code var=”copy_ref_link”]'); ?> -
Posted a reply to where do users get their referal code, on the site WordPress.org Forums:
No problem. For example, if you're using WordPress block editor you can paste that in… -
Posted a reply to How do i use the action hooks?, on the site WordPress.org Forums:
Hey Example to use the hook: add_action( 'wp_referral_code_after_refer_submitted', function ($new_user_id, $referrer_user_id, $ref_code, $new_user_ref_code){ },10, 4… -
Posted a reply to where do users get their referal code, on the site WordPress.org Forums:
Hey, You need to use this shortcode, the logged-in user will be able to see/copy… -
Posted a reply to [NSFW] how to add referral person income, on the site WordPress.org Forums:
I'm afraid there is no easy answer to this, you'll have to add some custom… -
Posted a reply to Where does data getting saved to?, on the site WordPress.org Forums:
It's in the user metadata. and yes you can access/change those data like anything else… -
Posted a reply to Using LEARNPRESS registration instead of default wordpress login, on the site WordPress.org Forums:
You're welcome. you can set your registration URL in settings. check the plugin screenshots. or… -
Posted a reply to Add Referred by to WooCommerce order list, on the site WordPress.org Forums:
Not tested but should work function wprc_add_referred_by_col_header_woocommerce( $columns ) { $new_columns = array(); foreach (… -
Posted a reply to BUG ver. 1.3.0 Can’t update user role – Submitted refer code is already in use, on the site WordPress.org Forums:
No problem. Well, I don't like bugs. Thanks again for reporting and rating the plugin. -
Posted a reply to BUG ver. 1.3.0 Can’t update user role – Submitted refer code is already in use, on the site WordPress.org Forums:
Thank you for reporting. fixed, update to 1.3.1 -
Committed [2687437] to Plugins SVN:
Fix a bug related to updating/setting custom refer codes -
Posted a reply to Compatibility with woo, on the site WordPress.org Forums:
Hi, You're welcome. It is possible, but it's not one snippet simple solution. In the… -
Posted a reply to Custom code, on the site WordPress.org Forums:
Update to version 1.3.0 :) -
Committed [2681411] to Plugins SVN:
version 1.3.0 -
Posted a reply to Custom code, on the site WordPress.org Forums:
Hello, you can certainly do that, if you're familiar with WP development, this one line… -
Committed [2649418] to Plugins SVN:
update `tested up to` version to 5.8 -
Committed [2649416] to Plugins SVN:
show referral data in users table. version 1.2.1 -
Posted a reply to Dashboard, on the site WordPress.org Forums:
Hello, Sorry for the late response. It's under the settings section. -
Posted a reply to how can User Register by Referral Code?, on the site WordPress.org Forums:
add_filter('wp_referral_code_new_user_ref_code' , function ($rec_code, $user_id){ if (!empty( $rec_code)){ return $rec_code; } return sanitize_text_field( $_POST['YOUR_FIELD_ID']) ??… -
Posted a reply to Show Invited Email And Contact Like Mobile No, on the site WordPress.org Forums:
try this one. ywc. mark the topic as resolved if it's ok. thanks. add_filter('wp_referral_code_invited_user_text' ,… -
Posted a reply to Referral for past users, on the site WordPress.org Forums:
As I said in another topic, it's not possible at the moment. I'm going to… -
Posted a reply to Show Invited Email And Contact Like Mobile No, on the site WordPress.org Forums:
Hey @zamorra, You're welcome. you need a basic snippet to add those extra data. something… -
Posted a reply to How to mannually add referrals, on the site WordPress.org Forums:
Hey @stvsibs, the plugin doesn't have this feature at the moment. this is probably the… -
Posted a reply to How to change – Shows a list of users current user invited, on the site WordPress.org Forums:
Hi, Thanks, Paste this snippet in your child theme’s functions.php file. if needed, you can… -
Posted a reply to How admin can inspect New users are receiving membership links from whom?, on the site WordPress.org Forums:
Hi Tutorvip, You're welcome. -
Committed [2540364] to Plugins SVN:
add screen shot -
Posted a reply to Referral link shows zero, on the site WordPress.org Forums:
at the time you wrote this, the plugin did not support the default WordPress registration… -
Posted a reply to Is this for one role or can there be more, on the site WordPress.org Forums:
by using this plugin you'll have the unique referral codes you need. roles or registration… -
Posted a reply to How admin can inspect New users are receiving membership links from whom?, on the site WordPress.org Forums:
Hi You may want to use the wp_referral_code_after_refer_submitted hook. it fires right after the new… -
Posted a reply to New feature suggestions, on the site WordPress.org Forums:
Update to the latest version. we have this feature now. :) still, there is no… -
Committed [2539099] to Plugins SVN:
modify readme.txt change log -
Committed [2539094] to Plugins SVN:
version 1.2.0 -
Posted a reply to How to change – Shows a list of users current user invited, on the site WordPress.org Forums:
Hey, you're welcome. paste this snippet in you're child theme's functions.php file. this will show… -
Posted a reply to no invited users/balance always shows 0, on the site WordPress.org Forums:
Hi, my only guess is that you're using the default WordPress registration linkwp-login.php?action=register` currently this… -
Posted a reply to New feature suggestions, on the site WordPress.org Forums:
thank you for the suggestions, I agree this is needed. I'll update the plugin as… -
Posted a reply to CRM Integration, on the site WordPress.org Forums:
Hi, Yes it is. Actually I've made the plugin with this in mind. -
Posted a reply to Only Admin Approved Accounts need to be counted!, on the site WordPress.org Forums:
you're welcome -
Posted a reply to Only Admin Approved Accounts need to be counted!, on the site WordPress.org Forums:
The new update may fix your problem. if it doesn't I can't help, unfortunately.
Developer
-
WP Referral Code
Active Installs: 700+