findstr_after_template_part

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

NameTypeDescription
$template_namestring

Name of the template part.

$template_pathstring

Path to the template part.

$template_filestring

Path to the template file.

$argsarray

Arguments passed to the template.