jetpack_connection_site_health_badge_label

jetpack_connection_site_health_badge_label

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('jetpack_connection_site_health_badge_label') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/health/class-connection-health-test-base.php line 722

    Warning: Undefined array key 724 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 725 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 726 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 727 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @since 8.5.0
    		 *
    		 * @param string $label The badge label. Default 'Jetpack Connection'.
    		 */
    		return apply_filters( 'jetpack_connection_site_health_badge_label', __( 'Jetpack Connection', 'jetpack-connection' ) );
    	}
    }