\MainWP\DashboardMainWP_Actions_Handler

Class MainWP_Actions_Handler

Summary

Methods
Properties
Constants
instance()
do_action_mainwp_post_action()
do_action_mainwp_install_actions()
hook_mainwp_fetch_url_authed()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$instance
N/A

Properties

$instance

$instance : mixed

Private static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

do_action_mainwp_post_action()

do_action_mainwp_post_action(object  $website, string  $pAction, array  $information, integer|false  $postId, string  $type = '') 

Action mainwp_post_action.

Parameters

object $website

website data.

string $pAction

post action.

array $information

post action information.

integer|false $postId

post id.

string $type

post|page.

do_action_mainwp_install_actions()

do_action_mainwp_install_actions(array  $websites, string  $pAction, mixed  $output, string  $type, mixed  $post_data = array(), boolean  $upload = false) 

Action mainwp_install_actions.

Parameters

array $websites

websites.

string $pAction

install action.

mixed $output

result.

string $type

action type.

mixed $post_data

post data (option).

boolean $upload

true|false: install by upload (option).

hook_mainwp_fetch_url_authed()

hook_mainwp_fetch_url_authed(object  $website, array  $information, string  $action, array  $params, array  $others) 

Handle @action mainwp_fetch_url_authed.

Parameters

object $website

website.

array $information

information result data.

string $action

action.

array $params

params input array.

array $others

others input array.