File "integration-interface.php"
Full Path: /home/mahaadedsdfdfhfg/public_html/wp-content/plugins/yoast-test-helper/src/integration-interface.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Yoast\WP\Test_Helper;
/**
* WordPress Integration interface.
*/
interface Integration {
/**
* Registers WordPress hooks and filters.
*
* @return void
*/
public function add_hooks();
}