videopress_uploader_cache_prefix

videopress_uploader_cache_prefix

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('videopress_uploader_cache_prefix') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php line 249
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
         * @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.