label pairs $taxonomy_array = array(); // Loop through the taxonomies and fill the array foreach ($taxonomies as $taxonomy_slug => $taxonomy) { $taxonomy_array[$taxonomy_slug] = $taxonomy->label; } return $taxonomy_array; } /* * * Request list of ready to go MLS * * */ function mlsimport_allowed_html_tags_content() { // Define the allowable HTML tags and their attributes $allowed_tags = array( 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array(), 'target' => array(), ), 'b' => array(), 'i' => array(), 'p' => array(), 'br' => array(), 'ul' => array(), 'ol' => array(), 'li' => array(), 'strong' => array(), 'em' => array(), 'blockquote' => array(), 'code' => array(), 'pre' => array(), 'select' => array( // Allow