Skip to content

Commit

Permalink
image source fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasashi committed Jan 11, 2022
1 parent dd29a3a commit 200716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-woocommerce-product-faq-tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function save_faq_option_fields( $post_id ) {
}
}

update_post_meta( $post_id, 'wfaq_items', $_POST['wfaq_items'] );
update_post_meta( $post_id, 'wfaq_items', $items );
}
}

Expand Down

0 comments on commit 200716a

Please sign in to comment.