MediaWiki master
PlaceNewSectionHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onPlaceNewSection( $content, $oldtext, $subject, &$text );
30}
Base representation for an editable wiki page.
Definition WikiPage.php:93
Content objects represent page content, e.g.
Definition Content.php:42
This is a hook handler interface, see docs/Hooks.md.
onPlaceNewSection( $content, $oldtext, $subject, &$text)
Use this hook to override placement of new sections.