name = 'ShortCode'; // variable name (no spaces / special characters / etc) $this->label = __("ShortCode",'advanced-custom-fields-shortcode'); // field label (Displayed in edit screens) // do not delete! parent::__construct(); } function create_field($field) { echo ''; global $shortcode_tags; print '

'; print ''.__('View the list of shortcodes','advanced-custom-fields-shortcode').''; print ''; print '

'; print ''; ?>