acf/is_field_key

acf/is_field_key

Hook Type: filter

See hook in core

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

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

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