public
|
#
__construct( )
Default constructor
Since
4.0
Globals
resource $wpdb
|
public
|
#
exception_error_handler( $exception )
Refresh the page with the exception as GET parameter, so that page is not killed
Refresh the page with the exception as GET parameter, so that page is not killed
Since
4.0
|
public
|
#
display_nag( )
Displays nag
Since
4.0
Hook
wp_ajax_display_nag
|
public
|
#
orddd_init( )
Copy the key file to the uploads folder.
Copy the key file to the uploads folder.
Since
4.0
Hook
init
|
public
string
|
#
get_api_mode( )
Return GCal API mode (Manually, Directly or Disabled )
Return GCal API mode (Manually, Directly or Disabled )
Returns
string Setting value
Since
4.0
|
public
string
|
#
get_service_account( )
Return GCal service account
Return GCal service account
Returns
string
Since
4.0
|
public
string
|
#
get_key_file( )
Return GCal key file name without the extension
Return GCal key file name without the extension
Returns
string Key file name
Since
4.0
|
public
string
|
#
get_selected_calendar( )
Return GCal selected calendar ID
Return GCal selected calendar ID
Returns
string Calendar ID
Since
4.0
|
public
string
|
#
get_summary( )
Return GCal Summary (name of Event)
Return GCal Summary (name of Event)
Returns
string
Since
4.0
|
public
string
|
|
public
string
|
#
is_not_suitable( )
Checks if php version and extentions are correct
Checks if php version and extentions are correct
Returns
string Error is not Suitable. Empty string means suitable.
Since
4.0
|
public
boolean
|
#
_file_exists( )
Checks if key file exists
Checks if key file exists
Returns
boolean
Since
4.0
|
public
string
|
#
_file_get_contents( )
Get contents of the key file
Get contents of the key file
Returns
string
Since
4.0
|
public
string
|
#
create_key_file_folder( )
Try to create an encrypted key file folder
Try to create an encrypted key file folder
Returns
string
Since
4.0
|
public
string
|
#
key_file_folder( )
Return key file folder name
Return key file folder name
Returns
string
Since
4.0
|
public
boolean
|
#
is_active( )
Checks for settings and prerequisites
Checks for settings and prerequisites
Returns
boolean
Since
4.0
|
public
boolean
|
#
connect( )
Connects to GCal API
Returns
boolean Return true if connected successfully, else false.
Since
4.0
|
public
|
#
set_event_parameters( array $app )
Creates a Google Event object and set its parameters
Creates a Google Event object and set its parameters
Parameters
Since
4.0
|
public
|
#
delete_event( integer $order_id )
Delete event from Gcal when an order is cancelled.
Delete event from Gcal when an order is cancelled.
Parameters
Since
4.0
|
public
boolean
|
#
insert_event( array $event_details, integer $event_id, boolean $test = false )
Inserts an event to the selected calendar with delivery date & time
Inserts an event to the selected calendar with delivery date & time
Parameters
- $event_details
- Event details
- $event_id
- Even ID
- $test
- Check if it is a test event or not.
Returns
boolean True if event inserted successfully, else false.
Since
4.0
Globals
resource $wpdb
|
public
|
#
log( string $message = '' )
Logs the error if something went wrong.
Logs the error if something went wrong.
Parameters
- $message
- Message to be sent to the log file.
Since
4.0
|
public
string
|
#
gcal( resource $orddd )
Build GCal url for GCal Button. It requires UTC time.
Build GCal url for GCal Button. It requires UTC time.
Parameters
- $orddd
- Event Details Object
Returns
string URL
Since
4.0
|
public
string
|
#
other_cal( resource $orddd )
Build url for Other calendar Button. It requires UTC time.
Build url for Other calendar Button. It requires UTC time.
Parameters
- $orddd
- Event Details Object
Returns
string URL
Since
4.0
|