MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onPlaceNewSection ( $content, $oldtext, $subject, &$text) | |
Use this hook to override placement of new sections. | |
Stable to implement.
Definition at line 12 of file PlaceNewSectionHook.php.
MediaWiki\Content\Hook\PlaceNewSectionHook::onPlaceNewSection | ( | $content, | |
$oldtext, | |||
$subject, | |||
& | $text | ||
) |
Use this hook to override placement of new sections.
WikiPage | Content | $content | Formerly a WikiPage, but accidentally a Content object since approximately 1.21 |
string | $oldtext | Text of the article before editing |
string | $subject | Subject of the new section |
string | &$text | Text of the new section |
Implemented in MediaWiki\HookContainer\HookRunner.