Current File : /var/www/html/blog/wp-content/plugins/insert-headers-and-footers/includes/ihaf.php
<?php


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