https://github.com/capybara003/hw-inquiry
https://github.com/capybara003/hw-inquiry
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/capybara003/hw-inquiry
- Owner: Capybara003
- License: gpl-3.0
- Created: 2021-03-09T14:03:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T14:16:40.000Z (over 5 years ago)
- Last Synced: 2025-03-23T08:19:06.958Z (about 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inquiry Wordpress Plugin
- Contributors: Andre Verona
- Requires at least: 4.7
- Tested up to: 5.5
- Requires PHP: 7.2 or later
- License: GPLv2 or later
- License URI: https://www.gnu.org/licenses/gpl-2.0.html
Inquiry adds inquiry form and show inquiry lists in the pages.
## Description
Inquiry uses to add inquiry form and show inquiry list in the pages using shortcodes.
Shortcode list
1. inquiry_form shortcode
- description: It is to show inquiry form.
- example: [hw_inquiry_form title="This is my inquiry form" /]
- attributes:
- title: The title of the inquiry form.
2. inquiry_list shortcode
- description: It is to show inquiry list. Please note it shows inquiry list only when logged-in user is administrator.
- example: [hw_inquiry_list title="This is the title of inquiry list" per_page="10" /]
- attributes:
- title: The title of the inquiry list.
- per_page: The numbers to show inquiries on page. It is used for pagination.