'Admin App Push Notification', 'Description' => 'Admin App Push Notification is a powerful PipraPay plugin that sends real-time push notifications to the PipraPay Payment Panel App — completely free.', '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' => '' ]; $funcFile = __DIR__ . '/functions.php'; if (file_exists($funcFile)) { require_once $funcFile; } // Load the admin UI rendering function function admin_app_notification_admin_page() { $viewFile = __DIR__ . '/views/admin-ui.php'; if (file_exists($viewFile)) { include $viewFile; } else { echo "