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