jetpack_sso_disallowed_safe_mode_notice
jetpack_sso_disallowed_safe_mode_notice
Appears in: jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2
Hook Type: filter
Displaying hooks found in version: woocommerce.9.4.2apply_filters('jetpack_sso_disallowed_safe_mode_notice') is found 1 times:
- /vendor/automattic/jetpack-connection/src/sso/class-notices.php line 268
Warning: Undefined array key 272 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 273 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 2.10.0 * * @param string $error Error text. */ $error = apply_filters( 'jetpack_sso_disallowed_safe_mode_notice', $error ); $message .= sprintf( '<p class="message">%s</p>', esc_html( $error ) ); return $message; } }