do_action( 'jb_after_template_part', $template_name, $located, $module, $args, $template_path )
Fires after the content of the template is displayed.
Parameters:
Name | Type | Description |
---|---|---|
$template_name |
string | Template name. E.g. 'job/info' or 'job-categories', etc. See templates folder and see more keys |
$located |
string | The path to the template from which it will be displayed. Can be default or placed in theme. |
$module |
string | Module slug. (default: ''). |
$args |
array | Arguments passed into template. |
$template_path |
string | The path to template. Can be custom for 3rd-party integrations. (default: ''). |
- Since:
- 1.2.2 Added $module argument.
- Source: