Showing 749 of 749 total issues
Call to undeclared function \add_submenu_page()
Open
Open
\add_submenu_page(
- Exclude checks
Call to undeclared function \admin_url()
Open
Open
$url = admin_url("admin.php?page=bitfire_malware");
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_register_style("dashkit-feather", plugin_dir_url(__FILE__) . "public/feather.css", [], "1.0");
- Exclude checks
Call to undeclared function \wp_register_script()
Open
Open
\wp_register_script("dashkit-theme", plugin_dir_url(__FILE__) . "public/theme.bundle.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \add_action()
Open
Open
add_action("deactivated_plugin", "BitFirePlugin\bitfire_plugin_check");
- Exclude checks
Call to undeclared function \wp_enqueue_script()
Open
Open
\wp_enqueue_script("dashkit-diff", plugin_dir_url(__FILE__) . "public/difflib.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \wp_register_script()
Open
Open
\wp_register_script("dashkit-underscore", plugin_dir_url(__FILE__) . "public/underscore.min.js", [], "1.0", false);
- Exclude checks
Possibly zero references to use statement for function cookie
(\ThreadFin\cookie)
Open
Open
use function ThreadFin\cookie;
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_register_style("dashkit-bundle", plugin_dir_url(__FILE__) . "public/theme.bundle.css", [], "1.0");
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_enqueue_script("dashkit-vendor", plugin_dir_url(__FILE__) . "public/vendor.bundle.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \admin_url()
Open
Open
$url = \admin_url("admin.php?page=$page_name");
- Exclude checks
Call to undeclared function \wp_enqueue_script()
Open
Open
\wp_enqueue_script("dashkit-prism", plugin_dir_url(__FILE__) . "public/prism.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \plugin_dir_url()
Open
Open
\wp_enqueue_script("dashkit-pako", plugin_dir_url(__FILE__) . "public/pako.js", [], "1.0", true);
- Exclude checks
Call to undeclared function \wp_enqueue_script()
Open
Open
\wp_enqueue_script("dashkit-theme", plugin_dir_url(__FILE__) . "public/theme.bundle.js", ["jquery"], "1.0", true);
- Exclude checks
Call to undeclared function \wp_next_scheduled()
Open
Open
if (! wp_next_scheduled( 'bitfire_plugin_check' ) ) {
- Exclude checks
Call to undeclared function \wp_add_inline_script()
Open
Open
\wp_add_inline_script("bitfire-mfa-focus", "document.getElementById(\"bitfire_mfa\").focus();");
- Exclude checks
Call to undeclared function \get_user_meta()
Open
Open
$correct = intval(get_user_meta($user_id, "bitfire_mfa_correct", true)||0);
- Exclude checks
Call to undeclared function \esc_attr()
Open
Open
esc_attr($_POST["pwd"]),
- Exclude checks
Call to undeclared function \plugin_dir_path()
Open
Open
include_once \plugin_dir_path(__FILE__) . "bitfire-admin.php";
- Exclude checks
Reference to undeclared constant \WP_CONTENT_DIR
(Did you mean $content_dir) Open
Open
$content_dir = WP_CONTENT_DIR;
- Exclude checks