Image::register_handler( $handlers )

Register the handler to process Event Thumbnail creation on the background-


Parameters

$handlers

(Required) array An array with all the different handlers for background processing.


Top ↑

Return

(mixed)


Top ↑

Source

File: src/Tribe/Import/Image.php

	public function register_handler( $handlers ) {
		$handlers[] = Featured_Image::class;

		return $handlers;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.5 Introduced.