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 ); } Varad Chiney, Author at Newsinterpretation

Varad Chiney

Singapore Government is Planning to Fund the Law Firms that are Planning to Adopt AI Driven Technology

The Singapore government has been planning to fund the law firms that are ready to adopt the AI driven...

Bestmixer seizing is big breakthrough for Dutch Enforcement agencies

Coin mixer services company Bestmixer.io worked by pooling funds together and creating a web of new transactions in an...
error: Content is protected !!