You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, congrats on releasing the new version. I think is necessary to add the $result parameter to the after_execute_snippet hook, if you add the $result parameter the developer will know if the snippet failed execution. if you check PHP documentation for eval it says that it return false when the evaluation fails.