get_autotoggle

函数
get_autotoggle ( $id = 0 )
参数
  • (int) $id The category to get. If no category supplied uses 0
    Required:
返回值
  • (int) Only returns 0.
定义位置
相关方法
get_roleget_pageget_custom_logoget_author_linkget_author_name
引入
0.71
弃用
2.1.0

get_autotoggle: 这个函数检索当前用户的自动切换设置的值。autotoggle设置控制文章编辑器是否根据文章的内容在视觉和文本标签之间自动切换。

获取自动切换设置。

function get_autotoggle($id = 0) {
	_deprecated_function( __FUNCTION__, '2.1.0' );
	return 0;
}

常见问题

FAQs
查看更多 >