Files
jachty.pkmp.com.pl/wp-content/plugins/wordpress-seo/admin/interface-installable.php
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02:00

20 lines
254 B
PHP

<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Represents the interface for an installable object.
*/
interface WPSEO_Installable {
/**
* Runs the installation routine.
*
* @return void
*/
public function install();
}