ksask/ksa-add-post

Adding post from form shortcode

Maintainers

Package info

github.com/SergiiKapt/ksa-add-post

pkg:composer/ksask/ksa-add-post

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2021-02-13 05:40 UTC

This package is auto-updated.

Last update: 2026-04-13 16:34:02 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]