Changeset 2781615
- Timestamp:
- 09/07/2022 09:51:10 PM (4 years ago)
- Location:
- wc-fields-factory
- Files:
-
- 4 edited
-
tags/4.1.5/includes/wcff_dao.php (modified) (2 diffs)
-
tags/4.1.5/wcff.php (modified) (2 diffs)
-
trunk/includes/wcff_dao.php (modified) (2 diffs)
-
trunk/wcff.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-fields-factory/tags/4.1.5/includes/wcff_dao.php
r2781613 r2781615 1727 1727 } 1728 1728 1729 private function migrate_fields($_ptype = "") { error_log("migrate_fields called for : ". $_ptype);1729 private function migrate_fields($_ptype = "") { 1730 1730 1731 1731 $this->wcff_key_prefix = $_ptype . "_"; … … 1802 1802 } 1803 1803 } 1804 error_log("About to migrate field : ". json_encode($field));1804 1805 1805 update_post_meta($g_post->ID, $fkey, wp_slash(json_encode($field))); 1806 1806 } -
wc-fields-factory/tags/4.1.5/wcff.php
r2781613 r2781615 117 117 } 118 118 119 private function cleanup_wcff_post($_ptype) { error_log("cleanup_wcff_post gets called for : ". $_ptype);119 private function cleanup_wcff_post($_ptype) { 120 120 121 121 /* Fetch the group posts */ … … 182 182 } 183 183 184 if ($flaQ) { error_log("About to restore : ". json_encode($field));184 if ($flaQ) { 185 185 update_post_meta($g_post->ID, $fkey, wp_slash(json_encode($field))); 186 186 } -
wc-fields-factory/trunk/includes/wcff_dao.php
r2781613 r2781615 1727 1727 } 1728 1728 1729 private function migrate_fields($_ptype = "") { error_log("migrate_fields called for : ". $_ptype);1729 private function migrate_fields($_ptype = "") { 1730 1730 1731 1731 $this->wcff_key_prefix = $_ptype . "_"; … … 1802 1802 } 1803 1803 } 1804 error_log("About to migrate field : ". json_encode($field));1804 1805 1805 update_post_meta($g_post->ID, $fkey, wp_slash(json_encode($field))); 1806 1806 } -
wc-fields-factory/trunk/wcff.php
r2781613 r2781615 117 117 } 118 118 119 private function cleanup_wcff_post($_ptype) { error_log("cleanup_wcff_post gets called for : ". $_ptype);119 private function cleanup_wcff_post($_ptype) { 120 120 121 121 /* Fetch the group posts */ … … 182 182 } 183 183 184 if ($flaQ) { error_log("About to restore : ". json_encode($field));184 if ($flaQ) { 185 185 update_post_meta($g_post->ID, $fkey, wp_slash(json_encode($field))); 186 186 }
Note: See TracChangeset
for help on using the changeset viewer.