Semantic MediaWiki and related extensions
hook

If you do alter a file, please log the event and make it visible to a user (or administrator) that it was changed.

Signature

use Hooks;
Hooks::register( 'SMW::RevisionGuard::ChangeFile', function( $title, &$file ) {
// $file = ...;
return true;
} );

See also


About | General disclaimer | Privacy policy