%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/themes/evenex/core/enqueues/admin/ |
Current File : /var/www/html/higroup/wp-content/themes/evenex/core/enqueues/admin/static.php |
<?php if (!defined('ABSPATH')) die('Direct access forbidden.'); /** * enqueue static files: javascript and css for backend */ wp_enqueue_style( 'evenex-admin', EVENEX_CSS . '/xs-admin.css', null, EVENEX_VERSION ); wp_enqueue_style( 'font-awesome-5', EVENEX_CSS . '/font-awesome.css', null, EVENEX_VERSION ); if ( defined('DEVM') ) { wp_enqueue_script('evenex-customize', EVENEX_JS . '/xs-customize.js', array('jquery'), EVENEX_VERSION, true); wp_localize_script( 'evenex-customize', 'admin_url_object',array( 'admin_url' => admin_url( 'post.php?action=elementor&post=' ) ) ); }