Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
enuring
/
test
/
wp-content
/
plugins
/
fluent-smtp
/
app
/
Hooks
:
filters.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php add_filter( 'plugin_action_links_' . plugin_basename( FLUENTMAIL_PLUGIN_FILE ), function ($links) { $links['settings'] = sprintf( '<a href="%s" aria-label="%s">%s</a>', admin_url('options-general.php?page=fluent-mail#/connections'), esc_attr__( 'Go to Fluent SMTP Settings page', 'fluent-smtp' ), esc_html__( 'Settings', 'fluent-smtp' ) ); return $links; }, 10, 1 );