Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
Hooks::register( 'SMW::SQLStore::BeforeDataUpdateComplete', function( SQLStore $store, SemanticData $semanticData ) {
return true;
} );

About | General disclaimer | Privacy policy