senlin/so-clean-up-wp-seo

Remove Workouts (premium)

senlin opened this issue · 0 comments

Remove the new “Workouts” from navigation admin.php?page=wpseo_workouts

See https://wordpress.org/support/topic/remove-workouts-premium/

Possible way to add this

li#toplevel_page_wpseo_dashboard>ul>li:nth-child(7) {
    display: none;
}