Yoast - WordPress SEO cao cấp v5.2
Yoast SEO (trước đây gọi là WordPress SEO by Yoast) là WordPress hoàn thiện nhất SEO plugin mà tồn tại ngày nay cho người dùng WordPress.org. Nó kết hợp tất cả mọi thứ từ một trình soạn thảo đoạn mã và chức năng phân tích trang thời gian thực giúp bạn tối ưu hóa trang web của bạn nội dung, tiêu đề hình ảnh, mô tả meta và nhiều hơn nữa để bản đồ website XML, và vô số lựa chọn tối ưu hóa ở giữa.Tải Về : WordPress Seo Premium v5.2
Hướng dẫn tắt cảnh báo cho ai cần Warning! You didn’t set your Yoast SEO Premium license key yet, which means you’re missing out on updates and support! Enter your license key or get a license here.
Tìm /wp-content/plugins/wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php và xóa đoạn code sau:
Tìm /wp-content/plugins/wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php và xóa đoạn code sau:
Code:
// 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
}
Code trên thường nằm ở line 115 tới 127
DONe
DONe
Nguồn : kuteboy - codevn
Không có nhận xét nào:
Đăng nhận xét