akismet blocking initial admin experience
-
On an initial install of wordpress
with an initial install of Akismet
on the first time to /wp-admin/
Akismet blocks the initial WP admin experience and instead supersedes it with an Akismet-only experience.
Naturally, no plugin should block the first-time experiences, and not consume the entire right pane.Setup:
Ubuntu 18.04
WP 5.2.4
Akismet 4.1.3Repo as I wrote above:
1. Install WP
2. Install Akismet (via wp-cli, multiset, plugin directory, etc.)
3. visit https://myserver/wp-admin/
4. loginResult:
The entire right pane is consumed by AkismetExpected:
Akismet to not consume the entire right pane. On the first-time admin experience, the most important thing is WP itself (not a plugin).Notes:
This was found in CI/CD pipeline testing. The initial admin experience was no longer WP because Akismet is overriding. Broke testing.
- The topic ‘akismet blocking initial admin experience’ is closed to new replies.