🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 StepExporter.php

📁 Path: ./wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters/StepExporter.php
📊 Size: 591 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

namespace Automattic\WooCommerce\Blueprint\Exporters;

use Automattic\WooCommerce\Blueprint\Steps\Step;

/**
 * Interface StepExporter
 *
 * A Step Exporter is responsible collecting data needed for a Step object and exporting it.
 * Refer to the Step class for the data needed as each step may require different data.
 */
interface StepExporter {
	/**
	 * Collect data needed for a Step object and export it.
	 *
	 * @return Step
	 */
	public function export();

	/**
	 * Returns the name of the step class it exports.
	 *
	 * @return string
	 */
	public function get_step_name();
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨