stuart-d
10/15/2016 - 12:52 AM

This filter allows you to specify your themes loaded version of Font Awesome and disable the Font Awesome Box Shortcode font awesome css fro

This filter allows you to specify your themes loaded version of Font Awesome and disable the Font Awesome Box Shortcode font awesome css from loading.

function load_my_current_font_awesome() {
  return 'my_theme_fontawesome';
}
add_filter( 'enqueued_fabs_font_awesome_filter', 'load_my_current_font_awesome' );