remove wds_required_plugins filter
This commit is contained in:
parent
c1a6502284
commit
832ac9ee83
@ -60,11 +60,3 @@ require_once 'src/NoticeManager.php';
|
|||||||
add_action('plugins_loaded', function(){
|
add_action('plugins_loaded', function(){
|
||||||
new NoticeManager();
|
new NoticeManager();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
add_filter( 'wds_required_plugins', function($required){
|
|
||||||
$req_array = [
|
|
||||||
'screen-meta-links/screen-meta-links.php',
|
|
||||||
];
|
|
||||||
return array_merge( $required, $req_array );
|
|
||||||
});
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user