2 Snippets
<10 Favourites
<10 Downloads

Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

<10

Disable comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10