zamorra
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Url Parameters For TransferWhat About My Request ?
Forum: Plugins
In reply to: [WP Remote Users Sync] Redirects to Connected SiteI have solved the problem . the problem is i have enabled the ”
Force Login Redirects & Logout Everywhere ” Option in Miscellaneous.Forum: Plugins
In reply to: [Local Delivery Drivers for WooCommerce] Add Hub Or Branch OptionBut I Need The State Feature , Can You Please Add That Option In your next update or please provide me any code , because i need that option !!! . Thank You !!
Forum: Plugins
In reply to: [WP Referral Code] how to check particular user invited count?Install Admin Columns Plugin And Activate It , Go To User Page In Admin Dashboard , In The Bulk Actions Row , You Can See A Settings Icon , Click That . Now You Can See Add Columns , In Type Select Custom Field , Now A New Section Will Appear Called Field , In Field Select wrc_invited_uers , Now Give The Label ( Name ) As Your Wish Example : Invited User , Now Click Update , Now Go To User You Can See New Cloumn Called Invited Users Which Is Given In The Label Field , In Invited User Cloumn , It Will Like 203 OR 506 OR MORE , It Is Mean That The User Have Referred 503 Members , It Shows The User Id , So If It Shows For Example 503 So He Referred One Member , That Member User ID Is 503 , When It Shows For Example 503 , 504 , Now He Referred 2 Membres , So That Members User ID Was 503 And 504 , Thats IT , Thanks !!
Forum: Plugins
In reply to: [WP Referral Code] Show Invited Email And Contact Like Mobile No??
Forum: Plugins
In reply to: [WP Referral Code] Show Invited Email And Contact Like Mobile NoThanks It Works
Forum: Plugins
In reply to: [WP Referral Code] Show Invited Email And Contact Like Mobile NoIT Is Working , Also I Have Made Some Change , Which Is I Have Replaced All display_name As mobile_number , It Also Worked , But The Problem Is It Shows Only The Mobile No , Not The Username , I Need Username + Mobile No , ( Example : Vimal , 0123456789 ) << Like This It Has To Show In Invited List , Please Check Say , Thanks You !!
Also This My Code :
add_filter('wp_referral_code_invited_user_text' , function ($user_login, $user_id){ // Get user data by user id $user = get_userdata( $user_id ); // Get mobile number from user object $mobile_number = $user->mobile_number; return esc_html( $mobile_number); } , 10, 2);
- This reply was modified 3 years, 6 months ago by zamorra.
Forum: Plugins
In reply to: [WP Referral Code] how to check particular user invited count?You Can Do THAT By This Way :
There Is Way To See , Go To User >> Select The User Which You Want To See ( Example : User X ) >> Scoll Down >> You Can See Wp Referral Code Section >> There You Can Full DetailsForum: Plugins
In reply to: [WP Referral Code] Show Invited Email And Contact Like Mobile NoCan You Please The Snippet Code To Show Mobile No , Please & Thanks
Forum: Plugins
In reply to: [WP Referral Code] Is there a way to see which users have referred?@ggresearch You Are Welcome ??
Forum: Plugins
In reply to: [WP Referral Code] Is there a way to see which users have referred?There Is Way To See , Go To User >> Select The User Which You Want To See ( Example : User X ) >> Scoll Down >> You Can See Wp Referral Code Section >> There You Can Full Details
Forum: Plugins
In reply to: [WP Referral Code] Show Invited Email And Contact Like Mobile Nook