ActionScheduler_Action::set_args()protectedWC 1.0

Method of the class: ActionScheduler_Action{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->set_args( $args );
$args(array) (required)
-

ActionScheduler_Action::set_args() code WC 8.6.1

protected function set_args( array $args ) {
	$this->args = $args;
}