This post was last updated on January 6th, 2017 at 07:16 pm
do_action( string $tag, $arg = '' )
This function invokes all functions attached to action hook $tag
. It is possible to create new action hooks by simply calling this function, specifying the name of the new hook using the