Elementor - Fix the Accordion SEO issue
add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…
Dynamic Year Copyright Shortcode
This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.
Titel aanpassen archive page
function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…
Dequeue CSS files conditionally
Dequeue CSS files conditionally
Add Gateway Donation Field
Enable an email tag for the gateway_label donation field.
Hide Cart Price Button
/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…
Disable RSS - Feed
Disable RSS - Feed
MemberPress: Add a Shortcode To Display the Number of Total Downloads for All Files
Adds the following shortcode: [mepr-display-total-downloads]. When added to any page or post, the shortcode will display…
Redirect from Array
Setup redirect for multiple pages.
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
Custom Terms Page
Use the custom page for "agree to terms" and link to it instead of opening terms…
Call and WhatsApp buttons
CTA buttons for driving instructors website
WP Simple Pay: Add Customer Phone to Customer Metadata
Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…