wp_list_bookmarks not stripping slashes
-
I’m writing a theme and using the wp_list_bookmarks tag. When sending quotes and double quotes as parameters for any “after” and “before”, they always return with escaped caracters (e.g., \” and \’).
I’m not sure about this, but I think those values should pass through “stripslashes” PHP function, so they return as expected.
- The topic ‘wp_list_bookmarks not stripping slashes’ is closed to new replies.