Disable Gutenberg Editor (use Classic Editor) in WordPress
<?php /** * Disables the Gutenberg editor for editing posts. * * This snippet attaches to both 'gutenberg_can_edit_post' and *… Read more »
<?php /** * Disables the Gutenberg editor for editing posts. * * This snippet attaches to both 'gutenberg_can_edit_post' and *… Read more »
<?php /** * Removes the WordPress version number from the HTML generator tag. * * This function attaches to the… Read more »
<?php /** * Adds a custom class to the body tag in WordPress based on post type and name. *… Read more »
<?php /** * Redirect attachments to their parent posts or homepage. * * This function checks if the current page… Read more »
<?php /** * Remove jQuery Migrate dependency from jQuery in the frontend. * * This function removes the jQuery Migrate… Read more »
<?php /** * Add Duplicate Button to Post/Page List of Actions in WordPress Admin. * * This code adds a… Read more »