Lines:
1 to 28 of 28
<?php /** * @copyright (C) Copyright Bobbing Wide 2013-2019 * @package oik-css */ /* function bw_enqueue_style() – Enqueue the internal CSS styling */ /* function bw_format_style() – Format the CSS as part of the content, if required */ /* function bw_geshi_highlight() – Our version of geshi_highlight */ /* function bw_geshi_it() – Perform GeSHi – Generic Syntax Highlighter processing */ /* function bw_remove_unwanted_tags() – Remove unwanted tags introduced by other filters */ /* function bw_detexturize() – Detexturize content */ /* function oik_css() – Implement [bw_css] shortcode */ /* function bw_css__help() – Help hook for [bw_css] shortcode */ /* function bw_css__syntax() – Implement syntax hook for the bw_css shortcode */ /* function bw_css__example() – Implement example hook for the bw_css shortcode */View on GitHub View on Trac