Control Panel'; array_unshift($links, $settings_link); } return $links; } /** * Begins execution of the plugin. * * @since 1.0.0 */ function run_advert_for_wordpress() { $plugin = new AdVert_For_Wordpress(); } run_advert_for_wordpress();