Change Expiration Time Remaining Date/Time Format
This is going to be addressed in the reworked version 3.0.0 which requires PHP7.4+ as in order to use Carbon 2 which has easy timezone functionality I needed to bump…
This is going to be addressed in the reworked version 3.0.0 which requires PHP7.4+ as in order to use Carbon 2 which has easy timezone functionality I needed to bump…
Add CSS Locks to Protected Post Titles li.unlocked::before { content: "\01F512"; padding-right: 10px; } Display posts in a grid with images instead of a list of titles <?php /** *…
All shortcode templates are located in /plugins/woocommerce-pay-per-post/public/partials/ you can copy any of the files listed there to your theme/child-theme directory at /your-theme/woocommerce-pay-per-post/ Example If you wanted to change the You have…
= 2.6.4 = * PREMIUM FEATURE - Added in a Purchased Content tab to admin to show protected pages and what users purchased them. This is still in active development!…
https://www.youtube.com/watch?v=ZepEicA3yeA&t=16s
Currently the free version of the plugin does not have any hooks built into it. If you have any feature requests where you think a hook would be beneficial please…
wc_pay_per_post_args This filter allows you to override the WP Query arguments for the shortcodes. Example: add_filter('wc_pay_per_post_args', 'my_theme_wc_ppp_args'); function my_theme_wc_ppp_args($args){ $args['orderby'] = 'menu_order'; return $args; } wc_pay_per_post_shortcode_has_access_no_posts This filter allows you…
Default Shortcode [woocommerce-payperpost template='purchased' orderby='post_date' order='DESC'] Options The base shortcode comes with a variety of options. template [woocommerce-payperpost template='purchased|has_access|remaining|all'] purchased This is the default template. It displays all of the…
Localhost, staging and development environments won’t get counted toward the license’s maximum allowed sites if its domain name is clearly a dev or staging site. TLDs that are considered as…
Out of the box this plugin will work with any theme which uses the standard WordPress function the_content() for those themes that do not utilize the_content() you can use the following static functions in…