|
1 | | -=== Wp Disable Image Sizes === |
2 | | -Contributors: (this should be a list of wordpress.org userid's) |
3 | | -Donate link: https://example.com/ |
4 | | -Tags: comments, spam |
| 1 | +=== Wp Disable image sizes === |
| 2 | +Contributors: () |
| 3 | +Tags: images, disable-images, media, jpg, png, sizes, thumbnails |
5 | 4 | Requires at least: 4.5 |
6 | 5 | Tested up to: 5.7.2 |
7 | | -Requires PHP: 5.6 |
| 6 | +Requires PHP: 7.1 |
8 | 7 | Stable tag: 0.1.0 |
9 | 8 | License: GPLv2 or later |
10 | 9 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
11 | 10 |
|
12 | | -Here is a short description of the plugin. This should be no more than 150 characters. No markup here. |
| 11 | +Disable Wordpress & plugins image sizes. No need for configuration, activate and go |
13 | 12 |
|
14 | 13 | == Description == |
15 | 14 |
|
16 | | -This is the long description. No limit, and you can use Markdown (as well as in the following sections). |
| 15 | +`wp-disable-image-sizes` plugin completely and for real disables WordPress & plugins image sizes generation. |
17 | 16 |
|
18 | | -For backwards compatibility, if this section is missing, the full length of the short description will be used, and |
19 | | -Markdown parsed. |
20 | | - |
21 | | -A few notes about the sections above: |
22 | | - |
23 | | -* "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames |
24 | | -* "Tags" is a comma separated list of tags that apply to the plugin |
25 | | -* "Requires at least" is the lowest version that the plugin will work on |
26 | | -* "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on |
27 | | -higher versions... this is just the highest one you've verified. |
28 | | -* Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for |
29 | | -stable. |
30 | | - |
31 | | - Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so |
32 | | -if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used |
33 | | -for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt` |
34 | | -is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in |
35 | | -your in-development version, without having that information incorrectly disclosed about the current stable version |
36 | | -that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag. |
37 | | - |
38 | | - If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where |
39 | | -you put the stable version, in order to eliminate any doubt. |
| 17 | ++ Supports `woocommerce` and any other plugins |
| 18 | ++ No need for configuration. Activate and go |
| 19 | ++ Tested with `Wordpress 5.7.2` & `php 8.0` |
| 20 | ++ Only 3 lines of code |
| 21 | ++ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs |
40 | 22 |
|
41 | 23 | == Installation == |
42 | 24 |
|
43 | | -This section describes how to install the plugin and get it working. |
44 | | - |
45 | | -e.g. |
| 25 | +No need for configuration. Install, Activate and Go! |
46 | 26 |
|
47 | | -1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory |
48 | | -1. Activate the plugin through the 'Plugins' menu in WordPress |
49 | | -1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates |
| 27 | +1. Upload `wp-disable-image-sizes` to the `/wp-content/plugins/` directory |
| 28 | +2. Activate the plugin through the 'Plugins' menu in WordPress |
50 | 29 |
|
51 | 30 | == Frequently Asked Questions == |
52 | 31 |
|
|
0 commit comments