notice_content(array('type' => $data['subtype'], 'display' => isset($data['display']) ? $data['display'] : '', 'lang' => isset($data['lang']) ? $data['lang'] : '', 'to_page_name' => isset($data['to_page_name']) ? $data['to_page_name'] : '')); ?>

%s.', 'acf-wpml-to'), admin_url(), $topagename); ?>

%s posts are not translatable. You need to set this in the WPML Translations Options panel. Please make sure WPML is configured beforehand.', 'acf-wpml-to'), admin_url(), $topagename); ?>

'.__('Go to ACF WPML Theme Options Settings page', 'acf-wpml-to').''; $messagesuffix = ''; } elseif($data['display'] == 'config') { $button = ''; $messagesuffix = ' Please set one as active from the dropdown below.'; } ?>

%s and start adding options.', 'acf-wpml-to'), admin_url(), $_REQUEST['to-name']); ?>

%s', 'acf-wpml-to'), $langstring); ?>

ACF WPML Theme Options Settings

Config

How it works.

The plugin adds a new function named get_field_option() which you can use to display options created in the Global Options post type you define.

Usage:

  1. echo get_field_option('option_slug');
  2. echo do_shortcode('[get_field_option option="site_name"]');
  3. (in post content body/editor): [get_field_option option="site_name"]

This post is not the active one for ACF WPML Theme Options. Option fields are being taken from the following post: '.get_the_title($data['activepost']).'.' : $message = 'This post is the active one for ACF WPML Theme Options'; ?>