WordPress函数文档delete_option() WordPress函数文档delete_option() 删除wp_option表中的选项/值对 描述 译文 这是一种从选项数据库表中删除某一有名称的选项/值对的安全方... 最后更新 2022.04.10
WordPress函数文档do_action() WordPress函数文档do_action() 执行一个动作钩子,调用所有回调方法 描述 Execute functions hooked on a spec... 最后更新 2022.04.10
WordPress函数文档display_space_usage() WordPress函数文档display_space_usage() 显示空间使用量 描述 Displays the amount of disk space used by th... 最后更新 2022.04.10
WordPress函数文档count_user_posts() WordPress函数文档count_user_posts() 获取用户发布的文章数 描述 Returns the post count for a user. 用法 <... 最后更新 2022.04.10
WordPress函数文档delete_comment_meta() WordPress函数文档delete_comment_meta() 删除一个评论的meta自定义附加信息 描述 Remove metadata matching criteria... 最后更新 2022.04.10
WordPress函数文档comment_link() WordPress函数文档comment_link() 显示一个留言发布链接 描述 译文 显示评论链接 原文 Display the full, anchored U... 最后更新 2022.04.10
WordPress函数文档comment_ID() WordPress函数文档comment_ID() 显示当前评论的ID 描述 Displays the numeric ID of the current com... 最后更新 2022.04.10
WordPress函数文档convert_smilies() WordPress函数文档convert_smilies() 转换文本表情符号为图像 描述 译文 将文本中的表情符号转换为表情图像。 只在选项’use_smilies’为t... 最后更新 2022.04.10
WordPress函数文档comment_form() 显示发布评论的对话框 描述 This tag outputs a complete commenting fo... 最后更新 2022.04.10
WordPress函数文档content_url() WordPress函数文档content_url() 返回实际的wp-content目录 描述 The content_url template tag retri... 最后更新 2022.04.10
WordPress函数文档comment_date() WordPress函数文档comment_date() 显示当前评论的信息 描述 Displays the date a comment was posted. Us... 最后更新 2022.04.10
WordPress函数文档add_theme_support() WordPress函数文档add_theme_support() 允许主题去支持特定的主题功能 描述 允许主题去支持特定的主题功能。 这个函数必须在主题的 functions.... 最后更新 2022.04.10
WordPress函数文档add_theme_page() WordPress函数文档add_theme_page() 在后台管理界面的“外观”菜单下增加二级菜单 描述 Add sub menu page to the Appea... 最后更新 2022.04.10
WordPress函数文档add_posts_page() WordPress函数文档add_posts_page() 在后台管理界面的“文章”菜单下增加二级菜单 描述 Add sub menu page to the Posts... 最后更新 2022.04.10
WordPress函数文档add_submenu_page() WordPress函数文档add_submenu_page() 在后台管理界面添加二级菜单 描述 Add a sub menu page. NOTE: If you’re r... 最后更新 2022.04.10
WordPress函数文档add_post_type_support() WordPress函数文档add_post_type_support() 注册一个自定义的页面类型 描述 Registers support of certain feature(s)... 最后更新 2022.04.10
WordPress函数文档add_post_meta() WordPress函数文档add_post_meta() 添加自定义栏目(字段)到文章/页面 描述 译文 add_post_meta为指定文章添加自定义(meta)字段... 最后更新 2022.04.10
WordPress函数文档add_site_option() WordPress函数文档add_site_option() 注册添加一个短标签执行钩子 描述 Adds a hook for a shortcode tag. 用法 &l... 最后更新 2022.04.10
WordPress函数文档add_plugins_page() WordPress函数文档add_plugins_page() 在后台管理界面的“插件”菜单下增加二级菜单 描述 Add sub menu page to the Plugi... 最后更新 2022.04.10
WordPress函数文档add_settings_section() WordPress函数文档add_settings_section() 添加一个设置选项单元 描述 Settings Sections are the groups of setti... 最后更新 2022.04.10