Archive | Documentation RSS feed for this section

wp_kses

Filters content and keeps only allowable HTML elements.This function makes sure that only the allowed HTML element names, attribute names and attribute values plus only sane HTML entities will occur in $string. You have to remove any slashes from PHP’s magic quotes before you call this function.

3811

Continue reading

wp_just_in_time_script_localization

Load localized data on print rather than initialization.These localizations require information that may not be loaded even by init.

3809

Continue reading