jetpack_sso_disallowed_staging_notice

jetpack_sso_disallowed_staging_notice

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_sso_disallowed_staging_notice') is found 1 times:

  • /modules/sso/class.jetpack-sso-notices.php line 235
    			 * @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;