Manual:Hooks/EditPageGetPreviewText
Appearance
This feature was removed from MediaWiki core in version 1.29.0 (after being deprecated in 1.21.0).
Please see EditPageGetPreviewContent for an alternative way to use this feature. |
| EditPageGetPreviewText | |
|---|---|
| Available from version 1.16.0 (r62740, CodeReview archive) Removed in version 1.29.0 Allow modifying the wikitext that will be previewed | |
| Define function: | public static function onEditPageGetPreviewText( $editPage, &$toparse ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"EditPageGetPreviewText": "MediaWiki\\Extension\\MyExtension\\Hooks::onEditPageGetPreviewText"
}
}
|
| Called from: | File(s): EditPage.php |
| Interface: | EditPageGetPreviewTextHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:EditPageGetPreviewText extensions.
Details
[edit]- $editPage: The EditPage object
- &$toparse: wikitext that will be parsed