Tribe__Process__Handler::sync_handle( array|null $data_source = null )

Handles the process immediately, not in an async manner.


Parameters

$data_source

(array|null) (Optional) If not provided the method will read the handler data from the request array.

Default value: null


Top ↑

Return

(mixed|null) The result of the synchronous handling.


Top ↑

Source

File: src/Tribe/Process/Handler.php

	abstract public function sync_handle( array $data_source = null );

Top ↑

Changelog

Changelog
Version Description
4.7.12 Introduced.