format_to_post
- format_to_post is deprecated since version 3.9.0!
format_to_post ( $content )
Parameters:- (string) content The text to format.
Returns:- (string) The very same text.
Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: 3.9.0
Description
Formerly used to escape strings before inserting into the DB.Has not performed this function for many, many years. Use wpdb::prepare() instead.