芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/carotiti/wp-content/themes/boal/inc/customize/classes/customize-category.php
'_customize-dropdown-categories-' . esc_attr($this->id), 'echo' => 0, 'show_option_none' => esc_html__('— Select —', 'boal'), 'option_none_value' => '0', 'selected' => $this->value(), ) ); // Hackily add in the data link parameter. $dropdown = str_replace('
get_link()), $dropdown); printf( '
%s
%s
', $this->label, $dropdown ); } }