Skip to content

Instantly share code, notes, and snippets.

@goldhat
Last active May 15, 2016 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldhat/e58eb5f73f58dffdd3e334e48ee53d1c to your computer and use it in GitHub Desktop.
Save goldhat/e58eb5f73f58dffdd3e334e48ee53d1c to your computer and use it in GitHub Desktop.
ACF Render template registry array examples for the filter acf-render-template-register
'color' => array(
'field_types' => array('color'),
),
'text' => array(
'name' => 'Text',
'location' => ACF_RENDER_TEMPLATE_DIR,
'filename' => 'text',
'field_types' => array('text'),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment