Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Good one! I just added a filter for this to the development version, which you can download here:

    https://github.com/wpovernight/woocommerce-pdf-invoices-packing-slips

    This will be included in 1.4.3+

    you can use the following filter:

    add_filter( 'wpo_wcpdf_myaccount_button_text', 'wpo_wcpdf_myaccount_button_text', 10, 1 );
    function wpo_wcpdf_myaccount_button_text( $button_text ) {
    	return 'PDF'; // your preferred button text
    }

    Let me know if you have any questions, leave a review when you like the plugin ??

    Thread Starter WPMonkeyATL

    (@wpmonkeyatl)

    Ewout –

    Thank you so much, I’ve already deployed your development version noted above, added the filter to functions.php, and it all works great!

    Thanks again, this is an excellent plugin (review added as well!).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Button Label in My Account?’ is closed to new replies.