Save up to 75% on Lifetime Plans – Limited Time Offer, Don't Miss Out!   Get it now
CYBER MONDAY Deals

On Lifetime Plans

-
Days
-
Hrs
-
min
-
Sec
0 days
0 hrs
0 min
0 sec

Use Code PPWC25

How do I rename Subscriptions to Payment Plans in the My Account page title

Estimated reading: 1 minute 529 views

To rename Subscriptions to Payment Plans on your My Account page, insert the following snippet into your functions.php file:

function start_modify_html(){
	ob_start();
}


function end_modify_html(){
	$html = ob_get_clean();
	$html = str_replace( 'Payment Plan', 'Subscription', $html );
	echo $html;
}


add_action( 'wp_head', 'start_modify_html');
add_action( 'wp_footer', 'end_modify_html');

Overview

Features
Pricing
Blog
Account
Documentation

Get in Touch

Support
Customization Request
Contact

Legal

Terms and Conditions
Refund Policy