oont-contents/plugins/insert-headers-and-footers/includes/ihaf.php
2025-02-08 15:10:23 +01:00

11 lines
204 B
PHP

<?php
/**
* Get the main instance of WPCode.
*
* @return WPCode
*/
function WPCode() {// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
return WPCode::instance();
}