jetpack_connection_error_notice_message

jetpack_connection_error_notice_message

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_connection_error_notice_message') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-error-handler.php line 689
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    *
     * @param string $message The error message.
     * @param array  $errors The array of errors. See Automattic\Jetpack\Connection\Error_Handler for details on the array structure.
     */
    $message = apply_filters( 'jetpack_connection_error_notice_message', '', $this->get_verified_errors() );
     
    /**
     * Fires inside the admin_notices hook just before displaying the error message for a broken connection.
     *
     * If you want to disable the default message from being displayed, return an emtpy value in the jetpack_connection_error_notice_message filter.
     *