root/_plugins_/plugin_template/template_pipelines_cron.php

Revision 4365, 256 bytes (checked in by cedric@…, 2 years ago)

un debut de template de plugin pour aider a coder
N'hesitez pas a l'enrichir de vos trucs et astuces

Line 
1<?php
2
3function template_pre_indexation($flux){
4    return $flux;
5}
6
7function template_pre_syndication($flux){
8    return $flux;
9}
10
11function template_post_syndication($flux){
12    return $flux;
13}
14
15function template_taches_generales_cron($flux){
16    return $flux;
17}
18
19
20?>
Note: See TracBrowser for help on using the browser.