jetpack_sso_disallowed_staging_notice

jetpack_sso_disallowed_staging_notice

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.5

apply_filters('jetpack_sso_disallowed_staging_notice') is found 1 times:

  • /modules/sso/class.jetpack-sso-notices.php line 235
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
                 * @since 10.5.0
                 *
                 * @param string $error Error text.
                 */
                $error    = apply_filters( 'jetpack_sso_disallowed_staging_notice', $error );
                $message .= sprintf( '<p class="message">%s</p>', esc_html( $error ) );
                return $message;
            }
        }
     
    endif;