Completely Disable Comments
Completely Disable Comments for all post types, in the admin and the frontend. <?php add_action('admin_init',…
Allow SVG Files Upload
Allow SVG Files Upload and Add support for SVG files to be uploaded in WordPress…
Disable The WP Admin Bar
Disable The WP Admin Bar and Hide the WordPress Admin Bar for all users in…
Disable Attachment Pages
Disable Attachment Pages and prevent WordPress from creating and displaying attachment pages. <?php add_action( 'template_redirect',…
Hide “Remember Me”
Hide the "Remember Me" checkbox on the login page. <?php add_action( 'login_enqueue_scripts', function() { echo…