get_section('header_image')->priority = 29;
$wp_customize->get_section('static_front_page')->priority = 31;
$wp_customize->get_section('nav')->priority = 31;
$wp_customize->get_section('background_image')->priority = 31;
/** ===============
* Extends CONTROLS class to add textarea
*/
class bizpress_customize_textarea_control extends WP_Customize_Control {
public $type = 'textarea';
public function render_content() {
?>
'_customize-dropdown-categories-' . $this->id,
'echo' => 0,
'hide_empty' => false,
'show_option_none' => '— ' . __('Select', 'bizpress') . ' —',
'hide_if_empty' => false,
'selected' => $this->value(),
)
);
$dropdown = str_replace('