ksask / ksa-add-post
Adding post from form shortcode
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ksask/ksa-add-post
Requires
- php: >=7.3.0
This package is auto-updated.
Last update: 2025-12-13 15:48:37 UTC
README
A shortcode that displays a form with 2 fields: title and text. After submitting the form, the plugin creates a new unpublished post with a title from the title field and text from the text field, and also sends an email to the administrator's email with the title and text of the post.
Install:
You can install the package via composer:
composer require ksask/ksa-add-post dev-master
Use plugin:
Insert the shortcode where you want the form to appear:
[ksa_add_post_form]