Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




_wp_get_user_contactmethods [ WordPress Function ]

_wp_get_user_contactmethods ( $user = null )
Access:
  • private
Parameters:
  • (object) $user User data object (optional)
Returns:
  • (array) $user_contactmethods Array of contact methods and their labels.
Defined at:



Set up the default contact methods

Source


<?php
function _wp_get_user_contactmethods$user null ) {
    
$user_contactmethods = array(
        
'aim' => __('AIM'),
        
'yim' => __('Yahoo IM'),
        
'jabber' => __('Jabber / Google Talk')
    );
    return 
apply_filters'user_contactmethods'$user_contactmethods$user );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics