wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_before_load_template › WordPress Action Hooks

Da6.1.0
Deprecaton/a
do_action( 'wp_before_load_template', $_template_file, $load_once, $args )
Parametri: (3)
  • (string) $_template_file The full path to the template file.
    Richiesto:
  • (bool) $load_once Whether to require_once or require.
    Richiesto:
  • (array) $args Additional arguments passed to the template.
    Richiesto:
Definito a:
Codex:

Fires before a template file is loaded.





Sorgenti

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