jetpack_should_use_external_storage

jetpack_should_use_external_storage

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.9.1

apply_filters('jetpack_should_use_external_storage') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php line 281
    		 * @param bool   $enabled     Whether external storage should be used (default: false).
    		 * @param string $option_name Option name, _without_ `jetpack_%` prefix.
    		 * @return bool True to use external storage, false to use database only.
    		 */
    		return apply_filters( 'jetpack_should_use_external_storage', false, $name );
    	}
    
    	/**
    	 * Returns the requested option, and ensures it's autoloaded in the future.
    	 * This does _not_ adjust the prefix in any way (does not prefix jetpack_%)
    	 *