Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: StepProcessor.php
<?php namespace Automattic\WooCommerce\Blueprint; /** * Interface StepProcessor */ interface StepProcessor { /** * Process the schema. * * @param object $schema The schema to process. * * @return StepProcessorResult */ public function process( $schema ): StepProcessorResult; /** * Get the step class. * * @return string */ public function get_step_class(): string; }