Top Google Search Results
- PHPXRef 0.7 : WordPress : /wp-admin/revision.php source
169 $identical = true; 170 foreach ( _wp_post_revision_fields() as $field ... 177 } else { 178 add_filter( "_wp_post_revision_field_$field", 'htmlspecialchars' ); 179 ... - comment_post Wordpress hook details -- Adam Brown, BYU ...
_wp_post_revision_field_{$field} · _wp_post_revision_fields · _wp_put_post_revision · add_meta_boxes_comment · add_meta_boxes_{$ post_type} ... - save_post Wordpress hook details -- Adam Brown, BYU Political ...
_wp_post_revision_field_{$field} · _wp_post_revision_fields · _wp_put_post_revision · add_meta_boxes_{$post_type} · admin_post_thumbnail_html ... - Saving Post Meta Field Revisions in WordPress · Ludicrous
Apr 27, 2012 ... If your plugin or theme uses custom post meta fields then you may ... of your meta fields in the format _wp_post_revision_field_{field_name} .