diff --git a/class-fw-extension-seo.php b/class-fw-extension-seo.php index 4601683..90ed334 100644 --- a/class-fw-extension-seo.php +++ b/class-fw-extension-seo.php @@ -480,13 +480,7 @@ public function _admin_filter_set_custom_posts_seo_options( $post_options, $post $seo_options['type'] = 'tab'; $post_options['main']['options'][ $this->get_name() ] = $seo_options; } else { - $seo_options = array( - 'title' => false, - 'type' => 'box', - 'options' => array( - $this->get_name() => $seo_options - ) - ); + $seo_options['type'] = 'box'; $post_options[ $this->get_name() ] = $seo_options; } }