====== PARSER_METADATA_RENDER ====== ---- dataentry event ---- Description: manipulate metadata DefaultAction: refresh the metadata with the metadata renderer Preventable: yes Added_dt: 2006-11-26 ---- Signalled by [[xref>p_render_metadata()]] in [[xref>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 ===== * [[codesearch>PARSER_METADATA_RENDER|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[:Metadata]]