Class EPL_CPT
EPL_CPT Class
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Since: 2.3
Located at lib/includes/class-epl-cpt.php
Methods summary
public
|
|
public
mixed
|
|
public
|
|
public
|
#
add_action( string $action, string $function, integer $priority = 10, integer $accepted_args = 1 )
Add Action |
public
|
#
add_filter( string $action, string $function, integer $priority = 10, integer $accepted_args = 1 )
Add Filter |
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
|
Properties summary
public
string
|
$post_type_name
Post type name. |
|
public
string
|
$singular
Holds the singular name of the post type. This is a human friendly name, capitalized with spaces assigned on __construct(). |
|
public
string
|
$plural
Holds the plural name of the post type. This is a human friendly name, capitalized with spaces assigned on __construct(). |
|
public
string
|
$slug
Post type slug. This is a robot friendly name, all lowercase and uses hyphens assigned on __construct(). |
|
public
array
|
$options
User submitted options assigned on __construct(). |
|
public
array
|
$taxonomies
Taxonomies |
|
public
array
|
$taxonomy_settings
Taxonomy settings, an array of the taxonomies associated with the post type and their options used when registering the taxonomies. |
|
public
array
|
$exisiting_taxonomies
Exisiting taxonomies to be registered after the post has been registered |
|
public
array
|
$filters
Taxonomy filters. Defines which filters are to appear on admin edit screen used in add_taxonmy_filters(). |
|
public
array
|
$columns
Defines which columns are to appear on the admin edit screen used in add_admin_columns(). |
|
public
array
|
$custom_populate_columns
User defined functions to populate admin columns. |
|
public
array
|
$sortable
Sortable columns. |
|
public
string
|
$textdomain
Textdomain used for translation. Use the set_textdomain() method to set a custom textdomain. |
#
'easy-property-listings'
|