acf/json/load_paths

acf/json/load_paths

Hook Type: filter

See hook in core

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

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

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