golden hour
/home/godaofbq/beyondhyperbarics.com/wp-content/plugins/tapfiliate/wordpress
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin.php
477 B
Del
OK
tracking-code.php
3.54 KB
Del
OK
Edit: admin.php
<?php declare(strict_types=1); if (!defined('ABSPATH')) { exit; // Exit if accessed directly } /** * Add a link to the settings page on the plugins.php page. */ function tapfiliate_settings_link(array $links): array { return array_merge(['<a href="' . esc_url(admin_url('/options-general.php?page=tapfiliate')) . '">' . __('Settings', 'textdomain') . '</a>'], $links); } add_action('plugin_action_links_' . plugin_basename(__FILE__), 'tapfiliate_settings_link');
Save