Filter: jb_default_template_path

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

Filters the default template path inside wp-content/plugins/.

Parameters:
Name Type Description
$path string

JobBoardWP default templates' path.

$module string

Module slug. (default: '').

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

JobBoardWP default templates' path.

Type
string