Archive | Functions by letter w RSS feed for this section

wp_favicon_request

Don’t load all of WordPress when handling a favicon.ico request.Instead, send the headers for a zero-length favicon and bail.

3649

Continue reading

wp_explain_nonce

Retrieve nonce action “Are you sure” message.The action is split by verb and noun. The action format is as follows: verb-action_extra. The verb is before the first dash and has the format of letters and no spaces and numbers. The noun is after the dash and before the underscore, if an underscore exists. The noun is also only letters.

3645

Continue reading

wp_expand_dimensions

Based on a supplied width/height example, return the biggest possible dimensions based on the max width/height.

3643

Continue reading