Tag Archives: codex

wp_referer_field

Retrieve or display referer hidden field for forms.The referer link is the current Request URI from the server super global. The input name is ‘_wp_http_referer’, in case you wanted to check manually.

4017

Continue reading

wp_parse_args

Merge user defined arguments into defaults array.This function is used throughout WordPress to allow for both string or array to be merged into another array.

3971

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