acf/json/save_paths

acf/json/save_paths

Hook Type: filter

See hook in core

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

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

  • /includes/local-json.php line 118
    			 * @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