Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. class plgKomentoTriggers extends JPlugin
  2. {
  3. // The function name must be the same and the function's arguments
  4. // must always start by Component followed by the Article Id parameters.
  5. public function onBeforeSaveComment($component, $cid, &$comment) {
  6. // carry out any necessary action here
  7. // some functions requires you to return a boolean
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement