=== BPOTech Export Specific Post ===
Contributors: wphuebpo
Tags: export, xml, post, custom post type, export xml
Requires at least: 5.5
Tested up to: 6.6
Stable tag: 1.1.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple export plugin, used to export one or more posts to XML flexibly

== Description ==

WP Export Specific Post is a plugin aimed at users who want to export one or more posts with simplicity and flexibility without being fussy, the plugin can be used to quickly transfer the necessary posts to a new site.

= Features =

* Default export supports posts, pages and all custom post types
* Support exporting 3 convenient locations in admin post management screens
* Install and use, no additional settings required

== Frequently Asked Questions ==

= Does this plugin need any settings to use? =

No need to set anything, just activate and use it.

= How can I select specific post types to apply export to? =

Since exporting is simple and doesn't affect how wp works, all posts, pages and post types will be applied.

== Installation ==

1. Upload the entire `bpot-export-specific-post` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).

You will find **Export XML** action url in your WordPress post, page and custom post types admin screen.

== Screenshots ==

1. Export multiple posts in bulk action
2. Export in admin post actions menu
2. Export in admin post edit screen

== Changelog ==

= 1.1.0 =
* Add some hook filters.
* Another change.

== Upgrade Notice ==

= 1.1.0 =
This is an upgrade for developers, we added some hooks to help developers modify some data when exporting.