{"id":52475,"date":"2016-11-27T14:03:14","date_gmt":"2016-11-27T14:03:14","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/edd-user-profiles\/"},"modified":"2016-12-07T19:01:11","modified_gmt":"2016-12-07T19:01:11","slug":"edd-user-profiles","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/edd-user-profiles\/","author":15868593,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"4.7.34","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"EDD User Profiles","header_author":"Tsunoa","header_description":"","assets_banners_color":"7094cb","last_updated":"2016-12-07 19:01:11","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=64N6CERD8LPZN","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/edd-user-profiles\/","header_author_uri":"https:\/\/tsunoa.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1539,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1664138","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1664138","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1664138","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1664138","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1664158","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1664158","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1664158","resolution":"3","location":"assets"}},"screenshots":{"1":"<p>Screenshot from user profile page (Downloads tab)<\/p>","2":"<p>Screenshot from [edd_profile_editor]<\/p>","3":"<p>Screenshot from EDD settings page<\/p>"}},"plugin_section":[],"plugin_tags":[8387,568,5440,5484,2665],"plugin_category":[45],"plugin_contributors":[94922,139284],"plugin_business_model":[],"class_list":["post-52475","plugin","type-plugin","status-closed","hentry","plugin_tags-digital","plugin_tags-download","plugin_tags-downloads","plugin_tags-easy-digital-downloads","plugin_tags-edd","plugin_category-ecommerce","plugin_contributors-rubengc","plugin_contributors-tsunoa","plugin_committers-sellcomet"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/edd-user-profiles_7094cb.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/edd-user-profiles\/assets\/screenshot-1.png?rev=1664158","caption":"<p>Screenshot from user profile page (Downloads tab)<\/p>"},{"src":"https:\/\/ps.w.org\/edd-user-profiles\/assets\/screenshot-2.png?rev=1664158","caption":"<p>Screenshot from [edd_profile_editor]<\/p>"},{"src":"https:\/\/ps.w.org\/edd-user-profiles\/assets\/screenshot-3.png?rev=1664158","caption":"<p>Screenshot from EDD settings page<\/p>"}],"raw_content":"<!--section=description-->\n<p>EDD User Profiles adds a frontend user profile.<\/p>\n\n<p>On [edd_profile_editor] will add two new fields: avatar and description<\/p>\n\n<p>EDD User Profiles automatically adds tabs based on other EDD plugins. Current supported plugins are:<\/p>\n\n<ol>\n<li>EDD FES<\/li>\n<li>EDD Wish Lists<\/li>\n<li>EDD Downloads Lists<\/li>\n<\/ol>\n\n<p>Includes toggleable options to override Wordpress author url (to use the user profile url instead) and EDD FES vendor shop url.<\/p>\n\n<p>Also has support SEO by Yoast plugin.<\/p>\n\n<p>This plugin requires <a href=\"http:\/\/wordpress.org\/extend\/plugins\/easy-digital-downloads\/\" title=\"Easy Digital Downloads\">Easy Digital Downloads<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack the entire contents of this plugin zip file into your <code>wp-content\/plugins\/<\/code> folder locally<\/li>\n<li>Upload to your site<\/li>\n<li>Navigate to <code>wp-admin\/plugins.php<\/code> on your site (your WP Admin plugin page)<\/li>\n<li>Activate this plugin<\/li>\n<li>That's it!<\/li>\n<\/ol>\n\n<p>OR you can just install it with WordPress by going to Plugins &gt;&gt; Add New &gt;&gt; and type this plugin's name<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Unpack the entire contents of this plugin zip file into your <code>wp-content\/plugins\/<\/code> folder locally<\/li>\n<li>Upload to your site<\/li>\n<li>Navigate to <code>wp-admin\/plugins.php<\/code> on your site (your WP Admin plugin page)<\/li>\n<li>Activate this plugin<\/li>\n<li>That's it!<\/li>\n<\/ol>\n\n<p>OR you can just install it with WordPress by going to Plugins &gt;&gt; Add New &gt;&gt; and type this plugin's name<\/p><\/dd>\n<dt>How can I customize a tab output?<\/dt>\n<dd><p>First you need default action hook to desired content customization available hooks are:<\/p>\n\n<ol>\n<li>edd_user_profiles_load_downloads_tab_content<\/li>\n<li>edd_user_profiles_load_wish_lists_tab_content<\/li>\n<li>edd_user_profiles_load_favorite_list_tab_content<\/li>\n<li>edd_user_profiles_load_like_list_tab_content<\/li>\n<li>edd_user_profiles_load_recommend_list_tab_content<\/li>\n<\/ol>\n\n<p>Example of custom downloads tab content:<\/p>\n\n<pre><code>remove_action( 'edd_user_profiles_load_downloads_tab_content', 'edd_user_profiles_load_downloads_tab_content' );\n\nfunction custom_downloads_tab_content( $user_id ) {\n    \/\/ Custom code here\n}\nadd_action( 'edd_user_profiles_load_downloads_tab_content', 'custom_downloads_tab_content' );\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Frontend user profiles for Easy Digital Downloads","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/52475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=52475"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sellcomet"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=52475"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=52475"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=52475"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=52475"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=52475"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=52475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}