'customize-dropdown-categories' . $this->id, 'echo' => 0, 'show_option_none' => esc_html__( '— Select Category —','better-health'), 'option_none_value' => '0', 'selected' => $this->value(), ) ); // Hackily add in the data link parameter. $better_health_dropdown = str_replace( 'get_link(), $better_health_dropdown ); printf( '', $this->label, $this->description, $better_health_dropdown ); } } } /** * A class to create a option separator in customizer section * *@since 1.0.0 */ class Better_Health_Customize_Section_Separator extends WP_Customize_Control { /** * The type of customize control being rendered. * * @since 1.0.0 * @access public * @var string */ public $type = 'better_health_separator'; /** * Displays the control content. * * @since 1.0.0 * @access public * @return void */ public function render_content() { ?>