Keyword

plugin event list

  • Alan Sparkes
  • Alan Sparkes's Avatar Topic Author
  • Offline
  • Premium Member
More
13 years 9 months ago #91924 by Alan Sparkes
plugin event list was created by Alan Sparkes
Cant see a plugin event list on site here but can see the example plugin events.

 

However there is no On Save type event. Does this mean there is no 'onK2SaveContent' event to hook into?

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #91925 by Jiliko.net
Replied by Jiliko.net on topic plugin event list
Hi Alan,

 

Hre's the function to add to the K2 plugin php file if it's not already done :

 

//PHP Code









function onAfterK2Save (& $item, $isNew) {

}

//PHP Code



 

Olivier

Please Log in or Create an account to join the conversation.

  • Alan Sparkes
  • Alan Sparkes's Avatar Topic Author
  • Offline
  • Premium Member
More
13 years 9 months ago #91926 by Alan Sparkes
Replied by Alan Sparkes on topic plugin event list
Thanks Olivier!


Olivier Nolbert said:

Hi Alan,

 

Hre's the function to add to the K2 plugin php file if it's not already done :

 

//PHP Code








function onAfterK2Save (& $item, $isNew) {

}

//PHP Code

 

 

Olivier

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum