2012-10-02, 04:54 PM
Unless your variable is in the global scope, you need to pass it by reference, just as Euantor showed you.
Though, slighter different, I will do it like this:
Though, slighter different, I will do it like this:
$data = $plugins->run_hooks('exersice_start', $data);