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



get_sidebar › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'get_sidebar', $name, $args )
Parameter: (2)
  • (string|null) $name Name of the specific sidebar file to use. Null for the default sidebar.
    Erforderlich: Ja
  • (array) $args Additional arguments passed to the sidebar template.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before the sidebar template file is loaded.





Quellcode

do_action( 'get_sidebar', $name, $args );