Skip to content

Instantly share code, notes, and snippets.

<?php
class bt_bb_headline extends BT_BB_Element {
function handle_shortcode( $atts, $content ) {
extract( shortcode_atts( apply_filters( 'bt_bb_extract_atts_' . $this->shortcode, array(
'headline' => '',
'html_tag' => '',
'font' => '',
'font_subset' => '',
[Table of contents]
1. Base
2. Typography
3. Bootstrap grid
4. Template
5. Header
6. Footer
7. Post
8. Comments