这曾经用于显示“插入帖子”按钮。
原型
_insert_into_post_button( $type )
描述
现在它已被弃用和存根。
源文件
路径:wp-admin/includes/deprecated.php
<?php
...
function _insert_into_post_button( $type ) {
_deprecated_function( __FUNCTION__, '3.5.0' );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/_insert_into_post_button/