چۈشەندۈرۈش
With this plugin you can export posts,pages and custom post types to csv or excell with the standard fields like post_content, post_title, post_name, but also the corresponding metadata fields. You can export timebased (cron script) e-mails with attachment. The attachment can contain all the data or the data between the selected period. So send your customer a weekly, monthly or even a yearly export is as simple as that.
You can make use of hooks to reformat your data. This is handy when you want to export fields for other plugins like contact form 7.
Want regular updates? Feel free to support me with a small donation 🙂
ئورنىتىش
- Upload
timely-cdv-xls-exporter.zip
via the plugins menu - Activate the plugin through the ›Plugins‹ menu in WordPress
- Use the settingspage to enable the timely based exports
FAQ
- Installation Instructions
-
- Upload
timely-cdv-xls-exporter.zip
via the plugins menu - Activate the plugin through the ›Plugins‹ menu in WordPress
- Use the settingspage to enable the timely based exports
- Upload
- Is it active right away?
-
Yes, after activating you can go to the settings page and setup your data.
- Can I use this plugin for multisite?
-
This plugin is not tested on multisite environments yet.
- Which filter hooks are available?
-
add_filter(›fatxce_mail_html‹,’your_function‹) -> hook for customizing the html in the mail.
add_filter(›fatxce_filename‹,’your_function‹) -> hook for changing the filename of the attachment.
add_filter(›fa_timely_fields‹,’your_function‹) -> hook for adding your own custom fields or reformat them.
add_filter(»fatxce_before_format»,’your_function‹) -> hook for customize the data before it is formatted for the export.
add_filter(»fatxce_after_format»,’your_function‹) -> hook for customizing the data after the data is reformatted for export.
باھالاشلار
بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.
تۆھپىكار ۋە ئىجادكار
«Timely CSV XLS exporter» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.
تۆھپىكار«Timely CSV XLS exporter» نى تىلىڭىزغا تەرجىمە قىلىڭ
ئىجادىيەتكە قىزىقامسىز؟
كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.
ئۆزگىرىش خاتىرىسى
1.1.1
- Added post type attachment
1.1
- Fixed some bugs
- Added PHPExcell library
1.0
- It all starts here.