Filters

  • piklist_admin_pages

    The piklist_admin_pages filter lets you register your custom Admin Pages through Piklist. This gives you access to additional functionality that Piklist offers.

  • piklist_empty_post_title

    Let’s you programmatically set the post title when adding a new post (post type).

  • piklist_part_process

    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.

  • piklist_post_types

    The piklist_post_types filter lets you register your custom Post Types through Piklist. This gives you access to additional functionality that Piklist offers.

  • piklist_pre_update_option

    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

  • piklist_sanitization_rules

    Add your own rules to sanitize field data.

  • piklist_taxonomies

    Extends the standard WordPress function register_taxonomy with additional features and parameters.

  • piklist_validation_rules

    Add your own rules to validate field data.

Have ideas for improving the documentation?

This documentation is a community effort. Please create an issue or pull request to help!

Improve this page