This commit is contained in:
Mykyta Synelnikov
2023-12-04 02:06:10 +02:00
parent 12ba973589
commit 7cf14ba3c5
3 changed files with 30 additions and 28 deletions
+1
View File
@@ -58,6 +58,7 @@ final class Enqueue extends \um\common\Enqueue {
add_action( 'admin_enqueue_scripts', array( &$this, 'admin_enqueue_scripts' ) );
add_action( 'load-customize.php', array( &$this, 'navmenu_scripts' ) );
add_action( 'load-nav-menus.php', array( &$this, 'navmenu_scripts' ) );
add_action( 'load-edit.php', array( &$this, 'posts_page' ) );
add_action( 'load-post-new.php', array( &$this, 'enqueue_cpt_scripts' ) );