acf/is_field_group_key

acf/is_field_group_key

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.6

apply_filters('acf/is_field_group_key') is found 1 times:

  • /includes/acf-field-group-functions.php line 188
    	 *
    	 * @param   bool $bool The result.
    	 * @param   string $id The identifier.
    	 */
    	return apply_filters( 'acf/is_field_group_key', false, $id );
    }
    
    /**
     * acf_validate_field_group
     *
     * Ensures the given field group is valid.