Trace: » next » page_status » parent » partexists » previous » slug » functions » this » title » updater
Translations of this page?:
General
Getting & Giving Support
Administration
Design
- Tut. - Layouts and Themes
- Tut. - Navigation cookbook
- Tut. - How To section
Reference Material
Plugin Development
- Tut. - Writing a plugin
- Ref. - List of Events
- Ref. - Enabling cron jobs
- Ref. - PHPDoc
Core Development
- Ref. - PHPDoc
Press information
Wolf CMS books section
updater()
Wolf saves the id of the user who updates a page, and the name for that id can be displayed using updater(). This is sometimes given in the page's “meta”, for example:
<p class="meta">Updated by <?php echo $this->updater(); ?></p>
See also the author() function.
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
