Hi,
please update to version 9.8.3 to get the universal SEO metabox directly accessible inside a classic metabox.
There is only 1 metabox with dedicated tabs now. This allows for a unified experience across different WordPress installations, regardless of theme and plugin configurations. It also significantly simplifies code maintenance on our end.
We’ll study the possibility to add a hook to filter the tabs for the SEO metabox.
What about the metabox priority setting? That was useful as well.
+1 for metabox priority setting – the latest version adds the SEOPress metabox with priority ‘high’ (previously was ‘default’) so it now pushes other content down the edit page.
Hi,
we have taken into consideration your feedback with update 9.8.4.
Now the priority is set to “default”. This is hookable using this filter if necessary:
$priority = apply_filters( 'seopress_metabox_opener_priority', 'default' );
Fixed with version 9.8.5.