首页 WordPress函数大全 format_to_post()

format_to_post()

2020-05-01 / 3151阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

Warning: This function has been deprecated.

format_to_post( string $content )

Formerly used to escape strings before inserting into the DB.

描述

Has not performed this function for many, many years. Use wpdb::prepare() instead.

参数

$content

(string)
(Required)
The text to format.

返回

(string) The very same text.

大家谈论
    我的见解