Linux 软件免费装
Banner图

EDD User Profiles

开发者 tsunoa
rubengc
更新时间 2017年5月26日 02:13
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.7.5
版权: GPLv2 or later
版权网址: 版权信息

标签

widget profile e-commerce widgets download users user edd easy digital downloads downloads profiles digital tsunoa rubengc

下载

1.0.0

详情介绍:

EDD User Profiles adds a frontend user profile. On [edd_profile_editor] will add two new fields: avatar and description EDD User Profiles automatically adds tabs based on other EDD plugins. Current supported plugins are:
  1. EDD FES
  2. EDD Wish Lists
  3. EDD Downloads Lists
Includes toggleable options to override Wordpress author url (to use the user profile url instead) and EDD FES vendor shop url. Also has support SEO by Yoast plugin. This plugin requires Easy Digital Downloads.

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin
  5. That's it!
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name

屏幕截图:

  • Screenshot from user profile page (Downloads tab)
  • Screenshot from [edd_profile_editor]
  • Screenshot from EDD settings page

常见问题:

How can I customize a tab output?

First you need default action hook to desired content customization available hooks are:

  1. edd_user_profiles_load_downloads_tab_content
  2. edd_user_profiles_load_wish_lists_tab_content
  3. edd_user_profiles_load_favorite_list_tab_content
  4. edd_user_profiles_load_like_list_tab_content
  5. edd_user_profiles_load_recommend_list_tab_content
Example of custom downloads tab content: ` remove_action( 'edd_user_profiles_load_downloads_tab_content', 'edd_user_profiles_load_downloads_tab_content' ); function custom_downloads_tab_content( $user_id ) { // Custom code here } add_action( 'edd_user_profiles_load_downloads_tab_content', 'custom_downloads_tab_content' ); `

更新日志:

1.0