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



wp_after_load_template › Działania WordPress Hooks

Od6.1.0
Przestarzałyn/a
do_action( 'wp_after_load_template', $_template_file, $load_once, $args )
Parametry: (3)
  • (string) $_template_file The full path to the template file.
    Wymagane: Tak
  • (bool) $load_once Whether to require_once or require.
    Wymagane: Tak
  • (array) $args Additional arguments passed to the template.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires after a template file is loaded.





Źródło

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