分类: WP开发函数
thumbnail

WordPress函数:wp_required_field_indicator

一、函数简介 为必填表单字段分配视觉指示器。(Assigns a visual indicator for required form fields.)   二、函数参数 * @retur……
thumbnail

WordPress函数:__checked_selected_helper

一、函数简介 用于选中、选中、禁用和只读的私人助手功能。(Private helper function for checked, selected, disabled and readonly.)  ……
thumbnail

WordPress函数:wp_readonly

一、函数简介 输出HTML只读属性。(Outputs the HTML readonly attribute.)   二、函数参数 * @param mixed $readonly_value One o……
thumbnail

WordPress函数:disabled

一、函数简介 输出HTML禁用属性。(Outputs the HTML disabled attribute.)   二、函数参数 * @param mixed $disabled One of the ……
thumbnail

WordPress函数:selected

一、函数简介 输出HTML选定属性。(Outputs the HTML selected attribute.)   二、函数参数 * @param mixed $selected One of the ……
thumbnail

WordPress函数:checked

一、函数简介 输出HTML检查属性。(Outputs the HTML checked attribute.)   二、函数参数 * @param mixed $checked One of the va……
thumbnail

WordPress函数:get_the_generator

一、函数简介 为RSS、ATOM等创建生成器XML或注释。(Creates the generator XML or Comment for RSS, ATOM, etc.)   二、函数参数 ……
thumbnail

WordPress函数:the_generator

一、函数简介 显示RSS、ATOM等的生成器XML或注释。(Displays the generator XML or Comment for RSS, ATOM, etc.)   二、函数参数 ……
thumbnail

WordPress函数:wp_generator

一、函数简介 显示在wp_head钩子上生成的XHTML生成器。(Displays the XHTML generator that is generated on the wp_head hook.)   ……
thumbnail

WordPress函数:add_thickbox

一、函数简介 对默认的ThickBox js和css进行排队。(Enqueues the default ThickBox js and css.)   二、函数参数   &……