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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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