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

https://github.com/mimosafa/wp-theme-exchanger

Simple WordPress theme exchanger
https://github.com/mimosafa/wp-theme-exchanger

development theme themes wordpress

Last synced: about 2 months ago
JSON representation

Simple WordPress theme exchanger

Awesome Lists containing this project

README

          

# WP Theme Exchanger

[![Build Status](https://travis-ci.org/mimosafa/wp-theme-exchanger.svg?branch=master)](https://travis-ci.org/mimosafa/wp-theme-exchanger)

Simple WordPress theme exchanger.

## Installation

```
composer require mimosafa\wp-theme-exchanger
```

## Example

Note: This library will not work after the `setup_theme` action.

```php
on();
}

} );
```