videopress_uploader_log

videopress_uploader_log

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.1

do_action('videopress_uploader_log') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php line 259
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    * @param string $what Stuff to log.
     */
    protected function log( $what ) {
        // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r
        do_action( 'videopress_uploader_log', 'info', get_class( $this ) . ' Cache Store: \n\n' . print_r( $what, true ) );
    }
     
    /**
     * Checks if content has an expires_at entry and compares to time().
     *
     * @param array $contents The contents.