WP Manifestindependent plugin directory
manifest / content / required-wp-rating

required+ WP Ratings archived

WordPress plugin to make ratings for every post / page.

by required+ · github.com/wearerequired/required-wp-rating · website

4stars
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/wearerequired/required-wp-rating/archive/refs/heads/master.zip

Declares an update source (https://github.com/wearerequired/required-wp-rating), so updates arrive through the plugin's own updater.

From the readme

WP Team List # WordPress plugin to make ratings (with optional comments) on every post / page. Description ## Adds rating functionality to WordPress so visitors can upvote/downvote each post with an optional comment. This simple plugin allows you to disable any Sidebar and Dashboard Widget for the current WordPress site you are on. It provides a simple user interface available to users with editthemeoptions capabilities (usually Administrator role) available under Appearance - Disable Widgets. After saving the settings, it removes the Sidebar and Dashboard Widgets selected. Developer? Get to know the hooks You can add custom code when a feedback is sent for a rating. Example code below First of all, this plugin is strucuted on the shoulders of the fantastic WordPress Plugin Boilerplate by Tom McFarlin, you might could use this too for your next plugin. Let's have a look at the filters we provide: rpluswpr

Read the full README on GitHub →