PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
fancy-gallery
/
classes
<?php Namespace WordPress\Plugin\GalleryManager; abstract class Styles { public static function init(){ add_Action('wp_enqueue_scripts', Array(static::class, 'enqueueStyles')); add_Action('admin_enqueue_scripts', Array(static::class, 'registerDashboardStyles')); } public static function enqueueStyles(){ WP_Enqueue_Style('gallery-manager', Core::$base_url . '/assets/css/gallery-manager.css'); } public static function registerDashboardStyles(){ WP_Enqueue_Style('gallery-manager-dashboard', Core::$base_url . '/assets/css/dashboard.css'); } } Styles::init();
[+]
..
[-] template.php
[edit]
[-] content-filter.php
[edit]
[-] thumbnails.php
[edit]
[-] scripts.php
[edit]
[-] mocking-bird.php
[edit]
[-] ajax-requests.php
[edit]
[-] wpml.php
[edit]
[-] gallery.php
[edit]
[-] post.php
[edit]
[-] lightbox.php
[edit]
[-] i18n.php
[edit]
[-] post-type.php
[edit]
[-] wp-query-extensions.php
[edit]
[-] taxonomies.php
[edit]
[-] core.php
[edit]
[-] index.html
[edit]
[-] query.php
[edit]
[-] template-tags-fallbacks.php
[edit]
[-] styles.php
[edit]
[-] shortcode-filter.php
[edit]
[-] tiny-mce-editor.php
[edit]
[-] options.php
[edit]