shalior
@shalior on WordPress.org
- Member Since: March 11th, 2020
Contribution History
shalior’s badges:- Plugin Developer
-
Committed [3086926] to Plugins SVN:
update readme -
Posted a reply to Plugin Author does not Respond, on the site WordPress.org Forums:
I do still track critical bugs and issues. however my time is limited unfortunately. Is… -
Committed [2930279] to Plugins SVN:
update wp tested version -
Posted a reply to Is this plugin still being maintained?, on the site WordPress.org Forums:
I'm thinking maybe the plugin should have it's own table/page, Maybe in the next version -
Posted a reply to Is this plugin still being maintained?, on the site WordPress.org Forums:
No problem, Language barrier i guess :D Click on the user you want to manage,… -
Posted a reply to Is this plugin still being maintained?, on the site WordPress.org Forums:
Hey, Maintainer here You'll find it in the user edit page, WP-admin -> Users ->… -
Committed [2885383] to Plugins SVN:
Update to version 1.4.10 from GitHub -
Committed [2884480] to Plugins SVN:
Update to version 1.4.9 from GitHub -
Committed [2884478] to Plugins SVN:
Update to version 1.4.8 from GitHub -
Committed [2884472] to Plugins SVN:
Update to version 1.4.7 from GitHub -
Posted a reply to $referrer_user_id is returning incorrectly, on the site WordPress.org Forums:
I may add this feature to plugin's core, Hopefully in the next update. -
Posted a reply to $referrer_user_id is returning incorrectly, on the site WordPress.org Forums:
My next issue is the plugin is only recording 1 referral per user. Their first… -
Posted a reply to $referrer_user_id is returning incorrectly, on the site WordPress.org Forums:
Hey Justin, %3D is urlencoded equivalent of `=. My guess is somewhere in generating the… -
Posted a reply to Avatar, on the site WordPress.org Forums:
Hey, Welcome back pal. np. It's okay, this is a free open-source software and it'll… -
Committed [2796550] to Plugins SVN:
version 1.4.6 -
Committed [2792451] to Plugins SVN:
version 1.4.5 -
Posted a reply to How to retrieve a user’s number of referred users by code?, on the site WordPress.org Forums:
Hello, $ref_code = new WP_Refer_Code( $user_id ); $count = empty( $ref_code->get_invited_users_id() ) ? '0' :… -
Posted a reply to Question about invite stats, on the site WordPress.org Forums:
There is actually, I don't believe it should be default behavior though. what plugin of… -
Posted a reply to Hook Or Schortcode for Users, on the site WordPress.org Forums:
Hey, Thank you! The plugin actually has a shortcode for this: [wp-referral-code var="invited_count"] You can… -
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']) ??…
Developer
-
WP Referral Code
Active Installs: 1,000+