yoast_display_gutenberg_compat_notification

yoast_display_gutenberg_compat_notification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('yoast_display_gutenberg_compat_notification') is found 1 times:

  • /admin/class-admin-gutenberg-compatibility-notification.php line 63
    		 * notification.
    		 *
    		 * @param bool $display_notification
    		 */
    		$display_notification = apply_filters( 'yoast_display_gutenberg_compat_notification', true );
    
    		if (
    			! $this->compatibility_checker->is_installed()
    			|| $this->compatibility_checker->is_fully_compatible()
    			|| ! $display_notification
    		) {