Tabela de conteúdos

PARSER_METADATA_RENDER

Description:
manipulate metadata
DefaultAction:
refresh the metadata with the metadata renderer
Preventable:
yes
Added:
2006-11-26

Signalled by p_render_metadata() in inc/parserutils.php before instantiating the metadata renderer. Action plugins can use this event to update/refresh metadata they may have set elsewhere.

Passed Data

The page metadata is passed in $data including both the current and persistent arrays.

See also