*/ interface Activecampaign_For_Woocommerce_Executable_Interface { /** * The execute method called for all commands. * * @since 1.0.0 * * @param mixed ...$args An array of arguments that may be passed in from the action/filter called. * * @return mixed */ public function execute( ...$args ); }