?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/yoast-test-helper/src/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/yoast-test-helper

?? Viewing: integration-interface.php

<?php

namespace Yoast\WP\Test_Helper;

/**
 * WordPress Integration interface.
 */
interface Integration {

	/**
	 * Registers WordPress hooks and filters.
	 *
	 * @return void
	 */
	public function add_hooks();
}


??

??