Need fix for import category
-
Update line 109 for fixed wrong import categories:
Old code: //$categories[$cat_index] = $wpdb->escape( html_entity_decode( $category ) );
New code: $categories[$cat_index] = str_replace(array(‘<![CDATA[‘, ‘]]>’), ”, $wpdb->escape( trim($category) ));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need fix for import category’ is closed to new replies.