Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion de hooks #69

Closed
pluxml opened this issue Apr 10, 2014 · 0 comments
Closed

Suggestion de hooks #69

pluxml opened this issue Apr 10, 2014 · 0 comments
Labels
changes new features

Comments

@pluxml
Copy link
Collaborator

pluxml commented Apr 10, 2014

Création d'un article: plxAdmin::editArticle
Objectif: avoir un hook après l'enregistrement d'un article

if ($content['artId'] == '0000' OR $content['artId'] == '')
  eval($this->plxPlugins->callHook('plxAdminSavedArticle', $id));  
  return plxMsg::Info(L_ARTICLE_SAVE_SUCCESSFUL);
@pluxml pluxml added the changes new features label Sep 9, 2015
@pluxml pluxml closed this as completed in 4634f25 Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes new features
Projects
None yet
Development

No branches or pull requests

0 participants