Members List Pro Plugin Customization
The following files have been customized by the developer (matthew@ternstyle.us):
/class/members.php
/css/style.css
/front/shortcode.php
A backup of the plugin is saved here: https://old.sac-hoherrohn.ch/wp-content/uploads/2019/01/members-list-pro.zip
Plus, in /core/meta.php change lines 39 and 40 have been changed to hide the plugins own user meta (we use User Meta Pro’s):
add_action(‚edit_user_profile‘,’WP_ml_meta‘);
add_action(’show_user_profile‘,’WP_ml_meta’);
to this:
//add_action(‚edit_user_profile‘,’WP_ml_meta‘);
//add_action(’show_user_profile‘,’WP_ml_meta‘);
