Filter: jb_cpt_list

apply_filters( 'jb_cpt_list', $cpt ) → {array}

Filters the custom post types (CPT) list that will be created when JobBoardWP is active.

Parameters:
Name Type Description
$cpt array

CPT data.

Since:
  • 1.0
Source:
Returns:

CPT data.

Type
array