Change the Email Summary Email Address
This snippet will allow you to specify who the email summaries should be delivered to. On…
Contato
Entre em contato conosco, sugira, elogie, corrija, reclame
Block Email Domains 'secmail.pro' etc #The Greek
With this code you can block all the bots from login to your website. Notification -->…
Learn how to add Availability label ? in your WooCommerce website. This will help to notify customers how many products are available or if the product is stock out.
Woocommerce display on sale price on the cart page once the product on sale has been…
Use Full Store Address in Ships From
add_filter( 'wcv_product_ships_from', 'ships_from_address' ); function ships_from_address( $field ){ global $post, $product; $shipping_disabled = wc_string_to_bool( get_option( 'wcvendors_shipping_management_cap',…
WP Simple Pay: Remove Trailing Decimals
Removes trailing decimals in amounts
Block URLs Inside Text Fields
This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…
popup
×
Google Webmaster SEO Issue | Fix Duplicate without user-selected canonical
This snippet hooks into Rank Math’s rank_math/frontend/robots filter to modify how WordPress handles robots meta tags…
Local Fundamentals
Start New Game Load Game Round: 1 Progress to Next Round Save Game Market Prices Nation…
Disable Blog Posts
// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…
Disable The WP Admin Bar
Hide the WordPress Admin Bar for all users in the frontend.
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy