DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:pageutils_id_hidepage

PAGEUTILS_ID_HIDEPAGE

Description:
checks if a page is hidden
DefaultAction:
_isHiddenPage
Preventable:
yes
Added:
2012-11-05

This event is signalled by isHiddenPage() in inc/pageutils.php when DokuWiki checks if a page is hidden, handlers can use it to hide a page or show a hidden page.

Passed Data

$data = array(
    'id' => $id,         // ID of the checked page
    'hidden' => false    // current hidden state
);

See also

devel/event/pageutils_id_hidepage.txt · Last modified: 2018-12-08 15:55 by torpedo

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki