Semantic MediaWiki and related extensions
hook

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

Signature

use Hooks;
Hooks::register( 'SMW::RevisionGuard::ChangeRevision', function( $title, &$revision ) {
// Set a revision
// $revision = \Revision::newFromId( $id );
return true;
} );

See also


About | General disclaimer | Privacy policy