Automattic\WooCommerce\Internal\Admin\Orders
Edit::set_current_action()
Set the current action for the form.
Method of the class: Edit{}
No Hooks.
Return
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 9.8.2
public function set_current_action( string $action ) { $this->current_action = $action; }