ajaxMethod($method) === true) { $welcome_actions->{$method}(); } else { $welcome_actions->error('Unavailable method.'); } } else { $welcome_actions->error('Method not found. ['.$method.']'); } // Stop any execution. exit;