Forums
-
- Forum
- Posts
-
- Installation
- 27,792
- Troubleshooting
- 60,881
- Themes
- 10,209
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
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;
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS