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,…

Replace The WordPress Logo on Login Page with your own logo

Replace The WordPress Logo on Login Page with your own logo

Auto convert photos to WEBP (jpg, png)

/** * Konwertuj przesłane obrazy na format WebP * * Ten fragment kodu automatycznie konwertuje przesłane…

Clear Auto Fill in WooCommerce Checkout

Clears the auto fill on the WooCommerce Checkout page.

WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

Change a license activation limit prgramatically.

This snippet is an example of changing the activation limit on a license key based on…

MA GDPR YouTube

[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…

Google Ads

Bud Hausman
<10

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

1 51 52 53 54 55 196