File manager - Edit - /home/monara/public_html/intern_web/wp-content/themes/kadence/inc/components/component_interface.php
Back
<?php /** * Kadence\Component_Interface interface * * @package kadence */ namespace Kadence; /** * Interface for a theme component. */ interface Component_Interface { /** * Gets the unique identifier for the theme component. * * @return string Component slug. */ public function get_slug() : string; /** * Adds the action and filter hooks to integrate with WordPress. */ public function initialize(); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings