Image::register_handler( $handlers )
Register the handler to process Event Thumbnail creation on the background-
Contents
Parameters
- $handlers
-
(Required) array An array with all the different handlers for background processing.
Return
(mixed)
Source
File: src/Tribe/Import/Image.php
public function register_handler( $handlers ) { $handlers[] = Featured_Image::class; return $handlers; }
Changelog
Version | Description |
---|---|
4.6.5 | Introduced. |