promo = apply_filters('omgf_pro_promo', sprintf(__('Upgrade to Pro to enable this option.', $this->plugin_text_domain), OMGF_Admin_Settings::FFWP_WORDPRESS_PLUGINS_OMGF_PRO));
}
}
/**
*
*/
public function do_before()
{
?>
= $this->title ?>
= $label; ?>
$option_label) : ?>
class="= str_replace('_', '-', $name . '_' . $option); ?>" name="= $name; ?>" value="= $option; ?>" = $option == $checked ? 'checked="checked"' : ''; ?> />
= $option_label; ?>
= $description . ' ' . $this->promo; ?>
= apply_filters($name . '_setting_label', $label); ?>
= apply_filters($name . '_setting_disabled', $disabled) ? 'disabled' : ''; ?>>
$option_label) : ?>
>= $option_label; ?>
= apply_filters($name . '_setting_description', $description); ?>
>
= apply_filters($name . '_setting_label', $label); ?>
= apply_filters($name . '_setting_description', $description); ?>
= apply_filters($name . '_setting_label', $label); ?>
class="= str_replace('_', '-', $name); ?>" type="text" name="= $name; ?>" placeholder="= $placeholder; ?>" value="= $value; ?>" />
= apply_filters($name . 'setting_description', $description); ?>
= apply_filters($name . '_setting_label', $label); ?>
class="= str_replace('_', '-', $name); ?>" name="= $name; ?>" = $checked == "on" ? 'checked = "checked"' : ''; ?> />
= apply_filters($name . '_setting_description', $description); ?>