wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



login_body_class › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'login_body_class', $classes, $action )
Parameter: (2)
  • (string[]) $classes An array of body classes.
    Erforderlich: Ja
  • (string) $action The action that brought the visitor to the login page.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the login page body classes.





Quellcode

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