Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
\Hooks::register( 'SMW::Browse::BeforeIncomingPropertyValuesFurtherLinkCreate', function( DIProperty $property, DIWikiPage $subject, &$propertyValue ) {
// return `false` to replace the link
return true;
} );

See also


About | General disclaimer | Privacy policy