With this code, you can add a new admin page in WordPress and also done functionality to import and export post as CSV
To use this Simply add this file in your functions.php file and edit according to your requirements.
What you can learn by this code
- Add custom admin menu page in WordPress
- Add custom sub-admin menu page in WordPress
- Export any post or custom post data as CSV file
- Create post by importing CSV file
- Proper way to add Ajax in WordPress
- Using nonce field in WordPress