Change Jump links to buttons

Make the "jump to recipe" and "print recipe" links look like buttons at the top of…

<10

Download Column Thumbnail

Render a new post column featuring the download thumbnail.

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10

How To Allow Shop Manager to Manage Feeds?

#-- Allow Shop Manager to Access Product Feed Menus --# function allow_feed_menus_to_shop_manager( $capability ) { if…

<10

Youtube

Embed youtube video within post.

zrstore.com

Welcome to your store

MemberPress: Display Current User’s Memberships Statuses

This code snippet adds the new [mp_membership_status] shortcode. Adding this shortcode anywhere on the website displays…

MemberPress: Allow a User Role to Access the Admin Area

By default, only users with the Administrator user role will be allowed to access the MemberPress…

1 80 81 82 83 84 221