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.24.8.1

apply_filters('yoast_display_gutenberg_compat_notification') is found 1 times:

  • /admin/class-admin-gutenberg-compatibility-notification.php line 63
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    * 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
    ) {