opencredit / badgeos

BadgeOS is a plugin to WordPress that allows you to easily create badges and set up the steps and achievements users take to earn them. Badges are Mozilla OBI compatible and sharable via Credly.
http://www.badgeos.org
GNU Affero General Public License v3.0
92 stars 64 forks source link

add/update hooks to include $_POST data for other plugins to use #618

Closed macbookandrew closed 2 years ago

macbookandrew commented 6 years ago

Use case: I’m adding a checkbox below the form to allow users’ submissions to also be posted publicly if they choose. With access to the full $_POST data, I can’t tell from the existing hooks whether they chose to share publicly or not.