{"id":33894,"date":"2015-01-12T09:15:25","date_gmt":"2015-01-12T09:15:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/buddypress-admin-only-profile-fields\/"},"modified":"2015-11-03T21:00:32","modified_gmt":"2015-11-03T21:00:32","slug":"buddypress-admin-only-profile-fields","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/buddypress-admin-only-profile-fields\/","author":8568894,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2","stable_tag":"1.2","tested":"4.3.34","requires":"4.3.1","requires_php":"","requires_plugins":"","header_name":"BuddyPress Admin Only Profile Fields","header_author":"Ashley Rich","header_description":"","assets_banners_color":"33bab1","last_updated":"2015-11-03 21:00:32","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=S6KBW2ZSVZ8RE","header_plugin_uri":"","header_author_uri":"http:\/\/ashleyrich.com","rating":5,"author_block_rating":0,"active_installs":200,"downloads":7255,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2":"<ul>\n<li>New visibility options<\/li>\n<li>Bug fixes<\/li>\n<\/ul>","1.1.1":"<ul>\n<li>Bug fixes<\/li>\n<\/ul>","1.1":"<ul>\n<li>General improvements<\/li>\n<\/ul>","1.0":"<ul>\n<li>Initial release<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1065728","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1065728","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1065728","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1065728","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.1.1","1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1067777","resolution":"1","location":"assets"}},"screenshots":{"1":"Edit field BuddyPress screen."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[83,204,2240,2132,435],"plugin_category":[43,44],"plugin_contributors":[79372,86228],"plugin_business_model":[],"class_list":["post-33894","plugin","type-plugin","status-publish","hentry","plugin_tags-admin","plugin_tags-buddypress","plugin_tags-field","plugin_tags-hidden","plugin_tags-profile","plugin_category-customization","plugin_category-discussion-and-community","plugin_contributors-a5hleyrich","plugin_contributors-garrett-eclipse","plugin_committers-a5hleyrich"],"banners":{"banner":"https:\/\/ps.w.org\/buddypress-admin-only-profile-fields\/assets\/banner-772x250.png?rev=1065728","banner_2x":"https:\/\/ps.w.org\/buddypress-admin-only-profile-fields\/assets\/banner-1544x500.png?rev=1065728","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/buddypress-admin-only-profile-fields\/assets\/icon-128x128.png?rev=1065728","icon_2x":"https:\/\/ps.w.org\/buddypress-admin-only-profile-fields\/assets\/icon-256x256.png?rev=1065728","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/buddypress-admin-only-profile-fields\/assets\/screenshot-1.png?rev=1067777","caption":"Edit field BuddyPress screen."}],"raw_content":"<!--section=description-->\n<p>Easily set the visibility of BuddyPress profile fields to hidden, allowing only admin users to edit and view them.<\/p>\n\n<p><strong>GitHub<\/strong><\/p>\n\n<p>If you would like to contribute to the plugin, you can do so on <a href=\"https:\/\/github.com\/A5hleyRich\/BuddyPress-Admin-Only-Profile-Fields\">GitHub<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>bp-admin-only-profile-fields<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I hide a profile field?<\/dt>\n<dd><p>In the WordPress admin area, go to <em>Users &gt; Profile Fields<\/em> and click <em>Edit<\/em> on the desired profile field. Under the <em>Default Visibility<\/em> panel select <em>Hidden<\/em> as the value and click <em>Save<\/em>.<\/p>\n\n<p>The profile field is now hidden from all users except Administrators.<\/p><\/dd>\n<dt>How do I change who can view and edit the hidden field?<\/dt>\n<dd><p>Add the following filter to your theme\u2019s functions.php file, substituting <em>edit_others_posts<\/em> with the desired capability:\n    function custom_profile_fields_visibility() {\n        return 'edit_others_posts'; \/\/ Editors\n    }\n    add_filter( 'bp_admin_only_profile_fields_cap', 'custom_profile_fields_visibility' );<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2<\/h4>\n\n<ul>\n<li>New: Added 'Everyone (Admin Editable)' field visibility level<\/li>\n<li>New: Added 'Only Me (Admin Editable)' field visibility level<\/li>\n<li>Bug fix: Issues with JS due to admin visibility settings change from checkboxes to selects<\/li>\n<li>Bug fix: Issue with JS where visibility settings disappear when 'Hidden' selected<\/li>\n<li>Bug fix: Issue with breaking standard BuddyPress Visibility options<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fix fatal error on activation<\/li>\n<li>Adhere to WordPress coding standards<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Hide the <em>Per-Member Visibility<\/em> options when the <em>Default Visibility<\/em> is set to <em>Hidden<\/em><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Easily set the visibility of BuddyPress profile fields to hidden, allowing only admin users to edit and view them.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/33894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=33894"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/a5hleyrich"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=33894"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=33894"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=33894"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=33894"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=33894"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=33894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}