acf
The Woocommerce Custom Tabs acf shortcode.
Usage
- // basic usage
- echo do_shortcode('[acf]');
- // variable usage
- $result = do_shortcode('[acf]');
- echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /advanced-custom-fields/core/api.php
- $value = @implode( ', ', $value );
- }
- return $value;
- }
- add_shortcode( acf, 'acf_shortcode' );
- /**
- * acf_form_head()
- *