Search results for: disable

MemberPress: Disable MemberPress Protection On Posts with Specific Tags

This code snippet disables content protection for posts that are tagged with a specific term (e.g.,…

Onemoguci mail provjeru - WP Forms

Da mi ne izbacuje prijedolge o ispravnim mail adresama. Tipa kada upišem [email protected] dale mi prijedlog…

MemberPress: Prevent users from auto-login after registration

The code snippet is designed to disable the auto-login feature for users who register for a…

Disable Inspector Tabs

Revert having a separate tab for block styles.

Disable WP Texturize

Disable WP Texturize Everywhere

<10

Disable autogenerated shipping details schema for WooCommerce

This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products

300+

[IG] iOS Double-Click required to open lightbox fix

This snippet can be added in the functions.php file of a child theme to disable the…

Disable EDD Software Licensing Activation/Deactivation Logs

By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…

Disable New User Notifications

Prevent the admin user from getting new user notification emails.

1.2k

Disable XML-RPC

On sites running WordPress 3.5+, disable XML-RPC completely.

26k

Force product type for all products

// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…

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

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

1 4 5 6 7 8 23