class-wordpress-integration.php 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * @package WPSEO\Premium */ /** * An interface for registering integrations with WordPress */ interface WPSEO_WordPress_Integration { /** * Registers all hooks to WordPress */ public function register_hooks(); }