amadeoPluginDirUrl() . '/js/scripts.js'); wp_enqueue_script('awh_custom_admin_js' ); wp_register_style('awh_custom_admin_css', $this->amadeoPluginDirUrl() . '/css/style.css'); wp_enqueue_style('awh_custom_admin_css' ); } function amadeoPluginDirUrl(){ return strstr(content_url() , 'wp-content', TRUE) . strstr( __DIR__ , 'wp-content'. DIRECTORY_SEPARATOR); } } $wcag_hints = new AmadeoWcagHints();