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
- Host: GitHub
- URL: https://github.com/mimosafa/wp-theme-exchanger
- Owner: mimosafa
- Created: 2018-11-09T13:58:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T15:03:49.000Z (over 7 years ago)
- Last Synced: 2024-11-16T00:49:34.699Z (over 1 year ago)
- Topics: development, theme, themes, wordpress
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Theme Exchanger
[](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();
}
} );
```