An open API service indexing awesome lists of open source software.

https://github.com/horttcore/wp-image-sizes

A helper class for registering image sizes
https://github.com/horttcore/wp-image-sizes

package plugin theme wordpress

Last synced: about 1 month ago
JSON representation

A helper class for registering image sizes

Awesome Lists containing this project

README

        

# WP Image Sizes ![StyleCI](https://github.styleci.io/repos/189654123/shield?branch=master)

A helper class to register image sizes

## Description

Image sizes are register like the default function add_image_size, beside of that, the image size will be added to the dropdown selection.

## Installation

`$ composer require ralfhortt/wp-image-sizes`

## Documentation

```php
register();
```