Filters and Hooks
Customize the query and output of the shortcode for a Layout.
Common hooks list
Common hooks description
Manage capability
add_filter( 'acf_views/manage_capability', function (string $manage_capability): string {
// Allow management for anyone who can edit posts, e.g. authors.
return "edit_posts";
} );Container (Pro)
Custom Twig functions (Pro)
Custom Twig filters (Pro)
Last updated