acf/json/load_paths

acf/json/load_paths

Hook Type: filter

See hook in core

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

apply_filters('acf/json/load_paths') is found 1 times:

  • /includes/local-json.php line 85
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
         *
         * @param array $paths An array of potential paths to load JSON from.
         * @return array
         */
        return (array) apply_filters( 'acf/json/load_paths', $paths );
    }
     
    /**
     * Gets the path(s) to save JSON to.
     *
     * @since 6.2