Hooks and Filtersi4w_loadedOn this pagei4w_loadedUsage This hook enables you to run your code as soon as iMember360 is completely initialized. Parameters None. Example PHPfunction my_i4w_loaded() { // do whatever you want to do, when iMember360 is loaded.}add_action('i4w_loaded', 'my_i4w_loaded');