Snippets Collections
//Disable Astra Google Fonts

add_filter('astra_google_fonts_selected', function($fonts) {
    return [];
});
//How to Disable Gutenberg & Return to the Classic WordPress Editor Without any Plugins

add_filter( 'use_block_editor_for_post', '__return_false' );

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension