Archive | Filters RSS feed for this section

wp_parse_str

Parses a string into variables to be stored in an array.Uses parse_str() and stripslashes if magic_quotes_gpc is on.

3977

Continue reading

wp_page_menu

Display or retrieve list of pages with optional home link.The arguments are listed below and part of the arguments are for wp_list_pages() function. Check that function for more info on those arguments.

3969

Continue reading