Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-gutenberg-dashboard-widget.txt

3 lines
75 B
Text

<?php
remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel' );
?>