Archive by Author

js_escape

Escape single quotes, specialchar double quotes, and fix line endings.The filter ‘js_escape’ is also applied by esc_js()

2233

Continue reading

is_wp_error

Check whether variable is a WordPress Error.Looks at the object and if a WP_Error class. Does not check to see if the parent is also WP_Error, so can’t inherit WP_Error and still use this function.

2229

Continue reading