Changes between Version 1 and Version 2 of Ticket #18979, comment 2
- Timestamp:
- 04/01/2012 01:10:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18979, comment 2
v1 v2 21 21 This very simple improvement is in concordance with the available filter 'is_protected_meta' where it is possible to not only subselect key with prefix '_' but with another rules. 22 22 23 note: don't need to add post_type parameter. the filter can use global $post and 24 {{{ 25 $post_type = get_post_type ( $post->ID ); 26 }}} 27 28 23 29 Hope that help to review.