You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
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' );?>