videopress_uploader_log, info, get_class( $this
videopress_uploader_log, info, get_class( $this
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('videopress_uploader_log, info, get_class( $this') is found 1 times:
- /jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-abstract-cache.php line 262
* @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.