acf/admin/show_email_opt_in_banner, $default
acf/admin/show_email_opt_in_banner, $default
Appears in: advanced-custom-fields.6.8.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.6apply_filters('acf/admin/show_email_opt_in_banner, $default') is found 1 times:
- /includes/admin/admin-email-opt-in-banner.php line 104
* @since 6.8.6 * * @param boolean $show Whether to show the banner. */ return (bool) apply_filters( 'acf/admin/show_email_opt_in_banner', $default ); } /** * Returns true on the ACF Free admin screens the banner supports: * the Field Groups, Post Types and Taxonomies list screens, and the * Options Pages preview.