Automatisches Löschen des Papierkorbs deaktivieren
function wpb_remove_schedule_delete() { remove_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); } add_action( 'init', 'wpb_remove_schedule_delete' );
AMP Auto Ads Script
Este script carga la librería de anuncios automáticos de Google AdSense en las páginas AMP.
AMP Auto Ads – Body Block
Activa los anuncios AMP de AdSense en la parte del documento.
Disable Update Notifications
Disable all wordpress update notifications
Disable Update Notifications
Disable all wordpress update notifications
Máscara CPF
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…
Máscara CPF 2
// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…
Schema Markup - Local Business
Insert structured data for local SEO of the company
WooCommerce: Restrict Shipping Methods by User Role (Logged In, Logged Out, Custom Roles)
This snippet allows you to control which shipping methods are visible at checkout based on the…
Create a Custom Shipping Method in WooCommerce
This snippet allows you to create and add a custom shipping method to your WooCommerce store.
WooCommerce: Hide other shipping methods when Free Shipping is available.
This function checks if the Free Shipping method is available in the cart. If it is,…
WooCommerce Local Pickup Date Field | WooCommerce Pickup Date
Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…
Post Views Count | Post Views Tracking with Shortcode and Admin Column and Elementor Support
This WordPress code provides a comprehensive solution for tracking post views. It includes: cookie-based view counting…
WordPress Trending Posts | Popular Posts Ticker Shortcode
Showcase your trending content with this scrolling WordPress ticker. Shortcode: [trending_postss count=5] Can change count as…