'Tap Agent', 'Description' => 'Accept Tap Agent payments directly from customers. Perfect for freelancers and small businesses.', 'Version' => '1.0.0', 'Author' => 'PipraPay', 'Author URI' => 'https://piprapay.com/', 'License' => 'GPL-2.0+', 'License URI' => 'http://www.gnu.org/licenses/gpl-2.0.txt', 'Requires at least' => '1.0.0', 'Plugin URI' => '', 'Text Domain' => '', 'Domain Path' => '', 'Requires PHP' => '' ]; // Load the admin UI rendering function function tap_agent_admin_page() { $viewFile = __DIR__ . '/views/admin-ui.php'; if (file_exists($viewFile)) { include $viewFile; } else { echo "