PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
Installer
<?php namespace WPML\Installer; use WPML\LIB\WP\Hooks; use function WPML\FP\spreadArgs; class DisableRegisterNow implements \IWPML_Backend_Action { public function add_hooks() { Hooks::onFilter( 'otgs_installer_display_subscription_notice' ) ->then( spreadArgs( function ( $notice ) { return $notice['repo'] === 'wpml' ? false : $notice; } ) ); } }
[-] AddSiteUrl.php
[edit]
[-] class-wpml-installer-gateway.php
[edit]
[-] class-wpml-installer-domain-url.php
[edit]
[-] DisableRegisterNow.php
[edit]
[+]
..
[-] class-wpml-installer-domain-url-factory.php
[edit]