Untitled Snippet
function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function custom_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…
Hide Campaign Meta (Author, Date, Comments)
Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).
rexing
fishing camera
REST API Shopping Cart Endpoint for EDD
Adds a REST API endpoint that returns the current user's shopping cart.
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Disable Product delete for published products only
/** * This will disable delete only for published products, leaving drafts to be able to…
change the name of the Commission column
if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…
Untitled Snippet
google-site-verification=6Ml542WH4lYeFrqKo9pBa6NBaAyONR9l0k5Sgrk27xk
Supports sending an email with a Stripe Pre-Approved payment is submitted.
By default EDD only sends a purchase confirmation when an order is marked as completed, however…
Filter Music Promoter Age Restriction | Display Eventbrite Events
For Eventbrite music promoters only. Age restriction text is displayed unless it is set in Eventbrite…
WordPress Content Filter: Removing Tags for Enhanced Display Control
The purpose of this code snippet is to filter out tags and their contents from the…
JP_Wp_Snippets
All different snippets I have been using