File "HandleActionStrategyInterface.php"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/src/WPDesk/FS/Shipment/BulkAction/HandleActionStrategyInterface.php
File size: 329 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Interface HandleActionStrategyInterface
 */

namespace WPDesk\FS\Shipment\BulkAction;

/**
 * .
 */
interface HandleActionStrategyInterface {
	/**
	 * @param string $redirect_to .
	 * @param array  $post_ids    .
	 *
	 * @return string
	 */
	public function handle( string $redirect_to, array $post_ids ): string;
}