Search results for: disable
MemberPress: Disable Unauthorized Redirection on a Specific Page or Post
Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…
Disable Inspector Tabs
Revert having a separate tab for block styles.
Disable Smooth Scrolling in Tasty Recipes
This snippet disables the smooth scrolling in Tasty Recipes
Disable Tasty Pins on the homepage and the blog page
This snippet will disable the Tasty Pins on the homepage and the blog page
MemberPress: Disable Comments for Courses, Lessons, Quizzes, and Assignments
The code snippet will disable comments on all MemberPress Courses custom post types: courses, lessons, quizzes,…
Woo SITE WIDE - Restaurant Hours + backend
Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…
Disable XML-RPC (copy)
On sites running WordPress 3.5+, disable XML-RPC completely.
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
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',…
Disable Login Screen Language Switcher
Hide the Language Switcher on the default WordPress login screen.
Disable Widget Blocks (use Classic Widgets)
Use the classic interface instead of Blocks to manage Widgets.
Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
Disable wlwmanifest link
Prevent WordPress from adding the Windows Live Writer manifest link to your pages.
Disable Self Pingbacks
Prevent WordPress from automatically creating pingbacks from your own site.
Disable Gutenberg Code Editing for Non-Admin Users
Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.