1 | <?php |
||
22 | class ALNP_Understrap { |
||
23 | |||
24 | /** |
||
25 | * Initlize Theme. |
||
26 | * |
||
27 | * @access public |
||
28 | * @static |
||
29 | */ |
||
30 | public static function init() { |
||
37 | |||
38 | /** |
||
39 | * Filters the template location for get_template_part(). |
||
40 | * |
||
41 | * @access public |
||
42 | * @static |
||
43 | */ |
||
44 | public static function alnp_understrap_template_location() { |
||
47 | |||
48 | /** |
||
49 | * Add theme support by providing the theme selectors |
||
50 | * to be applied once the theme is activated. |
||
51 | * |
||
52 | * @access public |
||
53 | * @static |
||
54 | */ |
||
55 | public static function add_theme_support() { |
||
63 | |||
64 | } // END class |
||
65 | |||
67 |