Filter: jb_template_path

apply_filters( 'jb_template_path', $path, $module ) → {string}

Filters the template path inside theme or custom path.

Parameters:
Name Type Description
$path string

JobBoardWP templates' path.

$module string

Module slug. (default: '').

Since:
  • 1.2.2 Added $module argument.
Source:
Returns:

JobBoardWP templates' path.

Type
string