WP Manifestindependent plugin directory
manifest / developer / wordpress-custom-plugin

Wordpress Custom Plugin

Wordpress Custom Plugin Plugin by Punit

by Mr. Punit · github.com/punitadvani1/wordpress-custom-plugin

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/punitadvani1/wordpress-custom-plugin/archive/refs/heads/main.zip

Create a plugin that does the following tasks:

  1. Register a new post type "movie"
  2. Register a new user role "viewer"
  3. on frontend, title of posttype "movie" will be appended with string "-Upcoming this year" which should only show up on their single template only, not on archive page
  4. Create a wp-cron to send daily email to every user that has user role "viewer" with subject "News of the jungle" and body "Something happening somewhere"