do_action( 'findstr_after_template_part', $template_name, $template_path, $template_file, $args )
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: