i4w_loaded
This hook enables you to run your code as soon as iMember360 is completely initialized.
Parameters
Section titled “Parameters”None.
Example
Section titled “Example”function my_i4w_loaded() { // do whatever you want to do, when iMember360 is loaded.}add_action('i4w_loaded', 'my_i4w_loaded');