分类: WP开发函数
WordPress函数:wp_enqueue_code_editor
一、函数简介
为给定的设置对代码编辑器所需的资源进行排队。(Enqueues assets needed by the code editor for the given settings.)
……
WordPress函数:wp_enqueue_editor
一、函数简介
输出编辑器脚本、样式表和默认设置。(Outputs the editor scripts, stylesheets, and default settings.)
二、函数……
WordPress函数:wp_editor
一、函数简介
使用此函数是输出TinyMCE和Quicktags所需的所有组件的正确方法。_WP_Editors不应直接使用。看https://core.trac.wordpress.org/ticket/17……
WordPress函数:wp_default_editor
一、函数简介
找出默认情况下应显示哪个编辑器。(Finds out which editor should be displayed by default.)
二、函数参数
* @r……
WordPress函数:user_can_richedit
一、函数简介
确定用户是否可以访问可视化编辑器。(Determines whether the user can access the visual editor.)
二、函数参数
……
WordPress函数:wp_dependencies_unique_hosts
一、函数简介
检索所有已排队脚本和样式的唯一主机列表。(Retrieves a list of unique hosts of all enqueued scripts and styles. )
……
WordPress函数:wp_preload_resources
一、函数简介
打印资源将指令预加载到浏览器。(Prints resource preloads directives to browsers.)
二、函数参数
……
WordPress函数:wp_resource_hints
一、函数简介
将资源提示打印到浏览器,以便预取、预渲染和预连接到网站。(Prints resource hints to browsers for pre-fetching, pre-rendering and ……
WordPress函数:wp_site_icon
一、函数简介
显示网站图标元标签。(Displays site icon meta tags.)
二、函数参数
三、函数案例
……
WordPress函数:rsd_link
一、函数简介
显示Really Simple Discovery服务端点的链接。(Displays the link to the Really Simple Discovery service endpoint.)
……