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

https://github.com/gradints/wordpress-custom-modal


https://github.com/gradints/wordpress-custom-modal

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# wordpress-custom-modal
this feature make custom modal

# HOW TO USE
- copy folder to child-theme asset

- open function.php in child theme n copy this code
```php
require_once('wordpress-custom-modal/logic.php');
```
- implementation => display custom modal using shortcode
```php
[modal id=""]

[/modal]
```