I am creating a new blog post Plugin in Wordpress form Created Successfully how to Store the form data in database
register_activation_hook(__FILE__,'create_books_table');
register_deactivation_hook(__FILE__,'truncate_book_table');
add_action('init','book_assets');
add_action("admin_menu", "my_book_plugin_menus");
