Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/editor/content/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/editor/content/processor-interface.php

<?php

interface Brizy_Editor_Content_ProcessorInterface {
	/**
	 * @param string $content
	 * @param Brizy_Content_Context $context
	 *
	 * @return mixed
	 */
	public function process( $content, Brizy_Content_Context $context );
}