first commit without licensingg
This commit is contained in:
14
inc/gutenberg/filters.php
Normal file
14
inc/gutenberg/filters.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Filters.
|
||||
*
|
||||
* @package Revision
|
||||
*/
|
||||
|
||||
/**
|
||||
* Disable wp_check_widget_editor_deps.
|
||||
*/
|
||||
function csco_disable_wp_check_widget_editor_deps() {
|
||||
call_user_func( 'remove_filter', 'admin_head', 'wp_check_widget_editor_deps' );
|
||||
}
|
||||
add_filter( 'init', 'csco_disable_wp_check_widget_editor_deps' );
|
||||
Reference in New Issue
Block a user