load(); } function _romhackplaza_plugin_activate() { // Verify tables. \RomhackPlaza\Extenders\Post\Hashes_Table::verify_table(); \RomhackPlaza\Extenders\User_Notifications::verify_table(); } _romhackplaza_define_constants(); _romhackplaza_read_env(); register_activation_hook( __FILE__, '_romhackplaza_plugin_activate' ); use RomhackPlaza\Plugin; $_romhackplaza = new Plugin() ->setup_extenders_direct(); do_action( 'RomhackPlaza\\Init' );