APIAPI_Config::trigger_listen_for_callback()

Triggers the API-API instance’s ‘listen_for_callback’ hook.

Description

See also

Source

File: src/apiapi-config.php

	protected function trigger_listen_for_callback() {
		torro()->apiapi()->trigger_hook( 'listen_for_callback' );

		//TODO: Redirect to the correct location.
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.