Elementor\Heartbeat::__construct PHP Method

__construct() public method

Heartbeat constructor.
Since: 1.0.0
public __construct ( )
    public function __construct()
    {
        add_filter('heartbeat_received', [$this, 'heartbeat_received'], 10, 2);
    }