wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



login_body_class › Filtr WordPress Hooks

Od3.5.0
Przestarzałyn/a
apply_filters( 'login_body_class', $classes, $action )
Parametry: (2)
  • (string[]) $classes An array of body classes.
    Wymagane: Tak
  • (string) $action The action that brought the visitor to the login page.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the login page body classes.





Źródło

$classes = apply_filters( 'login_body_class', $classes, $action );