分类: WP开发函数
thumbnail

WordPress函数:wp_admin_css

一、函数简介 将样式表链接排入队列或直接打印到指定的CSS文件。(Enqueues or directly prints a stylesheet link to the specified CSS file.) ……
thumbnail

WordPress函数:wp_admin_css_uri

一、函数简介 显示WordPress管理CSS文件的URL。(Displays the URL of a WordPress admin CSS file.)   二、函数参数 * @param str……
thumbnail

WordPress函数:register_admin_color_schemes

一、函数简介 注册默认管理员配色方案。(Registers the default admin color schemes.)   二、函数参数     ……
thumbnail

WordPress函数:wp_admin_css_color

一、函数简介 注册管理员配色方案css文件。(Registers an admin color scheme css file.)   二、函数参数 * @param string $key T……
thumbnail

WordPress函数:paginate_links

一、函数简介 检索存档帖子页面的分页链接。(Retrieves paginated links for archive post pages.)   二、函数参数 * @param stri……
thumbnail

WordPress函数:language_attributes

一、函数简介 显示“html”标记的语言属性。(Displays the language attributes for the 'html' tag.)   二、函数参数 * @param str……
thumbnail

WordPress函数:get_language_attributes

一、函数简介 获取“html”标记的语言属性。(Gets the language attributes for the 'html' tag.)   二、函数参数 * @param string ……
thumbnail

WordPress函数:get_search_query

一、函数简介 检索搜索WordPress查询变量的内容。(Retrieves the contents of the search WordPress query variable.)   二、函数……
thumbnail

WordPress函数:the_search_query

一、函数简介 显示搜索查询变量的内容。(Displays the contents of the search query variable.)   二、函数参数   &……
thumbnail

WordPress函数:wp_get_code_editor_settings

一、函数简介 生成并返回代码编辑器设置。(Generates and returns code editor settings.)   二、函数参数 * @param array $args ……