Archive | Functions by letter g RSS feed for this section

get_settings_errors

Fetch settings errors registered by add_settings_error()Checks the $wp_settings_errors array for any errors declared during the current pageload and returns them.

1683

Continue reading

get_search_query

Retrieve the contents of the search WordPress query variable.The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.

1677

Continue reading