Title: Customize text
Last modified: August 6, 2021

---

# Customize text

 *  Resolved [rotcorp](https://wordpress.org/support/users/rotcorp/)
 * (@rotcorp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/)
 * Is it possible to customize/change text eg `”Content you have access to
    You 
   do not have access to any protected posts.”
 * “Content purchased
    You have not purchased any protected posts.”
 * in the receipt, I want to customize/change the text “Access Your Purchased Content”

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Matt Pramschufer](https://wordpress.org/support/users/mattpramschufer/)
 * (@mattpramschufer)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/#post-14744389)
 * Hey [@rotcorp](https://wordpress.org/support/users/rotcorp/)
    Thanks for reaching
   out! So what you should do is look through [https://pramadillo.com/documentation/filters-for-woocommerce-pay-per-post/](https://pramadillo.com/documentation/filters-for-woocommerce-pay-per-post/)
 * Let me know if that helps.
 *  Thread Starter [rotcorp](https://wordpress.org/support/users/rotcorp/)
 * (@rotcorp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/#post-14747020)
 * Not sure why but the filters are not working for me. Not even the ones for the
   free version
 *  Plugin Author [Matt Pramschufer](https://wordpress.org/support/users/mattpramschufer/)
 * (@mattpramschufer)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/#post-14748467)
 * hey [@rotcorp](https://wordpress.org/support/users/rotcorp/)
    How are you implementing
   the Filters? I’d recommending using [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
   and then you simply add your filter like
 *     ```
       add_filter( 'wc_pay_per_post_my_account_tab_title', function () {
         return 'Purchased Videos';
       } );
       ```
   
    -  This reply was modified 4 years, 9 months ago by [Matt Pramschufer](https://wordpress.org/support/users/mattpramschufer/).
 *  Thread Starter [rotcorp](https://wordpress.org/support/users/rotcorp/)
 * (@rotcorp)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/#post-14761074)
 * The premium only links worked for me.
 * The other ones do not such as
 *     ```
       add_filter('wc_pay_per_post_shortcode_has_access_no_posts', 'my_theme_wc_pay_per_post_shortcode_has_access_no_posts');
   
       function my_theme_wc_pay_per_post_shortcode_has_access_no_posts(){
           return 'Your New Title';
       }
       ```
   
    -  This reply was modified 4 years, 9 months ago by [rotcorp](https://wordpress.org/support/users/rotcorp/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Customize text’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pay-per-post/assets/icon-256x256.png?rev=2252656)
 * [Pay For Post with WooCommerce](https://wordpress.org/plugins/woocommerce-pay-per-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pay-per-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pay-per-post/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pay-per-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pay-per-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pay-per-post/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [rotcorp](https://wordpress.org/support/users/rotcorp/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/customize-text-4/#post-14761074)
 * Status: resolved