Adds useful functions for rendering image fields, link fields, repeater fields and flexible content for the Advanced Custom Fields plugin.
As of April 2026, Advanced Custom Fields: Snippets is a WordPress acf plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.3K+ times in total. Requires WordPress 4.8+ and PHP 5.4+. Available on WordPress.org since 2019. Last updated 6 years ago — may have compatibility concerns. Top alternative: Advanced Custom Fields (ACF®).
Adds useful functions for rendering image fields, link fields, repeater fields and flexible content for the Advanced Custom Fields plugin. For detailed info look on Bitbucket.
Usage
Returns the snippet of a specific link field.
<?php
acf_snippet_get_link($selector, [$postId], [$args]);
?>
Displays the snippet of a specific link field.
<?php
acf_snippet_the_link($selector, [$postId], [$args]);
?>
Parameters
$selector (string) (Required) ACF field name or ACF field key. Based on ACF get_field function.
$postId (integer|bool) (Optional) The post ID wh…
| WordPress | 4.8+ requiredTested up to 5.2.24 |
| PHP | 5.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.