WebsiteBaker 2.13.7 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?phpif (function_exists("find_my_class") ) { $path_to_css = array ( WB_URL."/modules/x_find_class/test.css" ); $path_to_js = array ( WB_URL."/modules/x_find_class/test.js" ); ob_start(); page_content(); $content = ob_get_contents(); ob_end_clean(); find_my_class($content, "pre", "code", $path_to_css, $path_to_js);}?>