Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Supported fields

Jesper Bjerke edited this page Nov 8, 2015 · 5 revisions

Standard fields

  • post_content
  • post_title
  • post_thumbnail

Custom field types

  • Text meta_text
  • Text Area meta_textarea
  • Number meta_number
  • Email meta_email
  • Url meta_url
  • Wysiwyg Editor meta_wysiwyg
  • Image meta_image
  • Select (dropdown) meta_select

ACF field types

All ACF fields should be working but fields not listed below will bring up a settings modal with related editing UI. Upon save, the editor element will be refreshed and inserted in its entirety, which means rendering depending on javascript will have to be run again (see action hook acf_refresh_contents).

  • Text
  • Text Area
  • Number
  • Email
  • Url
  • Password
  • Wysiwyg Editor
  • oEmbed
  • Image
  • File
  • Select
  • Radio

WooCommerce fields (for simple product types)

  • SKU woo_sku
  • Price woo_price
  • Sale Price woo_sale_price
    • Scheduling
  • Short Description woo_short_description
  • Inventory (through settings modal)
    • Stock Quantitiy (if manage stock is enabled)
    • Stock Status
  • Catalog visibility (through settings modal)
  • Featured product (through settings modal)