Switch language

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




get_others_drafts [ WordPress Function ]

get_others_drafts ( $user_id )
Parameters:
  • (int) $user_id User ID.
Returns:
  • (array) List of drafts from other users.
Defined at:



Retrieve drafts from other users.

Source


<?php
function get_others_drafts($user_id) {
    
_deprecated_function__FUNCTION__'3.1' );

    return 
get_others_unpublished_posts($user_id'draft');
}
?>

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