1
$meta_query = array( 'relation' => 'AND', array( 'key' => 'notice_show_type', 'value' => 'indefinitely', ), array( 'key' => 'notice_status', 'value' => 'active', ), );
$meta_query = array( 'relation' => 'AND', array( 'key' => 'notice_show_type', 'value' => 'indefinitely', ), array( 'key' => 'notice_status', 'value' => 'active', ), );