init(); } public static function get_instance() { if ( ! isset( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } public function show_merge_tags( $template_type ) { $subscriber_tags = $this->get_subscriber_tags(); if ( ! empty( $subscriber_tags ) ) { ?>
render_merge_tags( $subscriber_tags ); ?>
get_site_tags(); if ( ! empty( $site_tags ) ) { ?>
render_merge_tags( $site_tags ); ?>
get_campaign_tags(); if ( ! empty( $template_tags ) ) { ?>
$tags ) : ?>
render_merge_tags( $tags ); ?>