- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Change Terms And Conditions Link Name
Tagged: registration page
Hello,
On the affiliate registration page, how do I change the link name “terms and conditions” to Affiliate Rules?
Thank you,
K
@kayf88, Open the “affiliate_register_form.php” file (/wp-content/plugins/affiliates-manager/html/affiliate_register_form.php) and search for this line,
<?php _e('Terms and Conditions', 'affiliates-manager' ) ?>
Change it to the following
<?php _e('Affiliate Rules', 'affiliates-manager' ) ?>
Alternatively, you can customize using the language file: https://wpaffiliatemanager.com/how-to-customize-various-text-messages-displayed-by-affiliates-manager/
Thank you!