API Documentation
Table of Contents
Namespaces
Constants
- JPKCOM_ACF_SHORTCODE_ENABLE_VERSION : mixed = '2.0.9'
Functions
- jpkcom_acf_enable_shortcode() : void
- Enable the ACF (Pro) `[acf]` shortcode.
Constants
JPKCOM_ACF_SHORTCODE_ENABLE_VERSION
public
mixed
JPKCOM_ACF_SHORTCODE_ENABLE_VERSION
= '2.0.9'
Functions
jpkcom_acf_enable_shortcode()
Enable the ACF (Pro) `[acf]` shortcode.
jpkcom_acf_enable_shortcode() : void
Writes ACF's enable_shortcode setting so anything reading the raw
setting (acf_raw_setting()) sees the enabled state too. The read-time
filter below is what actually guarantees it — see there for why both
exist.