Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated.
Formerly used to escape strings before inserting into the DB.
Has not performed this function for many, many years. Use wpdb::prepare() instead.
(string) (Required) The text to format.
(string) The very same text.
File: wp-includes/deprecated.php
function format_to_post( $content ) { _deprecated_function( __FUNCTION__, '3.9.0' ); return $content; }
Version | Description |
---|---|
3.9.0 | This function has been deprecated. |
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/format_to_post