Viewing File: /home/fshjisk/zrparis/wp-content/plugins/flexible-shipping/classes/notices/interface-rate.php

<?php

namespace WPDesk\FS\Rate;

interface RateNoticeInterface  {


	/**
	 * Show message
	 *
	 * @return string
	 */
	public function show_message();


	/**
	 * Should show message
	 *
	 * @return bool
	 */
	public function should_show_message();

}
Back to Directory File Manager