Fireside Announcement Bar

NEW: 🔥 Fireside Films 🔥 GET TICKETS

MemberPress: ActiveCampaign - Add Custom Field to ActiveCampaign Subscriber Data in MemberPress

This code snippet customizes the data sent to ActiveCampaign through the MemberPress integration. Once the code…

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

Replace The WordPress Logo on Login Page with your own logo

Replace The WordPress Logo on Login Page with your own logo

Clear Auto Fill in WooCommerce Checkout

Clears the auto fill on the WooCommerce Checkout page.

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

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

Block URLs Inside Text Fields

This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…

1 64 65 66 67 68 224