Forums
-
- Forum
- Posts
-
- Installation
- 27,249
- Troubleshooting
- 59,600
- Themes
- 10,067
- Plugins
- 14,830
- Requests & Feedback
- 14,489
- Showcase
- 3,226
-
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