https://github.com/gradints/wordpress-custom-modal
https://github.com/gradints/wordpress-custom-modal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradints/wordpress-custom-modal
- Owner: gradints
- Created: 2024-04-29T10:56:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:30:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T05:27:00.829Z (about 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```