acf/json/save_paths

acf/json/save_paths

Hook Type: filter

See hook in core

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

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

  • /includes/local-json.php line 118
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
         * @param array $paths An array of the potential paths to save JSON to.
         * @param array $post  The ACF field group, post type, or taxonomy array.
         * @return array
         */
        return (array) apply_filters( 'acf/json/save_paths', $paths, $post );
    }
     
    /**
     * Writes field group data to JSON file.
     *
     * @date    14/4/20