_draft_or_post_title [ WordPress Function ]
_draft_or_post_title ( $post_id = 0 )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: _get_last_post_time, get_post_time, _transition_post_status, _insert_into_post_button, single_post_title
Get the post title.
The post title is fetched and if it is blank then a default string is returned.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- _draft_or_post_title (WordPress Function) - WPSeek.com
WordPress lookup for _draft_or_post_title, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - _draft_or_post_title
Function and Method Cross Reference. _draft_or_post_title(). Defined at: /wp- admin/includes/template.php -> line 1351. Referenced 7 times: ...
phpxref.ftwr.co.uk - _draft_or_post_title | A HitchHackers guide through WordPress
Feb 12, 2011 ... function _draft_or_post_title( $post_id = 0 ) {} ... function _draft_or_post_title( $ post_id = 0 ) { $title = get_the_title($post_id); if ( empty($title) ) ...
hitchhackerguide.com - WordPress › WordPress Ideas — Recent drafts on dashboard - see ...
'</p>'; $list[] = $item; } foreach ( $drafts as $draft ) { $url = get_edit_post_link( $ draft->ID ); $title = _draft_or_post_title( $draft->ID ); $last_id = get_post_meta( ...
wordpress.org