Archive | Functions RSS feed for this section

switch_to_blog

Switch 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 reading

stripslashes_deep

Navigates 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