- tests on editing author page with acf fields

- some reflexions on registrations
This commit is contained in:
asus
2024-02-29 23:45:02 +01:00
parent 6e88bba879
commit bd30c97194
7 changed files with 114 additions and 241 deletions

View File

@@ -296,7 +296,7 @@ class PLGNTLS_class
if ($already_enqueued !== false)
return null;
}
else if ($script->ext === "css")
else if ($src->ext === "css")
{
global $wp_styles;
$already_enqueued = array_search($src->handle, $wp_styles->queue);