开发者 | (Virgial) |
---|---|
更新时间 | 2017年7月10日 21:18 |
捐献地址: | 去捐款 |
PHP版本: | 4.5.0 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
timely-cdv-xls-exporter.zip
via the plugins menuYes, after activating you can go to the settings page and setup your data.
This plugin is not tested on multisite environments yet.
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.