Linux 软件免费装
Banner图

WP Developers Homepage

开发者 GregRoss
更新时间 2023年4月17日 05:22
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.2
版权: GPLv2
版权网址: 版权信息

标签

plugin theme support developers tickets requests unresolved

下载

0.8 1.0 1.1 0.6 0.7

详情介绍:

WP Developers Homepage provides a central place for developers of WordPress plugins and themes to see their information:
  1. View and respond to all of your unresolved plugin & theme support requests.
  2. View useful statistics for all of your plugins & themes.
Based on Mickey Kay's great WP Dev Dashboard. Features GitHub Support Host your plugins on GitHub? WP Developers Homepage can pull your ticket information from there too! Simply add your GitHub username to the WP Developers Homepage settings. Note: Your GitHub repos for your themes/plugins must match your slug. So for example, this plugin's slug is wp-developers-homepage, so the GitHub url for it's repo is https://github.com/toolstack/wp-developers-homepage. WP Developers Homepage uses the GitHub API to retrieve the ticket information, which by default has a limit of 60 request/hour for unauthenticated users. Each plugin/theme you have will generate at least one request, and if you have a significant number of tickets (over 100) it will generate 1 request/repo/100 items. So if you have 5 plugins, with 150 tickets per plugin, you'll generate 10 requests (2 per plugin). If you need more than 60 requests/hour, you can create an access token that will increase this limit. The token should be limited to the plugin/theme repos you have and should have no permission assigned to it. DO NOT reuse an existing token that you have assigned permissions to. Warning: The access token will be stored in plain text inside of the WordPress database! Once you have the token, go to the WP Developers Homepage settings and save it. Shortcode The shortcode is in the format of [wp-developers-homepage type=tickets|stats]. Type came be either left off (tickets are the default in that case), or be set to either tickets or stats to display the respective table. Be aware that the stats table is very wide, so if you have a narrow theme installed it may overflow into a scrolling window.

安装:

  1. Install the plugin from the wordpress.org plugin directory.
  2. Go to Settings->WP Developers Homepage in the WP admin menu.
  3. Go to the WP Developers Homepage in the WP admin menu.

屏幕截图:

  • Statistics for plugins/themes.
  • Settings page.

常见问题:

Why don't my ticket totals match those on WordPress/GitHub

If you've enabled an age limit, only those tickets newer will be retrieved an counted. This is done to limit the number of request going to WordPress/GitHub.

Why is "Retrieve all tickets" disabled by default?

If you have a lot of old tickets, or many plugins/themes, it takes quite a bit of processing and data to get all of the tickets. Instead, by default, only active tickets are retrieved.

Why are the Unresolved/Resolved counts on the statistics table incorrect?

The statistics table values for Unresolved/Resolved are calculated based upon the data stored by WP Developers Homepage, and so two options can limit what is retrieved from wordpress.org:

  1. Retrieve all tickets, which is disabled by default.
  2. Age limit
These options tell WP Developers Homepage to stop retrieving data based upon either status or age of the tickets. As inactive/old tickets are therefore not stored, they are not reflected in the statistics table. If you wish to see a true representation of all your tickets, set the age limit to 0, and enabled the retrieve all tickets options. This will significantly increase the time taken to download new data from wordpress.org.

更新日志:

1.0 1.0 0.8 0.7 0.6 0.5