https://github.com/horttcore/searchwp-block
https://github.com/horttcore/searchwp-block
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/horttcore/searchwp-block
- Owner: Horttcore
- Created: 2020-07-16T21:31:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:54:50.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:45:37.013Z (about 2 months ago)
- Language: PHP
- Size: 4.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchWP Block
A SearchWP Block
## Installation
`composer require ralfhortt/searchwp-block`
## Description
Add a SearchWP search form on your page with the ability to select a custom engine.
## Hooks
### Action
* `searchwp-block/before-search-result`
* `searchwp-block/after-search-result`### Filter
* `searchwp-block\search-result-item`
## Changelog
### 0.2 - 2020-16-07
* Improve translations
* Fix fatal error### 0.1 - 2020-16-07
* Initial release