videopress_uploader_cache_prefix, $this->prefix
videopress_uploader_cache_prefix, $this->prefix
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('videopress_uploader_cache_prefix, $this->prefix') is found 1 times:
- /jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php line 252
* @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.