acf/is_field_key

acf/is_field_key

Hook Type: filter

See hook in core

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

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

  • /includes/acf-field-functions.php line 197
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
         *
         * @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.