' . __('Settings', 'captcha') . ''; array_unshift( $links, $settings_link ); return $links; } /** * Registers the settings, support, and feedback meta links * * @link http://thematosoup.com/development/add-action-meta-links-wordpress-plugins/ */ function ayah_register_plugin_meta_links($links, $file) { if ($file == PLUGIN_BASENAME) { $links[] = '' . __('Settings','captcha') . ''; $links[] = '' . __('Support','captcha') . ''; $links[] = '' . __('Feedback','captcha') . ''; } return $links; }