Automattic\WooCommerce\Internal\Admin\Orders
Edit::set_current_action
Set the current action for the form.
Method of the class: Edit{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Edit = new Edit(); $Edit->set_current_action( $action );
- $action(string) (required)
- Action name.
Edit::set_current_action() Edit::set current action code WC 10.5.0
public function set_current_action( string $action ) {
$this->current_action = $action;
}