Elementor\Tracker::_get_last_send_time PHP Method

_get_last_send_time() private static method

Get the last time tracking data was sent.
private static _get_last_send_time ( ) : integer | boolean
return integer | boolean
    private static function _get_last_send_time()
    {
        return apply_filters('elementor/tracker/last_send_time', get_option('elementor_tracker_last_send', false));
    }