array( 'link' => esc_url('https://www.designlabthemes.com/artpop-pro-wordpress-theme/?utm_source=WordPress&utm_medium=customizer_link&utm_campaign=artpop_upsell'), 'text' => __('Try Artpop Pro', 'artpop'), ), 'theme' => array( 'link' => esc_url('https://www.designlabthemes.com/artpop-wordpress-theme/'), 'text' => __('Theme Homepage', 'artpop'), ), 'documentation' => array( 'link' => esc_url('https://www.designlabthemes.com/artpop-documentation/'), 'text' => __('Theme Documentation', 'artpop'), ), 'rating' => array( 'link' => esc_url('https://wordpress.org/support/theme/artpop/reviews/#new-post'), 'text' => __('Rate This Theme', 'artpop'), ), 'instagram' => array( 'link' => esc_url('https://www.instagram.com/designlabthemes/'), 'text' => __('Follow Us on Instagram', 'artpop'), ), 'twitter' => array( 'link' => esc_url('https://twitter.com/designlabthemes'), 'text' => __('Follow Us on Twitter', 'artpop'), ) ); foreach ($important_links as $important_link) { echo '
' . esc_html( $important_link['text'] ) . '
'; } } } // Radio Image Control class Artpop_Customize_Radio_Image extends WP_Customize_Control { public $type = 'artpop-radio-image'; function render_content() { if ( empty( $this->choices ) ) return; $name = '_customize-radio-' . $this->id; if ( ! empty( $this->label ) ) : ?> label ); ?> description ) ) : ?> description ); ?>