';
echo '
' . wp_kses_post( $message ) . '
';
echo '
';
}
/**
* Displays message inline on plugin row that the license key is missing.
*
* @param mixed $plugin_data plugin data.
* @param mixed $version_info version info.
* @return void
*/
public function plugin_row_license_missing( $plugin_data, $version_info ) {
static $showed_missing_key_message;
$license = $this->get_license_status();
if ( ( ! is_object( $license ) || 'valid' !== $license->license ) && empty( $showed_missing_key_message[ $this->get_license_option_key() ] ) ) {
echo '