• Tác giả:
  • 22:48:03 03/12/2024
  • 0 Bình luận

Khi bạn chưa active theme Newspaper, trong giao diện quản trị sẽ xuất hiện 1 ô yêu cầu active. Để ẩn phần thông báo đó các bạn hãy tìm đến file sau

\wp-content\plugins\td-composer\legacy\common\wp_booster\td_api.php

Sau đó tìm đến sửa như sau

php
Sao chép
class td_api_features {
	private static $features = array (
		'require_activation' => true, // Sửa true thành false nhé
		'require_demos' => true,
		'require_panel' => true,
		'require_vc' => true,
		'require_td_composer' => true,
		'page_mega_menu' => true,
		'video_playlists' => true,
		'tagdiv_slide_gallery' => true,
		'text_logo' => true,
		'check_for_updates' => false,
	);

Bình luận