{"id":40832,"date":"2015-12-16T19:05:04","date_gmt":"2015-12-16T19:05:04","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/form-data-collector\/"},"modified":"2024-11-28T16:59:42","modified_gmt":"2024-11-28T16:59:42","slug":"form-data-collector","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/form-data-collector\/","author":14430720,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2.4","stable_tag":"2.2.4","tested":"6.7.5","requires":"5.5","requires_php":"","requires_plugins":null,"header_name":"Form Data Collector","header_author":"Klipper LLC","header_description":"","assets_banners_color":"","last_updated":"2024-11-28 16:59:42","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/klipper.ee","header_plugin_uri":"https:\/\/klipper.ee\/","header_author_uri":"https:\/\/klipper.ee\/","rating":0,"author_block_rating":0,"active_installs":300,"downloads":4843,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.1.1":{"tag":"1.1.1","author":"taunoh","date":"2015-12-30 09:17:55"},"1.2.0":{"tag":"1.2.0","author":"taunoh","date":"2016-07-13 07:26:42"},"1.3.0":{"tag":"1.3.0","author":"taunoh","date":"2016-08-23 08:16:24"},"1.3.1":{"tag":"1.3.1","author":"taunoh","date":"2017-07-05 05:53:47"},"2.0":{"tag":"2.0","author":"taunoh","date":"2018-05-03 07:05:30"},"2.0.1":{"tag":"2.0.1","author":"taunoh","date":"2018-05-04 10:18:02"},"2.1.0":{"tag":"2.1.0","author":"taunoh","date":"2018-05-08 07:30:00"},"2.1.1":{"tag":"2.1.1","author":"taunoh","date":"2018-05-08 07:33:42"},"2.2.0":{"tag":"2.2.0","author":"taunoh","date":"2018-05-15 05:23:52"},"2.2.1":{"tag":"2.2.1","author":"taunoh","date":"2018-05-17 10:15:04"},"2.2.2":{"tag":"2.2.2","author":"taunoh","date":"2019-05-11 19:09:18"},"2.2.3":{"tag":"2.2.3","author":"taunoh","date":"2023-05-23 08:56:09"},"2.2.4":{"tag":"2.2.4","author":"taunoh","date":"2024-11-28 16:59:42"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.1","1.2.0","1.3.0","1.3.1","2.0","2.0.1","2.1.0","2.1.1","2.2.0","2.2.1","2.2.2","2.2.3","2.2.4"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[221,267,361,601,2906],"plugin_category":[40,42,59],"plugin_contributors":[90091],"plugin_business_model":[],"class_list":["post-40832","plugin","type-plugin","status-publish","hentry","plugin_tags-ajax","plugin_tags-email","plugin_tags-form","plugin_tags-forms","plugin_tags-input","plugin_category-calendar-and-events","plugin_category-contact-forms","plugin_category-utilities-and-tools","plugin_contributors-taunoh","plugin_committers-taunoh"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/form-data-collector.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin is a developer\u2019s 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.<\/p>\n\n<p>The best way to get started is to look at example-functions.php and example.php in <code>\/plugins\/form-data-collector\/example<\/code> folder.<\/p>\n\n<p>You can see a list of utilities and hooks <a href=\"https:\/\/github.com\/taunoha\/form-data-collector\/wiki\/\">here<\/a>.<\/p>\n\n<p><strong>Not compatible with 1.x.x versions :(<\/strong><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Go to your admin area and select Plugins -&gt; Add new from the menu.<\/li>\n<li>Search for \"Form Data Collector\".<\/li>\n<li>Click install.<\/li>\n<li>Click activate.<\/li>\n<li>A new menu item called \"FDC\" will be available in Admin menu.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h3>2.2.4<\/h3>\n\n<ul>\n<li>Sanitize POST data<\/li>\n<\/ul>\n\n<h3>2.2.3<\/h3>\n\n<ul>\n<li>Fixed minor bugs<\/li>\n<\/ul>\n\n<h4>2.2.2<\/h4>\n\n<ul>\n<li>Added \u00b4fdc_privacy_policy_content\u00b4 filter to add suggested privacy policy text to the policy postbox.<\/li>\n<li>Fixed an meta_value serializing bug<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>2.2.1<\/h4>\n\n<ul>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>2.2.0<\/h4>\n\n<ul>\n<li>Added an option to force delete an entry and all its data.<\/li>\n<li>Updated how to validate inserted data before it will be inserted into database. It uses <a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Error\">WP_Error<\/a> class. Take a look at the examples.<\/li>\n<li>Improved error handling.<\/li>\n<\/ul>\n\n<h4>2.1.0<\/h4>\n\n<ul>\n<li>Introduced <code>fdc_pre_get_entries<\/code> action hook. It works like Wordpress core <code>pre_get_posts<\/code> action.<\/li>\n<li><code>fdc_get_entries()<\/code> now accepts meta_query as parameter. It works similarly to <a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Custom_Field_Parameters\">WP_Query<\/a> meta_query parameter.<\/li>\n<li><code>fdc_get_entries()<\/code> now accepts date_query as parameter. It works similarly to <a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Date_Parameters\">WP_Query<\/a> date_query parameter.<\/li>\n<li><code>fdc_get_entries()<\/code> the parameter <code>entry_date_after<\/code> was replaced with the <code>date_query<\/code> parameter.<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Total rewrite. Not compatible with previous versions :(<\/li>\n<li>Added custom database tables<\/li>\n<li>Added utilities to insert, get and update data<\/li>\n<li>Added support for file(s) upload.<\/li>\n<li>Now <code>fdc.ajax.post<\/code> accepts also javascript object as first parameter (Beta)<\/li>\n<li>New hooks<\/li>\n<li>Renamed <code>restrict_manage_px_fdc<\/code> action hook to <code>fdc_restrict_manage_entries<\/code><\/li>\n<li>Removed CMB2<\/li>\n<li>Bootstrap Modal was replaced with Thickbox<\/li>\n<\/ul>","raw_excerpt":"This plugin will help you to collect and store form data.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/40832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=40832"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/taunoh"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=40832"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=40832"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=40832"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=40832"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=40832"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=40832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}