Tribe__PUE__Notices::register_name( string $plugin_name )
Registers a plugin name that should be used in license key notifications.
Contents
If, on a given request, the name is not registered then the plugin name will not feature in any notifications. The benefit is that if a plugin is suddenly removed, it’s name can be automatically dropped from any pre-registered persistent notifications.
Parameters
- $plugin_name
-
(string) (Required)
Source
File: src/Tribe/PUE/Notices.php
public function register_name( $plugin_name ) {
$this->registered[] = $plugin_name;
}