이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Form Data Collector

설명

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 🙁

설치

  1. Go to your admin area and select Plugins -> Add new from the menu.
  2. Search for “Form Data Collector”.
  3. Click install.
  4. Click activate.
  5. A new menu item called “FDC” will be available in Admin menu.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Form Data Collector”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Form Data Collector”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.3

  • Fixed minor bugs

2.2.2

  • Added ´fdc_privacy_policy_content´ filter to add suggested privacy policy text to the policy postbox.
  • Fixed an meta_value serializing bug
  • Minor bug fixes

2.2.1

  • Minor bug fixes

2.2.0

  • Added an option to force delete an entry and all its data.
  • Updated how to validate inserted data before it will be inserted into database. It uses WP_Error class. Take a look at the examples.
  • Improved error handling.

2.1.0

  • Introduced 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.

2.0.1

  • Minor bug fixes

2.0.0

  • Total rewrite. Not compatible with previous versions 🙁
  • Added custom database tables
  • Added utilities to insert, get and update data
  • Added support for file(s) upload.
  • Now fdc.ajax.post accepts also javascript object as first parameter (Beta)
  • New hooks
  • Renamed restrict_manage_px_fdc action hook to fdc_restrict_manage_entries
  • Removed CMB2
  • Bootstrap Modal was replaced with Thickbox