kirki_config ); $dropdown = wp_dropdown_pages( array( 'name' => '_customize-dropdown-pages-' . esc_attr( $this->id ), 'echo' => 0, 'show_option_none' => esc_attr( $l10n['select-page'] ), 'option_none_value' => '0', 'selected' => esc_attr( $this->value() ), ) ); // Hackily add in the data link parameter. $dropdown = str_replace( 'get_link(), $dropdown ); $this->json['dropdown'] = $dropdown; } /** * An Underscore (JS) template for this control's content (but not its container). * * Class variables for this control class are available in the `data` JS object; * export custom variables by overriding {@see Kirki_Customize_Control::to_json()}. * * @see WP_Customize_Control::print_template() * * @access protected */ protected function content_template() { ?> <# if ( data.tooltip ) { #> <# } #>