php 删除Yaost许可证nag.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 删除Yaost许可证nag.php相关的知识,希望对你有一定的参考价值。

// Open: /wp-content/plugins/wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php
// Find code and comment...


// show notice if license is invalid
if ( ! $this->license_is_valid() ) {
	if ( $this->get_license_key() == '' ) {
		$message = '<b>Warning!</b> You didn\'t set your %s license key yet, which means you\'re missing out on updates and support! <a href="%s">Enter your license key</a> or <a href="%s" target="_blank">get a license here</a>.';
	} else {
		$message = '<b>Warning!</b> Your %s license is inactive which means you\'re missing out on updates and support! <a href="%s">Activate your license</a> or <a href="%s" target="_blank">get a license here</a>.';
	}
	?>
	<div class="error">
		<p><?php printf( __( $message, $this->product->get_text_domain() ), $this->product->get_item_name(), $this->product->get_license_page_url(), $this->product->get_tracking_url( 'activate-license-notice' ) ); ?></p>
	</div>
<?php
}

以上是关于php 删除Yaost许可证nag.php的主要内容,如果未能解决你的问题,请参考以下文章

在 PHP 中加密和解密许可证密钥

重置 Windows 激活/删除许可证密钥 [关闭]

PHP - DB2 许可证文件位置

PHP许可证代码实现[关闭]

删除许可证对话框

php 插件许可证Nag #white