wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
_set_preview [ WordPress Function ]
| Definiert in: |
|
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;
}
?>
Beispiele [ wp-snippets.com ]
Top Google Suchergebnisse
- _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 - 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 - - Destruction Armor Set Preview (Getting Started & Player ...
BioWare Community Social Network - forums, blogs, albums, profiles, apps dedicated to BioWare games including Dragon Age, Mass Effect, Jade Empire, Sonic ...
social.bioware.com
