Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

WP Theme Update

Mô tả

This plugin makes the themes upgrade easy to the user. Using the admin upgrade messages and system.

Cài đặt

(This plugin hopes that you host a zip file and a list of the theme’s versions to be downloaded)

  1. Upload wp-theme-update.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You need to create a update.php file inside your theme and add a filter to ‘custom_theme_updater_parse_request’ in this file to parse the list of versions, at least
  4. You can also add ‘custom_theme_updater_request_url’ and ‘custom_theme_updater_download_url’ filters to change the URLs

Hỏi đáp

Installation Instructions

(This plugin hopes that you host a zip file and a list of the theme’s versions to be downloaded)

  1. Upload wp-theme-update.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You need to create a update.php file inside your theme and add a filter to ‘custom_theme_updater_parse_request’ in this file to parse the list of versions, at least
  4. You can also add ‘custom_theme_updater_request_url’ and ‘custom_theme_updater_download_url’ filters to change the URLs

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“WP Theme Update” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.1.0

  • Added option to insert ‘header’ to the requests

1.0.3

  • Fixed strange bug with other plugins updates

1.0.2

  • Fixed wrong folder name inside the zip of update theme

1.0.0

  • First version