array( 'type' => 'string', 'stripslashes' => true ), 'show' => array( 'type' => 'int', 'force_missing_to' => 1 ), 'template' => array( 'type' => 'string', 'force_missing_to' => $this->get_core_template( 'dropdown' ) ), 'slot_group' => array( 'type' => 'string', 'force_missing_to' => 'sidebars' ), ); return array_merge( parent::get_allowed_properties(), $allowed_properties ); } }