mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added ability to customize custom key sorting type (CHAR, NUMERIC, etc.)
- added ability to customize 'bio' key at the profile header; - 2.1.3 pre-release;
This commit is contained in:
@@ -41,6 +41,17 @@ if ( ! class_exists( 'um\core\Profile' ) ) {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param array $args
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function get_show_bio_key( $args ) {
|
||||
$key = apply_filters( 'um_profile_bio_key', 'description', $args );
|
||||
return $key;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Delete profile avatar AJAX handler
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user