开发者 | taunoh |
---|---|
更新时间 | 2024年11月29日 00:59 |
捐献地址: | 去捐款 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/plugins/form-data-collector/example
folder.
You can see a list of utilities and hooks here.
Not compatible with 1.x.x versions :(
fdc_pre_get_entries
action hook. It works like Wordpress core pre_get_posts
action.fdc_get_entries()
now accepts meta_query as parameter. It works similarly to WP_Query meta_query parameter.fdc_get_entries()
now accepts date_query as parameter. It works similarly to WP_Query date_query parameter.fdc_get_entries()
the parameter entry_date_after
was replaced with the date_query
parameter.fdc.ajax.post
accepts also javascript object as first parameter (Beta)restrict_manage_px_fdc
action hook to fdc_restrict_manage_entries