You appear to be a bot. Output may be restricted
Description
Get things going
Usage
EDD_Tracking::__construct();
Parameters
Returns
void
Source
File name: easy-digital-downloads/includes/admin/tracking.php
Lines:
1 to 9 of 9
public function __construct() { add_action( 'init', array( $this, 'schedule_send' ) ); add_action( 'edd_settings_general_sanitize', array( $this, 'check_for_settings_optin' ) ); add_action( 'edd_opt_into_tracking', array( $this, 'check_for_optin' ) ); add_action( 'edd_opt_out_of_tracking', array( $this, 'check_for_optout' ) ); add_action( 'admin_notices', array( $this, 'admin_notice' ) ); }