====== COMMON_WORDBLOCK_BLOCKED ====== ---- dataentry event ---- Description: Intercept wordblock DefaultAction: Prevents page saving when a wordblock occurs Preventable: yes Added_dt: 2008-10-12 ---- The event is signalled by [[xref>checkwordblock()]] in [[xref>inc/common.php]]. You can use this event to take action if a wordblock occurs. ===== Passed Data ===== * data[matches] => array of wordblock matches * data[userinfo] => detailed userinfo * [ip] => ip address * [user] => username (if logged in) * [name] => real name (if logged in) * [mail] => mail address (if logged in) ===== See also ===== * [[codesearch>COMMON_WORDBLOCK_BLOCKED|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]