Method |
Description |
|
__construct ( ) |
Constructor for the Pods_PFAT class |
|
archive_test ( ) : boolean | mixed | null | void |
Test if archive is set for post types that don't have archives. |
|
archive_warning ( ) |
Throw admin warnings for post types that have archive templates set, but don't support archives |
|
front_end ( boolean $load_in_admin = false ) : Pods_PFAT_Frontend |
Include/ init the front end class on the front end only |
|
get_template_titles ( ) : string[] |
Get titles of all Pods Templates |
|
init ( ) |
Initializes the class |
|
options ( array $options, array $pod ) : array |
Adds options for this plugin under the Frontier Auto Template tab. |
|
reset ( string $option, mixed $old_value, mixed $value ) |
Reset the transients for front-end class when Pods are saved. |
|
reseter ( ) |
Delete transients that stores the settings. |
|
tab ( array $tabs, array $pod, array $addtl_args ) : array |
The Frontier Auto Display option tab. |
|