PHP Class Elementor\Tracker

Show file Open project: pojome/elementor

Public Methods

Method Description
admin_notices ( )
check_for_settings_optin ( $new_value )
handle_tracker_actions ( )
init ( ) Hook into cron event.
is_allow_track ( )
send_tracking_data ( boolean $override = false ) Decide whether to send tracking data or not.

Private Methods

Method Description
_get_installed_time ( )
_get_last_send_time ( ) : integer | boolean Get the last time tracking data was sent.
_get_library_usage ( )
_get_posts_usage ( )
_get_system_reports_data ( )

Method Details

admin_notices() public static method

public static admin_notices ( )

check_for_settings_optin() public static method

public static check_for_settings_optin ( $new_value )

handle_tracker_actions() public static method

public static handle_tracker_actions ( )

init() public static method

Hook into cron event.
public static init ( )

is_allow_track() public static method

public static is_allow_track ( )

send_tracking_data() public static method

Decide whether to send tracking data or not.
public static send_tracking_data ( boolean $override = false )
$override boolean