job_alert_meta
$meta_query = array( 'relation' => 'OR', array( 'key' => 'unsubscribe', 'compare' => 'NOT EXISTS', ), array( 'key' => 'unsubscribe', 'value' => '1', 'compare' => '!=', 'type' => 'CHAR', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'unsubscribe', 'compare' => 'NOT EXISTS', ), array( 'key' => 'unsubscribe', 'value' => '1', 'compare' => '!=', 'type' => 'CHAR', ), );