josephfusco/template-usage

Display info on what page templates are currently being used within a WordPress multisite.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.0-beta.1 2019-08-05 16:32 UTC

This package is auto-updated.

Last update: 2024-04-09 03:13:38 UTC


README

Packagist

Display info on what page templates are currently being used within a WordPress multisite.

Usage

  1. Download & network activate this plugin.
  2. Go to the "Template Usage" network admin page.
  3. Choose a theme to display all available page templates for all sites that have that theme activated and click "Select".

Note that page templates that are added via plugins will also be listed for the sites using the selected theme.

Internationalization

For the text in the plugin to be able to be translated easily the text should not be hardcoded in the plugin but be passed as an argument through one of the localization functions in WordPress.

How to Internationalize Your Plugin →

This plugin contains a ready to go .pot can be found within languages/. This file can be updated using the following command:

npm run i18n

License

This plugin is licensed under GNU General Public License v2 (or later).