Current File : /home/kelaby89/iluxelectrical.com.au/wp-content/themes/strnix/framework/classes/strnix-act.php |
<?php
class strnix_Act {
public function __construct() {
$this->strnix_register_action();
}
private function strnix_register_action() {
add_action('strnix_breadcrumb_ready', [ 'strnix_Int', 'strnix_breadcrumb' ]);
add_action('strnix_preloader_ready', [ 'strnix_Int', 'strnix_preloader' ]);
add_action('strnix_header_topbar_one_ready', [ 'strnix_Int', 'strnix_header_topbar_one' ]);
add_action('strnix_header_topbar_two_ready', [ 'strnix_Int', 'strnix_header_topbar_two' ]);
add_action('strnix_header_topbar_three_ready', [ 'strnix_Int', 'strnix_header_topbar_three' ]);
add_action('strnix_header_logo_ready', [ 'strnix_Int', 'strnix_header_logo' ]);
add_action('strnix_header_menu_ready', [ 'strnix_Int', 'strnix_header_menu' ]);
add_action('strnix_sticky_header_ready', [ 'strnix_Int', 'strnix_sticky_header' ]);
add_action('strnix_mobile_part_ready', [ 'strnix_Int', 'strnix_mobile_part' ]);
add_action('strnix_search_popup_ready', [ 'strnix_Int', 'strnix_search_popup' ]);
add_action('strnix_back_to_top_ready', [ 'strnix_Int', 'strnix_back_to_top' ]);
add_filter('wp_kses_allowed_html', [ 'strnix_Int', 'strnix_kses_allowed_html' ], 10, 2);
}
}
$strnix_act = new strnix_Act();