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



wp_before_load_template › WordPress Action Hooks

Seit6.1.0
Veraltetn/v
do_action( 'wp_before_load_template', $_template_file, $load_once, $args )
Parameter: (3)
  • (string) $_template_file The full path to the template file.
    Erforderlich: Ja
  • (bool) $load_once Whether to require_once or require.
    Erforderlich: Ja
  • (array) $args Additional arguments passed to the template.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before a template file is loaded.





Quellcode

do_action( 'wp_before_load_template', $_template_file, $load_once, $args );