do_action( 'findstr_after_template_part', $template_name string, $template_path string, $template_file string, $args array )
add_action( 'findstr_after_template_part', $template_name string, $template_path string, $template_file string, $args array )
Fires after the template part is loaded.
Parameters
| Name | Type | Description |
|---|---|---|
$template_name | string | Name of the template part. |
$template_path | string | Path to the template part. |
$template_file | string | Path to the template file. |
$args | array | Arguments passed to the template. |
- Source