Class Inbound_Calls_To_Action_Plugin
Class Inbound_Automation_Plugin
Methods summary
public
|
#
__construct( )
Main Inbound_Calls_To_Action_Plugin Instance
Main Inbound_Calls_To_Action_Plugin Instance
|
public static
|
|
public static
boolean
|
#
is_valid_php_version( )
Whether the current PHP version meets the minimum requirements
Whether the current PHP version meets the minimum requirements
Returns
boolean
|
public static
|
#
fail_php_version( )
Invoked when the PHP version check fails. Load up the translations and
add the error message to the admin notices
Invoked when the PHP version check fails. Load up the translations and
add the error message to the admin notices
|
public static
|
#
notice( string $message, boolean $is_error = true )
Handle notice messages according to the appropriate context (WP-CLI or the WP Admin)
Handle notice messages according to the appropriate context (WP-CLI or the WP Admin)
Parameters
|
public static
|
#
admin_notices( )
Show an error or other message in the WP Admin
Show an error or other message in the WP Admin
Action
all_admin_notices
|
Properties summary
public static
array
|
$notices
Admin notices, collected and displayed on proper action
Admin notices, collected and displayed on proper action
|
|