MyBB Community Forums

Full Version: Can't hook into parse_quoted_message.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
snipppp
I believe you need to use the return statement because the line in MyBB's code is $quoted_post = $plugins->run_hooks("parse_quoted_message", $quoted_post); If you aren't returning anything nothing changes.