Piklist includes tons of actions and filters.
Piklist Filters
The piklist_admin_pages filter lets you register your custom Admin Pages through Piklist. This gives you access to additional functionality that Piklist offers.
Let’s you programmatically set the post title when adding a new post (post type).
The `piklist_part_process` filter is used to filter the parts (e.g. meta-boxes, settings, etc.) before they are saved. This allows you to modify or remove parts before they’re processed.
piklist_part_process-{$folder}
The `piklist_part_process-{$folder}` filter is used to filter the parts (e.g. meta-boxes, settings, etc.) before they are saved. This allows you to modify or remove parts before they’re processed.
The piklist_post_types filter lets you register your custom Post Types through Piklist. This gives you access to additional functionality that Piklist offers.
The piklist_pre_update_option filter is used to filter the settings input before they are saved
piklist_pre_update_option_$setting
The piklist_pre_update_option_$setting filter is used to filter the settings input before they are saved
Add your own rules to sanitize field data.
Extends the standard WordPress function register_taxonomy with additional features and parameters.
Add your own rules to validate field data.
piklist_parts_process-{$folder}
Signals that parts are in process.
piklist_parts_processed-{$folder}
Signals that parts have been processed.
This documentation is a community effort. Please create an issue or pull request to help!