Skip to content

Commit

Permalink
save boxes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasashi committed Aug 30, 2023
1 parent faf1ba3 commit ca760cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/lib/class-wordpress-plugin-template-admin-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public function display_meta_box_field( $field = array(), $post = null ) {
*/
public function save_meta_boxes( $post_id = 0 ) {

if( !$post_id || isset($_POST['_inline_edit']) ){
if( !$post_id || isset($_POST['_inline_edit']) || isset($_GET['bulk_edit']) ){

return;
}
Expand Down

0 comments on commit ca760cc

Please sign in to comment.