Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Function : trigger_events()

Blair2004 edited this page Oct 31, 2014 · 1 revision

Description : trigger each registered action for a specific event. Accepts two parameters, the first one is the event name and the second one are parameters who will be passed to the registered functions.

Example : <?php trigger_events( 'custom-event' );?>