Skip to content

Commit

Permalink
fix mobile content issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Jan 9, 2024
1 parent 461ab13 commit 63f48a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/post_metabox.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,9 @@ function wpt_shortcode_configuration_metabox_save_meta( $post_id, $post ) { // s
'options' => 'wp_kses_post'
),
'column_settings_mobile' => array(
'filter' => FILTER_SANITIZE_STRING,
'filter' => FILTER_CALLBACK,
'flags' => FILTER_REQUIRE_ARRAY,
'options' => 'wp_kses_post'
),
'basics' => array(
'filter' => FILTER_SANITIZE_STRING,
Expand Down

0 comments on commit 63f48a4

Please sign in to comment.