{"slug":"profiles-manager-for-buddypress","name":"Profiles Manager","description":"This plugin is designed to help you monetize your social network by hiding the premium profile fields from non-paying members.","author":"elbuntu","active_installs":10,"version":"1.6","wp_org_url":"https://wordpress.org/plugins/profiles-manager-for-buddypress/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bpm_commerce","full_table_name":"wp_bpm_commerce","description":"Stores bpm commerce data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"price","type":"text","nullable":true,"primary_key":false},{"name":"term","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"currency","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"membership","type":"varchar(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE bpm_commerce ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, price text, term varchar(255), currency varchar(255), membership varchar(255));"},{"table_name":"bpm_profile","full_table_name":"wp_bpm_profile","description":"Stores bpm profile data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"wp_level","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"wp_group","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"m_hidden","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"p_hidden","type":"varchar(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE bpm_profile ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, wp_level varchar(255), wp_group varchar(255), m_hidden varchar(255), p_hidden varchar(255));"},{"table_name":"bpm_settings","full_table_name":"wp_bpm_settings","description":"Stores bpm settings data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"option_name","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"option_value","type":"varchar(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE bpm_settings ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, option_name varchar(255), option_value varchar(255));"}],"table_count":3}