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設定控制文章編輯器是否根據文章的內容在視覺和文字標籤之間自動切換。

獲取自動切換設定。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function get_autotoggle($id = 0) {
_deprecated_function( __FUNCTION__, '2.1.0' );
return 0;
}
function get_autotoggle($id = 0) { _deprecated_function( __FUNCTION__, '2.1.0' ); return 0; }
function get_autotoggle($id = 0) {
	_deprecated_function( __FUNCTION__, '2.1.0' );
	return 0;
}

常見問題

FAQs
檢視更多 >