We have osc_run_hook('delete_category', $pk); on category delete.
We need also when we insert , update (edit)category !
osc_run_hook('add_category',$category_id);
osc_run_hook('update_category',$pk);
This will allow plugins to hook into creation of categories , not only on existing categories !
We have osc_run_hook('delete_category', $pk); on category delete.
We need also when we insert , update (edit)category !
osc_run_hook('add_category',$category_id);
osc_run_hook('update_category',$pk);
This will allow plugins to hook into creation of categories , not only on existing categories !