add_component( $component['name'], $component['namespace'], $component['options'] ); } /** * Run the plugin. */ $allclients_plugin->run(); } return $allclients_plugin; } /** * Begins execution of the plugin. */ get_allclients();