Add the fields to the user edit screen
// Add the fields to user edit screen. add_action( 'show_user_profile', 'add_extra_user_fields' ); add_action( 'edit_user_profile', 'add_extra_user_fields' );…
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.
Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme
## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…
event snippet
Event snippet for Phone call lead conversion page
Adsense
Adse
Disable RSS - Feed
Disable RSS - Feed
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
Google Search Console Verification
HTML tag
Custom Terms Page
Use the custom page for "agree to terms" and link to it instead of opening terms…