Content Restriction Compatibility for Software Licensing

Make the edd_restrict shortcode check if a license is expired before displaying content.

Reverse Receivers

Reverses the receivers for PayPal Adaptive Payments

Redirecting Vendors to Vendor Dashboard on Login

Snippet To Redirect Vendors to their Dashboard on login

Add menu item to vendor dashboard

// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…

MemberPress: Change number of courses on the Courses page

Change the number of courses displayed on the Courses page.

Display a message after the 1st paragraph of posts

Thank you for reading this post, don't forget to subscribe!

Add WooCommerce upsells below the add-to-cart button

// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );

WP Simple Pay: Per-Form Fixed Tax Rate Percentages

Override the returned tax rate for a given Payment Form. Important: Tax rates with the percentage…

Custom Social Share Email Subject

If you wish to modify the email subject text when clicking the social share email icon…

Basic WP escaping functions

// ❌ Don't use _e(), __(), _x() etc. to output data // ✅ Use the escaped…

Filter the decision to send a user confirmation | Quick Event Manager

add_filter('qem_registration_always_confirm',,,1); This filter returns a Boolean to decide if a confirm is to be sent or…

Filter Slider Speed | Display Eventbrite Events

The following filter changes slider speed from default 10 seconds ( 10000 milliseconds ). (Note this…

Change rating tooltip colors

Use this CSS to change the default colors for the rating tooltip.

<10
1 76 77 78 79 80