register_activation_hook(__FILE__, 'fit_plugin_activate'); function fit_plugin_activate() { global $wpdb; $table_name = $wpdb->prefix . 'riskbot_uploaded_files'; $wpdb->query(" ALTER TABLE `$table_name` ADD COLUMN `director_name` TEXT NULL, ADD COLUMN `father_name` TEXT NULL, ADD COLUMN `pan` VARCHAR(20) NULL, ADD COLUMN `passport_number` VARCHAR(50) NULL, ADD COLUMN `address` TEXT NULL, ADD COLUMN `email` VARCHAR(100) NULL, ADD COLUMN `aadhar_number` VARCHAR(20) NULL "); } function fit_render_uploaded_files_page() { echo "

Uploaded Files

"; // You can add your full table headers and rows here echo ""; // Placeholder to match scanned echo } add_action('admin_menu', 'fit_add_dashboard_menu'); function fit_add_dashboard_menu() { add_menu_page( 'RiskBot Dashboard', 'RiskBot Dashboard', 'manage_options', 'riskbot-dashboard', 'fit_render_uploaded_files_page', 'dashicons-chart-bar', 6 ); } Akrati Soni, Author at Newsinterpretation

Akrati Soni

RegTech Times Acquires Controlling Stake in DefTech Times, Expanding Its Global Reach in Financial and Defense Technology Journalism

01.01.2025, Sheridan, USA – RegTech Times, a leading global media platform dedicated to financial crime, regulatory technology, and compliance, has...

Impact of Federal Reserve’s Decision on Gold Prices: Insights and Analysis

US Federal Reserve's recent decision by the  to maintain its benchmark interest rates between 5.25% and 5.50% marks a...

Biden’s Diplomatic Efforts Aim to Encourage Hamas and Israel to Reach an Unwanted Agreement

President Biden has publicly presented a peace plan. Which was regarding to push both the Israeli government and Hamas...
error: Content is protected !!