메소드 |
설명 |
|
__construct ( ) : PodsAdmin |
Setup and Handle Admin functionality |
|
add_rest_field_tab ( array $tabs ) : array |
Add REST field tab |
|
add_rest_fields_to_field_editor ( array $options, array $pod ) : array |
Add a REST API section to advanced tab of field editor. |
|
add_rest_settings_tab ( array $tabs, array $pod ) : array |
Add a rest api tab. |
|
add_rest_settings_tab_fields ( array $options, array $pod ) : array |
Populate REST API tab. |
|
admin_advanced ( ) |
Get advanced administration view. |
|
admin_ajax ( ) |
Handle ajax calls for the administration |
|
admin_capabilities ( $capabilities ) : array |
Add pods specific capabilities. |
|
admin_components ( ) |
Get components administration UI |
|
admin_components_toggle ( PodsUI $ui ) : boolean |
Toggle a component on or off |
|
admin_content ( ) |
Create PodsUI content for the administration pages |
|
admin_content_settings ( ) |
Create PodsUI content for the settings administration pages |
|
admin_head ( ) |
Attach requirements to admin header |
|
admin_help ( ) |
Get the admin help page |
|
admin_init ( ) |
Init the admin area |
|
admin_menu ( ) |
Build the admin menus |
|
admin_settings ( ) |
Get settings administration view |
|
admin_setup ( ) |
Handle main Pods Setup area for managing Pods and Fields |
|
admin_setup_add ( $obj ) |
Get the add page of an object |
|
admin_setup_delete ( $id, $obj ) : mixed |
Delete a pod |
|
admin_setup_duplicate ( $obj ) : mixed |
Duplicate a pod |
|
admin_setup_duplicate_restrict ( boolean $restricted, array $restrict, string $action, array $row, PodsUI $obj ) : boolean |
Restrict Duplicate action to custom types, not extended |
|
admin_setup_edit ( $duplicate, $obj ) |
Get the edit page of an object |
|
admin_setup_edit_field_options ( $pod ) : array |
Get list of Pod field options |
|
admin_setup_edit_field_tabs ( $pod ) : array |
Get list of Pod field option tabs |
|
admin_setup_edit_options ( $pod ) : array |
Get list of Pod options |
|
admin_setup_edit_tabs ( $pod ) : array |
Get list of Pod option tabs |
|
admin_setup_reset ( $obj, $id ) : mixed |
Reset a pod |
|
admin_setup_reset_restrict ( boolean $restricted, array $restrict, string $action, array $row, PodsUI $obj ) |
Restrict Reset action from users and media |
|
admin_upgrade ( ) |
Get the admin upgrade page |
|
configuration ( $pod = null, boolean $full_field_info = false ) : array |
Profiles the Pods configuration |
|
init ( ) : PodsAdmin |
Singleton handling for a basic pods_admin() request |
|
mce_popup ( ) |
Output Pods shortcode popup window |
|
media_button ( $context = null ) : string |
Add media button for Pods shortcode |
|
parent_file ( $parent_file ) : mixed | string |
Set the correct parent_file to highlight the correct top level menu |
|
register_media_assets ( ) |
Enqueue assets for Media Library Popup |
|
upgrade_notice ( ) |
|
|