jetpack_is_connection_ready, self::connection(

jetpack_is_connection_ready, self::connection(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_is_connection_ready, self::connection(') is found 1 times:

  • /class.jetpack.php line 1680
    		 *
    		 * @param bool                                  $is_connection_ready Is the connection ready?
    		 * @param Automattic\Jetpack\Connection\Manager $connection_manager Instance of the Manager class, can be used to check the connection status.
    		 */
    		return apply_filters( 'jetpack_is_connection_ready', self::connection()->is_connected(), self::connection() );
    	}
    
    	/**
    	 * Determines reason for Jetpack offline mode.
    	 */
    	public static function development_mode_trigger_text() {