_set_preview [ WordPress Function ]
_set_preview ( $post )
| Defined at: |
|
Benzer Fonksiyonlar: post_preview, is_preview, _show_post_preview, stream_preview_image, wp_ajax_imgedit_preview
No description yet.
Source
<?php
function _set_preview($post) {
if ( ! is_object($post) )
return $post;
$preview = wp_get_post_autosave($post->ID);
if ( ! is_object($preview) )
return $post;
$preview = sanitize_post($preview);
$post->post_content = $preview->post_content;
$post->post_title = $preview->post_title;
$post->post_excerpt = $preview->post_excerpt;
return $post;
}
?>
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- _set_preview() WordPress function reference, arguments and ...
Source. function _set_preview($post) { if ( ! is_object($post) ) return $post; $ preview = wp_get_post_autosave($post->ID); if ( ! is_object($preview) ) return $ post; ...
queryposts.com - mac - How do I set Preview as the PDF viewer in Safari, instead of ...
Mar 7, 2011 ... In the past, I could set Preview as the default PDF viewer in Safari, but with Adobe Reader X, that option is disabled! enter image description ...
superuser.com - WoW 5.0: PvP Set Preview - Death Knight, Shaman and Rogue ...
5 days ago ... Death Knight, Shaman and Rogue PvP Set Preview from MoP Beta. The new picture preview should be fairly representative of the set you will ...
wow.mmosite.com - JIDE Software - Preview Icon Set
Having trouble viewing the flash file above? You can also download the VISTA Icon Set preview zip file. VISTA ICON SET (NETWORK CATEGORY). 2 / 11 ...
www.jidesoft.com