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

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.

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

1 49 50 51 52 53 170