Changeset 2054519
- Timestamp:
- 03/21/2019 11:02:30 AM (7 years ago)
- File:
-
- 1 edited
-
iteras/trunk/admin/iteras-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iteras/trunk/admin/iteras-admin.php
r2044569 r2054519 110 110 111 111 // check if the post has ITERAS metadata 112 if(in_array(Iteras::POST_META_KEY, get_post_custom_keys($post->ID))) { 112 $post_custom_keys = get_post_custom_keys($post->ID); 113 if ($post_custom_keys && in_array(Iteras::POST_META_KEY, $post_custom_keys)) { 113 114 $enabled_paywalls = get_post_meta($post->ID, Iteras::POST_META_KEY, true); 114 115 }
Note: See TracChangeset
for help on using the changeset viewer.