Activate ACF shortcodes

PHOTO EMBED

Wed Oct 23 2024 12:55:49 GMT+0000 (Coordinated Universal Time)

Saved by @webisko #php

add_action( 'acf/init', 'set_acf_settings' );
function set_acf_settings() {
    acf_update_setting( 'enable_shortcode', true );
}
content_copyCOPY