Theme Filter Reference

We’ve included a number of filters to make customizing the BizTek Pro Theme easier from within a child theme. Don’t see what you need here?  Let us know and we’ll add it in the next release. fl_font_subset Use this filter to add subsets to a Google font chosen in the Customizer. function my_font_subset( $subset, $font…

Read More

Theme Action Reference

We’ve included a number of actions to make customizing the BizTek Pro Theme easier from within a child theme. Don’t see what you need here?  Let us know and we’ll add it in the next release. fl_head_open Fires after the opening <head> tag. function my_head_open() { echo ‘<script> console.log(“I am at the beginning of the…

Read More

Theme CSS Reference

If you take a look in your browser web inspector of choice, you’ll notice that BizTek Builder doesn’t make use of the typical style.css file that is required of all WordPress themes. That’s because all of BizTek Builder’s styles are generated dynamically from LESS files each time you click Save Settings on the theme settings page. If you need…

Read More