fixed erro WPSEO_Abstract_Post_Filte
-
I found a error on yoast WPSEO_Abstract_Post_Filter::add_filter_link(): Argument #1 ($views) must be of type array, null given
Go to -> wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php
edit -> class-abstract-post-filter.php
Line 74 for ->add_filter( 'views_edit-' . $post_type, [ $this, 'add_filter_link' ] );For This ->
add_filter( 'views_edit-' . $post_type, [ $this, 'add_filter_link' ] , '__return_empty_array', 99 );and all fine for me 😉 ultimate version of yoast! php 8.2
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘fixed erro WPSEO_Abstract_Post_Filte’ is closed to new replies.