array( 'link' => esc_url( 'https://catchthemes.com/themes/alchemist/#theme-instructions' ), 'text' => esc_html__( 'Theme Instructions', 'alchemist' ), ), 'support' => array( 'link' => esc_url( 'https://catchthemes.com/support/' ), 'text' => esc_html__( 'Support', 'alchemist' ), ), 'changelog' => array( 'link' => esc_url( 'https://catchthemes.com/themes/alchemist/#changelog' ), 'text' => esc_html__( 'Changelog', 'alchemist' ), ), 'facebook' => array( 'link' => esc_url( 'https://www.facebook.com/catchthemes/' ), 'text' => esc_html__( 'Facebook', 'alchemist' ), ), 'twitter' => array( 'link' => esc_url( 'https://twitter.com/catchthemes/' ), 'text' => esc_html__( 'Twitter', 'alchemist' ), ), 'gplus' => array( 'link' => esc_url( 'https://plus.google.com/+Catchthemes/' ), 'text' => esc_html__( 'Google+', 'alchemist' ), ), 'pinterest' => array( 'link' => esc_url( 'http://www.pinterest.com/catchthemes/' ), 'text' => esc_html__( 'Pinterest', 'alchemist' ), ), ); foreach ( $important_links as $important_link ) { echo '
'; // WPCS: XSS OK. } } } // Custom control for dropdown category multiple select. class Alchemist_Multi_Cat extends WP_Customize_Control { public $type = 'dropdown-categories'; public function render_content() { $dropdown = wp_dropdown_categories( array( 'name' => $this->id, 'echo' => 0, 'hide_empty' => false, 'show_option_none' => false, 'hide_if_empty' => false, 'show_option_all' => esc_html__( 'All Categories', 'alchemist' ), ) ); $dropdown = str_replace( '