Skip to content

Instantly share code, notes, and snippets.

View kimwhite's full-sized avatar

Kim White kimwhite

View GitHub Profile
@ipokkel
ipokkel / my-pmpro-set-user-field-addmember.php
Created April 4, 2023 05:18
Add PMPro User Fields as fields for Add Member from Admin.
<?php
/**
* Set addmember attribute on user fields to true.
*
* This will add the field to the Add Member from Admin page in the
* administration area.
*
* You can add this recipe to your site by creating a custom plugin
* or using the Code Snippets plugin available for free in the WordPress repository.
* Read this companion article for step-by-step directions on either method.
@dwanjuki
dwanjuki / my_pmpro_stop_non_approved_members_logging_in.php
Last active February 22, 2024 22:20 — forked from andrewlimaza/pmpro-approvals-login-example.php
Stop non-approved members from logging in and display a message when using the Approvals Add On
<?php
/**
* Stop non-approved members from logging in and display a message when using the Approvals Add On
*
* You can add this recipe to your site by creating a custom plugin
* or using the Code Snippets plugin available for free in the WordPress repository.
* Read this companion article for step-by-step directions on either method.
* https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/
*
*/