This plugin will help you to collect and store form data.
This plugin is a developer’s toolkit for collecting form data from your WordPress site. It provides the necessary hooks and utilities for you to manage how data is stored and displayed later.
The best way to get started is to look at example-functions.php and example.php in /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