public function available_movie_tags($field)
 {
     $field['options'] = WPMOLY_Settings::get_available_movie_tags();
     return $field;
 }