sync_category_tag_slugs in /wp-admin/includes/ms.php
2927
Continue readingSwitch the current blog.This function is useful if you need to pull posts, or other information, from other blogs. You can switch back afterwards using restore_current_blog().
2925
Continue readingNavigates through an array and removes slashes from the values.If an array is passed, the array_map() function causes a callback to pass the value back to the function. The slashes from this value will removed.
2919
Continue reading