Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
Hooks::register( 'SMW::Parser::BeforeMagicWordsFinder', function( array &$magicWords ) {
return true;
} );

See also


About | General disclaimer | Privacy policy