videopress_uploader_cache_prefix

videopress_uploader_cache_prefix

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('videopress_uploader_cache_prefix') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php line 249
    		 * @param string $cache_prefix The cache prefix.
    		 *
    		 * @return string
    		 */
    		return apply_filters( 'videopress_uploader_cache_prefix', $this->prefix );
    	}
    
    	/**
    	 * Log stuff
    	 *
    	 * @param string $what Stuff to log.