Toc Customize Filter
-
In function build_hierarchy please replace line
$html .= strip_tags($matches[$i][0]) . ‘‘;
to
$l = apply_filters(‘toc_customize_filter’,$matches[$i][0]);
$html .= strip_tags($l) . ‘‘;
- The topic ‘Toc Customize Filter’ is closed to new replies.