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…
Disable RSS - Feed
Disable RSS - Feed
WP Simple Pay: Remove Trailing Decimals
Removes trailing decimals in amounts
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:…
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.
Replace WordPress Logo on Login Page
Use your custom logo on the default login page, don't forget to edit the snippet...