navasena/wp-content/themes/thinkai/includes/classes/helpers.php

30 lines
285 B
PHP
Raw Normal View History

2024-07-31 13:12:38 +07:00
<?php
namespace THINKAI\Includes\Classes;
/**
* Header and Enqueue class
*/
class Helpers {
function __construct() {
}
/**
* Hook up main headers with different header styles
*
* @return void This function returns nothing.
*/
function header() {
}
}