Filter Delayed Triggers

wpwhpro/post_delay/post_delay_triggers

Description:
This filter allows you manipulate the delayed webhooks that have been registered with an instance of WordPress. This may be useful if some third-party plugins trigger, for example, the create_post hook multiple times during the saving process, but you only want to fire it once.

Parameter Type Description
$this->post_delay_triggers array An array of all available triggers
$triggers = apply_filters( 'wpwhpro/post_delay/post_delay_triggers', $this->post_delay_triggers );
Updated on February 16, 2020

Was this article helpful?

Related Articles