After Checkout Event In WooCommerce

This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…

Filter to change Custom Post Type settings | Quick Event Manager

The plugin uses Custom Post Types for Events. The default setting for the post type is…

Event Data | Display Eventbrite Events

Please note that this guide is intended for advanced users and developers. Our plugin already offers…

Maintain+ Footer Credit

jQuery("footer").append(" Site managed by Maintain+ ")

Combine shortcodes to have more than one month in Fullworks' Event Manager

This snippet combines 3 shortcodes of qem to list the current month, next month and the…

Elementor - Fix the Accordion SEO issue

add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…

Remove Gutenberg Blocks CSS

add_action( 'wp_enqueue_scripts', function () { wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style( 'wp-block-library-theme' ); // Remove WooCommerce block CSS…

Allow JS Files Upload

Allowing to upload JS files into media folder for custom special integration such as booking search…

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

Add Custom Field From Donation Form On The Receipt Page

This is an example of how to show a field data someone entered in their donation…

Replace The WordPress Logo on Login Page with your own logo

Replace The WordPress Logo on Login Page with your own logo

1 48 49 50 51 52 159