Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,617
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
Ops, substitute za_ep_filter
with:
function za_ep_filter($text)
{
$eval_text = "?>$text";
ob_start();
eval($eval_text);
$ret = ob_get_contents();
ob_end_clean();
return $ret;
}