Search results for: disable
Removing the Redux Demo Mode Notice
Copyright © author Link: https://devs.redux.io/guides/basics/removing-demo-mode-notice.html The Redux Framework plugin ships with a sample config. This permits…
Optimized & Safe NexSouk Performance Booster Snippet (with toggles off for embeds + block CSS)
// NexSouk Performance Booster (Safe Version) // PHP performance enhancements for: // - Load speed //…
Disable XML-RPC (copy)
On sites running WordPress 3.5+, disable XML-RPC completely.
Woo SITE WIDE - Restaurant Hours + backend
Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…
Disable Donation Receipt For Offline Donations
Disable the donation receipt email for offline donations.
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,…
Disable Tasty Pins on the homepage and the blog page
This snippet will disable the Tasty Pins on the homepage and the blog page
Disable Smooth Scrolling in Tasty Recipes
This snippet disables the smooth scrolling in Tasty Recipes
Disable Inspector Tabs
Revert having a separate tab for block styles.
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…
MemberPress: Disable the Unauthorized Redirection for Multiple Pages And/or Posts
Adding this code snippet will prevent unauthorized users from being redirected away from specific pages if…
Disable Widgets blocks
//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );
Disable Emoji Image Conversion Script of the Classic Editor
This filter can be used to disable the emoji image conversion script of the Classic Editor…
Disable Gravatar Avatars
Prevent WordPress from loading gravatar avatars for users.
Disable Post Formats
Disable the Post Formats feature for all posts.