Viewing File: /home/maglabs/2vsa/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/Message.php

<?php

namespace Yoast\WHIPv2\Interfaces;

/**
 * Interface Message.
 */
interface Message {

	/**
	 * Retrieves the message body.
	 *
	 * @return string Message.
	 */
	public function body();
}
Back to Directory File Manager