Display the Last Updated Date
Display the "Last Updated" date and keep your readers informed about the freshness of the…
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…
Disable Automatic Updates
Disable Automatic Updates and disable automatic updates on your website. <?php // Disable core auto-updates…