WordPress开发必备:WordPress5.3.*函数大全[2/6]

说明

【WordPress5.3.*函数大全系列】包含 WordPress 在其开发者资源网公布的 WordPress 5.3. 的全部函数,一共 1470 个。

由于将这些内容全部放在一篇文章中会超出 WordPress 的限制,也会在加载过程中对【荒原之梦】的数据库造成产生较大的负荷,因此,我将这 1470 个函数分列到了 6 篇文章中,如下:

WordPress开发必备:WordPress5.3.*函数大全[1/6]
WordPress开发必备:WordPress5.3.*函数大全[2/6]
WordPress开发必备:WordPress5.3.*函数大全[3/6]
WordPress开发必备:WordPress5.3.*函数大全[4/6]
WordPress开发必备:WordPress5.3.*函数大全[5/6]
WordPress开发必备:WordPress5.3.*函数大全[6/6]

您也可以在我的 GitHub 上找到【WordPress开发必备:WordPress5.3.*函数大全】等 WordPress 开发资料:

https://github.com/zhaokaifengcom/wordpress-develop

本文中的函数对应于 WordPress 5.3.* 版主程序,此前及此后的版本中一些常用函数的变化通常不会太大,也可以参考本系列文章列出的函数。

正文

※251※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
delete_user_option()
delete_user_option()
delete_user_option()

Function: Delete user option with global blog capability.
Source: wp-includes/user.php:553
Used by 1 function | Uses 2 functions

※252※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
delete_user_setting()
delete_user_setting()
delete_user_setting()

Function: Delete user interface settings.
Source: wp-includes/option.php:1014
Used by 2 functions | Uses 2 functions

※253※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
deslash()
deslash()
deslash()

Function: Filters for content to remove unnecessary slashes.
Source: wp-admin/includes/upgrade.php:2510
Used by 0 functions | Uses 0 functions

※254※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
determine_locale()
determine_locale()
determine_locale()

Function: Determine the current locale desired for the request.
Source: wp-includes/l10n.php:121
Used by 10 functions | Uses 8 functions

※255※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
did_action()
did_action()
did_action()

Function: Retrieve the number of times an action is fired.
Source: wp-includes/plugin.php:493
Used by 36 functions | Uses 0 functions

※256※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
disabled()
disabled()
disabled()

Function: Outputs the html disabled attribute.
Source: wp-includes/general-template.php:4678
Used by 6 functions | Uses 1 function

※257※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
discover_pingback_server_uri()
discover_pingback_server_uri()
discover_pingback_server_uri()

Function: Finds a pingback server URI based on the given URL.
Source: wp-includes/comment.php:2568
Used by 1 function | Uses 7 functions

※258※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dismissed_updates()
dismissed_updates()
dismissed_updates()

Function: Display dismissed updates.
Source: wp-admin/update-core.php:179
Used by 1 function | Uses 4 functions

※259※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dismiss_core_update()
dismiss_core_update()
dismiss_core_update()

Function:
Source: wp-admin/includes/update.php:162
Used by 1 function | Uses 2 functions

※260※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_header()
display_header()
display_header()

Function: Display installation header.
Source: wp-admin/install.php:58
Used by 0 functions | Uses 6 functions

※261※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_header_text()
display_header_text()
display_header_text()

Function: Whether to display the header text.
Source: wp-includes/theme.php:1047
Used by 2 functions | Uses 3 functions

※262※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_plugins_table()
display_plugins_table()
display_plugins_table()

Function: Display plugin content based on plugin list.
Source: wp-admin/includes/plugin-install.php:390
Used by 1 function | Uses 4 functions

※263※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_setup_form()
display_setup_form()
display_setup_form()

Function: Display installer setup form.
Source: wp-admin/install.php:91
Used by 0 functions | Uses 16 functions

※264※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_space_usage()
display_space_usage()
display_space_usage()

Function: Displays the amount of disk space used by the current site. Not used in core.
Source: wp-admin/includes/ms.php:246
Used by 0 functions | Uses 4 functions

※265※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_theme()
display_theme()
display_theme()

Function: Prints a theme on the Install Themes pages.
Source: wp-admin/includes/theme-install.php:201
Used by 0 functions | Uses 4 functions

※266※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
display_themes()
display_themes()
display_themes()

Function: Display theme content based on theme list.
Source: wp-admin/includes/theme-install.php:218
Used by 0 functions | Uses 3 functions

※267※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
documentation_link()
documentation_link()
documentation_link()

Function: Unused Admin function.
Source: wp-admin/includes/deprecated.php:33
Used by 0 functions | Uses 1 function

※268※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
doing_action()
doing_action()
doing_action()

Function: Retrieve the name of an action currently being processed.
Source: wp-includes/plugin.php:379
Used by 2 functions | Uses 1 function

※269※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
doing_filter()
doing_filter()
doing_filter()

Function: Retrieve the name of a filter currently being processed.
Source: wp-includes/plugin.php:360
Used by 2 functions | Uses 0 functions

※270※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dolly_css()
dolly_css()
dolly_css()

Function:
Source: wp-content/plugins/hello.php:63
Used by 0 functions | Uses 0 functions

※271※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
domain_exists()
domain_exists()
domain_exists()

Function: Checks whether a site name is already taken.
Source: wp-includes/ms-functions.php:1487
Used by 4 functions | Uses 4 functions

※272※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
download_url()
download_url()
download_url()

Function: Downloads a URL to a local temporary file using the WordPress HTTP API.
Source: wp-admin/includes/file.php:997
Used by 2 functions | Uses 16 functions

※273※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_accordion_sections()
do_accordion_sections()
do_accordion_sections()

Function: Meta Box Accordion Template Function.
Source: wp-admin/includes/template.php:1425
Used by 0 functions | Uses 8 functions

※274※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action()
do_action()
do_action()

Function: Execute functions hooked on a specific action hook.
Source: wp-includes/plugin.php:444
Used by 372 functions | Uses 1 function

※275※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action_deprecated()
do_action_deprecated()
do_action_deprecated()

Function: Fires functions attached to a deprecated action hook.
Source: wp-includes/plugin.php:653
Used by 4 functions | Uses 3 functions

※276※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_action_ref_array()
do_action_ref_array()
do_action_ref_array()

Function: Calls the callback functions that have been added to an action hook, specifying arguments in an array.
Source: wp-includes/plugin.php:517
Used by 29 functions | Uses 1 function

※277※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_activate_header()
do_activate_header()
do_activate_header()

Function: Adds an action hook specific to this page.
Source: wp-activate.php:88
Used by 0 functions | Uses 2 functions

※278※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_all_pings()
do_all_pings()
do_all_pings()

Function: Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
Source: wp-includes/comment.php:2652
Used by 0 functions | Uses 7 functions

※279※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_blocks()
do_blocks()
do_blocks()

Function: Parses dynamic blocks out of post_content and re-renders them.
Source: wp-includes/blocks.php:308
Used by 0 functions | Uses 7 functions

※280※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_block_editor_incompatible_meta_box()
do_block_editor_incompatible_meta_box()
do_block_editor_incompatible_meta_box()

Function: Function that renders a “fake” meta box with an information message, shown on the block editor, when an incompatible meta box is found.
Source: wp-admin/includes/template.php:1122
Used by 0 functions | Uses 12 functions

※281※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_core_upgrade()
do_core_upgrade()
do_core_upgrade()

Function: Upgrade WordPress core display.
Source: wp-admin/update-core.php:555
Used by 0 functions | Uses 11 functions

※282※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_dismiss_core_update()
do_dismiss_core_update()
do_dismiss_core_update()

Function:
Source: wp-admin/update-core.php:657
Used by 0 functions | Uses 4 functions

※283※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_enclose()
do_enclose()
do_enclose()

Function: Check content for video and audio links to add as enclosures.
Source: wp-includes/functions.php:811
Used by 1 function | Uses 13 functions

※284※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_feed()
do_feed()
do_feed()

Function: Load the feed template from the use of an action hook.
Source: wp-includes/functions.php:1510
Used by 0 functions | Uses 7 functions

※285※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_feed_atom()
do_feed_atom()
do_feed_atom()

Function: Load either Atom comment feed or Atom posts feed.
Source: wp-includes/functions.php:1589
Used by 0 functions | Uses 1 function

※286※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_feed_rdf()
do_feed_rdf()
do_feed_rdf()

Function: Load the RDF RSS 0.91 Feed template.
Source: wp-includes/functions.php:1548
Used by 0 functions | Uses 1 function

※287※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_feed_rss()
do_feed_rss()
do_feed_rss()

Function: Load the RSS 1.0 Feed Template.
Source: wp-includes/functions.php:1559
Used by 0 functions | Uses 1 function

※288※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_feed_rss2()
do_feed_rss2()
do_feed_rss2()

Function: Load either the RSS2 comment feed or the RSS2 posts feed.
Source: wp-includes/functions.php:1572
Used by 0 functions | Uses 1 function

※289※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_meta_boxes()
do_meta_boxes()
do_meta_boxes()

Function: Meta-Box template function.
Source: wp-admin/includes/template.php:1232
Used by 2 functions | Uses 9 functions

※290※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_robots()
do_robots()
do_robots()

Function: Displays the default robots.txt file content.
Source: wp-includes/functions.php:1604
Used by 0 functions | Uses 6 functions

※291※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_settings_fields()
do_settings_fields()
do_settings_fields()

Function: Print out the settings fields for a particular settings section.
Source: wp-admin/includes/template.php:1667
Used by 1 function | Uses 1 function

※292※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_settings_sections()
do_settings_sections()
do_settings_sections()

Function: Prints out all settings sections added to a particular settings page
Source: wp-admin/includes/template.php:1628
Used by 0 functions | Uses 1 function

※293※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_shortcode()
do_shortcode()
do_shortcode()

Function: Search content for shortcodes and filter shortcodes through their hooks.
Source: wp-includes/shortcodes.php:177
Used by 5 functions | Uses 3 functions

※294※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_shortcodes_in_html_tags()
do_shortcodes_in_html_tags()
do_shortcodes_in_html_tags()

Function: Search only inside HTML elements for shortcodes and process them.
Source: wp-includes/shortcodes.php:355
Used by 2 functions | Uses 4 functions

※295※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_shortcode_tag()
do_shortcode_tag()
do_shortcode_tag()

Function: Regular Expression callable for do_shortcode() for calling shortcode hook.
Source: wp-includes/shortcodes.php:287
Used by 1 function | Uses 6 functions

※296※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_signup_header()
do_signup_header()
do_signup_header()

Function: Prints signup_header via wp_head
Source: wp-signup.php:22
Used by 0 functions | Uses 2 functions

※297※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_trackbacks()
do_trackbacks()
do_trackbacks()

Function: Perform trackbacks.
Source: wp-includes/comment.php:2717
Used by 1 function | Uses 12 functions

※298※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
do_undismiss_core_update()
do_undismiss_core_update()
do_undismiss_core_update()

Function: Undismiss a core update.
Source: wp-admin/update-core.php:674
Used by 0 functions | Uses 4 functions

※299※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dropdown_categories()
dropdown_categories()
dropdown_categories()

Function: Legacy function used to generate the categories checklist control.
Source: wp-admin/includes/deprecated.php:82
Used by 0 functions | Uses 2 functions

※300※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dropdown_cats()
dropdown_cats()
dropdown_cats()

Function: Deprecated method for generating a drop-down of categories.
Source: wp-includes/deprecated.php:677
Used by 0 functions | Uses 4 functions

※301※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dropdown_link_categories()
dropdown_link_categories()
dropdown_link_categories()

Function: Legacy function used to generate a link categories checklist control.
Source: wp-admin/includes/deprecated.php:97
Used by 0 functions | Uses 2 functions

※302※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
drop_index()
drop_index()
drop_index()

Function: Drops a specified index from a table.
Source: wp-admin/includes/upgrade.php:2337
Used by 1 function | Uses 3 functions

※303※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
dynamic_sidebar()
dynamic_sidebar()
dynamic_sidebar()

Function: Display dynamic sidebar.
Source: wp-includes/widgets.php:669
Used by 2 functions | Uses 9 functions

※304※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_bookmark_link()
edit_bookmark_link()
edit_bookmark_link()

Function: Displays the edit bookmark link anchor content.
Source: wp-includes/link-template.php:1585
Used by 0 functions | Uses 7 functions

※305※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_comment()
edit_comment()
edit_comment()

Function: Update a comment with values provided in $_POST.
Source: wp-admin/includes/comment.php:50
Used by 1 function | Uses 4 functions

※306※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_comment_link()
edit_comment_link()
edit_comment_link()

Function: Displays the edit comment link with formatting.
Source: wp-includes/link-template.php:1522
Used by 3 functions | Uses 7 functions

※307※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_form_image_editor()
edit_form_image_editor()
edit_form_image_editor()

Function: Displays the image and editor in the post editor
Source: wp-admin/includes/media.php:3052
Used by 0 functions | Uses 23 functions

※308※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_link()
edit_link()
edit_link()

Function: Updates or inserts a link using values provided in $_POST.
Source: wp-admin/includes/bookmark.php:28
Used by 1 function | Uses 7 functions

※309※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_post()
edit_post()
edit_post()

Function: Update an existing post with values provided in $_POST.
Source: wp-admin/includes/post.php:229
Used by 6 functions | Uses 40 functions

※310※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_post_link()
edit_post_link()
edit_post_link()

Function: Displays the edit post link for post.
Source: wp-includes/link-template.php:1410
Used by 0 functions | Uses 7 functions

※311※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_tag_link()
edit_tag_link()
edit_tag_link()

Function: Displays or retrieves the edit link for a tag with formatting.
Source: wp-includes/link-template.php:967
Used by 0 functions | Uses 3 functions

※312※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_term_link()
edit_term_link()
edit_term_link()

Function: Displays or retrieves the edit term link with formatting.
Source: wp-includes/link-template.php:1047
Used by 1 function | Uses 7 functions

※313※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
edit_user()
edit_user()
edit_user()

Function: Edit user settings based on contents of $_POST
Source: wp-admin/includes/user.php:30
Used by 2 functions | Uses 30 functions

※314※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
email_exists()
email_exists()
email_exists()

Function: Determines whether the given email exists.
Source: wp-includes/user.php:1428
Used by 6 functions | Uses 1 function

※315※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
endElement()
endElement()
endElement()

Function: XML callback function that is called at the end of a XML tag.
Source: wp-admin/link-parse-opml.php:71
Used by 0 functions | Uses 0 functions

※316※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
enqueue_block_styles_assets()
enqueue_block_styles_assets()
enqueue_block_styles_assets()

Function: Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend.
Source: wp-includes/script-loader.php:2898
Used by 0 functions | Uses 3 functions

※317※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
enqueue_comment_hotkeys_js()
enqueue_comment_hotkeys_js()
enqueue_comment_hotkeys_js()

Function:
Source: wp-admin/includes/comment.php:198
Used by 0 functions | Uses 2 functions

※318※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
enqueue_editor_block_styles_assets()
enqueue_editor_block_styles_assets()
enqueue_editor_block_styles_assets()

Function: Function responsible for enqueuing the assets required for block styles functionality on the editor.
Source: wp-includes/script-loader.php:2918
Used by 0 functions | Uses 5 functions

※319※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
enqueue_embed_scripts()
enqueue_embed_scripts()
enqueue_embed_scripts()

Function: Enqueue embed iframe default CSS and JS & fire do_action(‘enqueue_embed_scripts’)
Source: wp-includes/embed.php:986
Used by 0 functions | Uses 3 functions

※320※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
ent2ncr()
ent2ncr()
ent2ncr()

Function: Converts named entities into numbered entities.
Source: wp-includes/formatting.php:3895
Used by 0 functions | Uses 2 functions

※321※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_attr()
esc_attr()
esc_attr()

Function: Escaping for HTML attributes.
Source: wp-includes/formatting.php:4465
Used by 272 functions | Uses 4 functions

※322※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_attr_e()
esc_attr_e()
esc_attr_e()

Function: Display translated text that has been escaped for safe use in an attribute.
Source: wp-includes/l10n.php:313
Used by 48 functions | Uses 2 functions

※323※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_attr_x()
esc_attr_x()
esc_attr_x()

Function: Translate string with gettext context, and escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:377
Used by 5 functions | Uses 2 functions

※324※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_attr__()
esc_attr__()
esc_attr__()

Function: Retrieve the translation of $text and escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:270
Used by 23 functions | Uses 2 functions

※325※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_html()
esc_html()
esc_html()

Function: Escaping for HTML blocks.
Source: wp-includes/formatting.php:4440
Used by 161 functions | Uses 4 functions

※326※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_html_e()
esc_html_e()
esc_html_e()

Function: Display translated text that has been escaped for safe use in HTML output.
Source: wp-includes/l10n.php:326
Used by 16 functions | Uses 2 functions

※327※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_html_x()
esc_html_x()
esc_html_x()

Function: Translate string with gettext context, and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:392
Used by 0 functions | Uses 2 functions

※328※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_html__()
esc_html__()
esc_html__()

Function: Retrieve the translation of $text and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:287
Used by 3 functions | Uses 2 functions

※329※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_js()
esc_js()
esc_js()

Function: Escape single quotes, htmlspecialchar ” &, and fix line endings.
Source: wp-includes/formatting.php:4412
Used by 18 functions | Uses 4 functions

※330※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_sql()
esc_sql()
esc_sql()

Function: Escapes data for use in a MySQL query.
Source: wp-includes/formatting.php:4254
Used by 9 functions | Uses 1 function

※331※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_textarea()
esc_textarea()
esc_textarea()

Function: Escaping for textarea values.
Source: wp-includes/formatting.php:4490
Used by 9 functions | Uses 3 functions

※332※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_url()
esc_url()
esc_url()

Function: Checks and cleans a URL.
Source: wp-includes/formatting.php:4274
Used by 269 functions | Uses 8 functions

※333※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
esc_url_raw()
esc_url_raw()
esc_url_raw()

Function: Performs esc_url() for database usage.
Source: wp-includes/formatting.php:4380
Used by 43 functions | Uses 1 function

※334※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
excerpt_remove_blocks()
excerpt_remove_blocks()
excerpt_remove_blocks()

Function: Parses blocks out of a content string, and renders those appropriate for the excerpt.
Source: wp-includes/blocks.php:127
Used by 1 function | Uses 5 functions

※335※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
export_add_js()
export_add_js()
export_add_js()

Function: Display JavaScript on the page.
Source: wp-admin/export.php:25
Used by 0 functions | Uses 0 functions

※336※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
export_date_options()
export_date_options()
export_date_options()

Function: Create the date options fields for exporting a given post type.
Source: wp-admin/export.php:137
Used by 0 functions | Uses 4 functions

※337※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
export_wp()
export_wp()
export_wp()

Function: Generates the WXR export file for download.
Source: wp-admin/includes/export.php:56
Used by 0 functions | Uses 50 functions

※338※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
extract_from_markers()
extract_from_markers()
extract_from_markers()

Function: Extracts strings from between the BEGIN and END markers in the .htaccess file.
Source: wp-admin/includes/misc.php:67
Used by 0 functions | Uses 0 functions

※339※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
favorite_actions()
favorite_actions()
favorite_actions()

Function: Favorite actions were deprecated in version 3.2. Use the admin bar instead.
Source: wp-admin/includes/deprecated.php:868
Used by 0 functions | Uses 1 function

※340※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
feed_content_type()
feed_content_type()
feed_content_type()

Function: Return the content type for specified feed type.
Source: wp-includes/feed.php:706
Used by 3 functions | Uses 3 functions

※341※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
feed_links()
feed_links()
feed_links()

Function: Display the links to the general feeds.
Source: wp-includes/general-template.php:2921
Used by 0 functions | Uses 13 functions

※342※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
feed_links_extra()
feed_links_extra()
feed_links_extra()

Function: Display the links to the extra feeds such as category feeds.
Source: wp-includes/general-template.php:2967
Used by 0 functions | Uses 32 functions

※343※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
fetch_feed()
fetch_feed()
fetch_feed()

Function: Build SimplePie object based on RSS or Atom feed from URL.
Source: wp-includes/feed.php:743
Used by 5 functions | Uses 6 functions

※344※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
fetch_rss()
fetch_rss()
fetch_rss()

Function: Build Magpie object based on RSS from URL.
Source: wp-includes/rss.php:412
Used by 2 functions | Uses 5 functions

※345※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
file_is_displayable_image()
file_is_displayable_image()
file_is_displayable_image()

Function: Validate that file is suitable for displaying within a web page.
Source: wp-admin/includes/image.php:869
Used by 1 function | Uses 2 functions

※346※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
file_is_valid_image()
file_is_valid_image()
file_is_valid_image()

Function: Validate that file is an image.
Source: wp-admin/includes/image.php:856
Used by 0 functions | Uses 0 functions

※347※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
filter_default_option()
filter_default_option()
filter_default_option()

Function: Filter the default value for the option.
Source: wp-includes/option.php:2288
Used by 0 functions | Uses 1 function

※348※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
filter_SSL()
filter_SSL()
filter_SSL()

Function: Formats a URL to use https.
Source: wp-includes/ms-functions.php:2288
Used by 0 functions | Uses 4 functions

※349※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
find_core_auto_update()
find_core_auto_update()
find_core_auto_update()

Function: Gets the best available (and enabled) Auto-Update for WordPress Core.
Source: wp-admin/includes/update.php:83
Used by 1 function | Uses 1 function

※350※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
find_core_update()
find_core_update()
find_core_update()

Function:
Source: wp-admin/includes/update.php:190
Used by 3 functions | Uses 1 function

※351※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
find_posts_div()
find_posts_div()
find_posts_div()

Function: Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
Source: wp-admin/includes/template.php:1866
Used by 0 functions | Uses 6 functions

※352※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
fix_import_form_size()
fix_import_form_size()
fix_import_form_size()

Function: Get the remaining upload space for this site.
Source: wp-admin/includes/ms.php:271
Used by 0 functions | Uses 2 functions

※353※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
fix_phpmailer_messageid()
fix_phpmailer_messageid()
fix_phpmailer_messageid()

Function: Correct From host on outgoing mail to match the site domain
Source: wp-includes/ms-functions.php:2173
Used by 0 functions | Uses 1 function

※354※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
floated_admin_avatar()
floated_admin_avatar()
floated_admin_avatar()

Function: Add avatars to relevant places in admin, or try to.
Source: wp-admin/includes/comment.php:190
Used by 0 functions | Uses 2 functions

※355※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
flush_rewrite_rules()
flush_rewrite_rules()
flush_rewrite_rules()

Function: Remove rewrite rules and then recreate rewrite rules.
Source: wp-includes/rewrite.php:274
Used by 4 functions | Uses 1 function

※356※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
force_balance_tags()
force_balance_tags()
force_balance_tags()

Function: Balances tags of string using a modified stack.
Source: wp-includes/formatting.php:2459
Used by 2 functions | Uses 0 functions

※357※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
force_ssl_admin()
force_ssl_admin()
force_ssl_admin()

Function: Whether to force SSL used for the Administration Screens.
Source: wp-includes/functions.php:5056
Used by 5 functions | Uses 0 functions

※358※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
force_ssl_content()
force_ssl_content()
force_ssl_content()

Function: Whether to force SSL on content.
Source: wp-includes/ms-functions.php:2266
Used by 1 function | Uses 0 functions

※359※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
force_ssl_login()
force_ssl_login()
force_ssl_login()

Function: Whether SSL login should be forced.
Source: wp-includes/deprecated.php:3701
Used by 0 functions | Uses 2 functions

※360※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
format_code_lang()
format_code_lang()
format_code_lang()

Function: Returns the language for a language code.
Source: wp-admin/includes/ms.php:336
Used by 1 function | Uses 2 functions

※361※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
format_for_editor()
format_for_editor()
format_for_editor()

Function: Formats text for the editor.
Source: wp-includes/formatting.php:4192
Used by 0 functions | Uses 3 functions

※362※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
format_to_edit()
format_to_edit()
format_to_edit()

Function: Acts on text which is about to be edited.
Source: wp-includes/formatting.php:2620
Used by 2 functions | Uses 3 functions

※363※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
format_to_post()
format_to_post()
format_to_post()

Function: Formerly used to escape strings before inserting into the DB.
Source: wp-includes/deprecated.php:3422
Used by 0 functions | Uses 1 function

※364※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
form_option()
form_option()
form_option()

Function: Print option value after sanitizing for forms.
Source: wp-includes/option.php:184
Used by 0 functions | Uses 2 functions

※365※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
funky_javascript_callback()
funky_javascript_callback()
funky_javascript_callback()

Function: Callback used to change %uXXXX to &#YYY; syntax
Source: wp-includes/deprecated.php:2448
Used by 0 functions | Uses 0 functions

※366※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
funky_javascript_fix()
funky_javascript_fix()
funky_javascript_fix()

Function: Fixes JavaScript bugs in browsers.
Source: wp-includes/deprecated.php:2466
Used by 0 functions | Uses 1 function

※367※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
gallery_shortcode()
gallery_shortcode()
gallery_shortcode()

Function: Builds the Gallery shortcode output.
Source: wp-includes/media.php:1802
Used by 1 function | Uses 18 functions

※368※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
gd_edit_image_support()
gd_edit_image_support()
gd_edit_image_support()

Function: Check if the installed version of GD supports particular image type
Source: wp-includes/deprecated.php:3308
Used by 0 functions | Uses 1 function

※369※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
generate_postdata()
generate_postdata()
generate_postdata()

Function: Generates post data.
Source: wp-includes/query.php:1155
Used by 1 function | Uses 1 function

※370※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
generate_random_password()
generate_random_password()
generate_random_password()

Function: Generates a random password.
Source: wp-includes/ms-deprecated.php:44
Used by 0 functions | Uses 2 functions

※371※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
generic_ping()
generic_ping()
generic_ping()

Function: Sends pings to all of the ping site services.
Source: wp-includes/comment.php:2774
Used by 1 function | Uses 2 functions

※372※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_404_template()
get_404_template()
get_404_template()

Function: Retrieve path of 404 template in current or parent template.
Source: wp-includes/template.php:94
Used by 0 functions | Uses 1 function

※373※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_active_blog_for_user()
get_active_blog_for_user()
get_active_blog_for_user()

Function: Get one of a user’s active blogs
Source: wp-includes/ms-functions.php:40
Used by 3 functions | Uses 9 functions

※374※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_adjacent_post()
get_adjacent_post()
get_adjacent_post()

Function: Retrieves the adjacent post.
Source: wp-includes/link-template.php:1697
Used by 4 functions | Uses 21 functions

※375※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_adjacent_post_link()
get_adjacent_post_link()
get_adjacent_post_link()

Function: Retrieves the adjacent post link.
Source: wp-includes/link-template.php:2147
Used by 3 functions | Uses 10 functions

※376※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_adjacent_post_rel_link()
get_adjacent_post_rel_link()
get_adjacent_post_rel_link()

Function: Retrieves the adjacent post relational link.
Source: wp-includes/link-template.php:1890
Used by 3 functions | Uses 11 functions

※377※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_admin_page_parent()
get_admin_page_parent()
get_admin_page_parent()

Function:
Source: wp-admin/includes/plugin.php:1808
Used by 3 functions | Uses 0 functions

※378※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_admin_page_title()
get_admin_page_title()
get_admin_page_title()

Function:
Source: wp-admin/includes/plugin.php:1880
Used by 0 functions | Uses 2 functions

※379※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_admin_url()
get_admin_url()
get_admin_url()

Function: Retrieves the URL to the admin area for a given site.
Source: wp-includes/link-template.php:3295
Used by 7 functions | Uses 3 functions

※380※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_admin_users_for_domain()
get_admin_users_for_domain()
get_admin_users_for_domain()

Function: Get the admin for a domain/path combination.
Source: wp-includes/ms-deprecated.php:432
Used by 0 functions | Uses 5 functions

※381※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_alloptions()
get_alloptions()
get_alloptions()

Function: Retrieve all autoload options, or all options if no autoloaded ones exist.
Source: wp-includes/deprecated.php:1828
Used by 0 functions | Uses 2 functions

※382※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_alloptions_110()
get_alloptions_110()
get_alloptions_110()

Function: Retrieve all options as it was for 1.2.
Source: wp-admin/includes/upgrade.php:2451
Used by 0 functions | Uses 2 functions

※383※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_allowed_http_origins()
get_allowed_http_origins()
get_allowed_http_origins()

Function: Retrieve list of allowed HTTP origins.
Source: wp-includes/http.php:416
Used by 1 function | Uses 4 functions

※384※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_allowed_mime_types()
get_allowed_mime_types()
get_allowed_mime_types()

Function: Retrieve list of allowed mime types and file extensions.
Source: wp-includes/functions.php:3028
Used by 6 functions | Uses 5 functions

※385※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_allowed_themes()
get_allowed_themes()
get_allowed_themes()

Function: Get the allowed themes for the current site.
Source: wp-admin/includes/deprecated.php:1006
Used by 0 functions | Uses 2 functions

※386※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_all_category_ids()
get_all_category_ids()
get_all_category_ids()

Function: Retrieves all category IDs.
Source: wp-includes/deprecated.php:1286
Used by 1 function | Uses 4 functions

※387※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_all_page_ids()
get_all_page_ids()
get_all_page_ids()

Function: Get a list of page IDs.
Source: wp-includes/post.php:4839
Used by 0 functions | Uses 3 functions

※388※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_all_post_type_supports()
get_all_post_type_supports()
get_all_post_type_supports()

Function: Get all the post type features
Source: wp-includes/post.php:1881
Used by 2 functions | Uses 0 functions

※389※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_all_user_settings()
get_all_user_settings()
get_all_user_settings()

Function: Retrieve all user interface settings.
Source: wp-includes/option.php:1046
Used by 3 functions | Uses 2 functions

※390※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_ancestors()
get_ancestors()
get_ancestors()

Function: Get an array of ancestor IDs for a given object.
Source: wp-includes/taxonomy.php:4497
Used by 4 functions | Uses 7 functions

※391※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_approved_comments()
get_approved_comments()
get_approved_comments()

Function: Retrieve the approved comments for post $post_id.
Source: wp-includes/comment.php:162
Used by 0 functions | Uses 2 functions

※392※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_archives()
get_archives()
get_archives()

Function: Retrieves a list of archives.
Source: wp-includes/deprecated.php:767
Used by 0 functions | Uses 2 functions

※393※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_archives_link()
get_archives_link()
get_archives_link()

Function: Retrieve archive link content based on predefined or custom code.
Source: wp-includes/general-template.php:1737
Used by 1 function | Uses 5 functions

※394※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_archive_template()
get_archive_template()
get_archive_template()

Function: Retrieve path of archive template in current or parent template.
Source: wp-includes/template.php:110
Used by 1 function | Uses 2 functions

※395※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attached_file()
get_attached_file()
get_attached_file()

Function: Retrieve attached file path based on attachment ID.
Source: wp-includes/post.php:495
Used by 24 functions | Uses 4 functions

※396※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attached_media()
get_attached_media()
get_attached_media()

Function: Retrieves media attached to the passed post.
Source: wp-includes/media.php:3993
Used by 2 functions | Uses 5 functions

※397※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_fields_to_edit()
get_attachment_fields_to_edit()
get_attachment_fields_to_edit()

Function: Retrieves the attachment fields to edit form fields.
Source: wp-admin/includes/media.php:1344
Used by 1 function | Uses 18 functions

※398※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_icon()
get_attachment_icon()
get_attachment_icon()

Function: Retrieve HTML content of icon attachment image element.
Source: wp-includes/deprecated.php:1916
Used by 1 function | Uses 5 functions

※399※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_icon_src()
get_attachment_icon_src()
get_attachment_icon_src()

Function: Retrieve icon URL and Path.
Source: wp-includes/deprecated.php:1874
Used by 1 function | Uses 11 functions

※400※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_innerHTML()
get_attachment_innerHTML()
get_attachment_innerHTML()

Function: Retrieve HTML content of image element.
Source: wp-includes/deprecated.php:1972
Used by 1 function | Uses 5 functions

※401※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_link()
get_attachment_link()
get_attachment_link()

Function: Retrieves the permalink for an attachment.
Source: wp-includes/link-template.php:410
Used by 11 functions | Uses 11 functions

※402※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_taxonomies()
get_attachment_taxonomies()
get_attachment_taxonomies()

Function: Retrieves taxonomies attached to given the attachment.
Source: wp-includes/media.php:3016
Used by 5 functions | Uses 4 functions

※403※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_attachment_template()
get_attachment_template()
get_attachment_template()

Function: Retrieve path of attachment template in current or parent template.
Source: wp-includes/template.php:616
Used by 0 functions | Uses 2 functions

※404※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_feed_link()
get_author_feed_link()
get_author_feed_link()

Function: Retrieves the feed link for a given author.
Source: wp-includes/link-template.php:786
Used by 3 functions | Uses 8 functions

※405※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_link()
get_author_link()
get_author_link()

Function: Returns or Prints link to the author’s posts.
Source: wp-includes/deprecated.php:785
Used by 0 functions | Uses 2 functions

※406※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_name()
get_author_name()
get_author_name()

Function: Retrieve the specified author’s preferred display name.
Source: wp-includes/deprecated.php:1573
Used by 0 functions | Uses 2 functions

※407※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_posts_url()
get_author_posts_url()
get_author_posts_url()

Function: Retrieve the URL to the author page for the user with the ID provided.
Source: wp-includes/author-template.php:343
Used by 9 functions | Uses 6 functions

※408※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_rss_link()
get_author_rss_link()
get_author_rss_link()

Function: Print/Return link to author RSS feed.
Source: wp-includes/deprecated.php:1156
Used by 0 functions | Uses 2 functions

※409※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_template()
get_author_template()
get_author_template()

Function: Retrieve path of author template in current or parent template.
Source: wp-includes/template.php:174
Used by 0 functions | Uses 2 functions

※410※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_author_user_ids()
get_author_user_ids()
get_author_user_ids()

Function: Get all user IDs.
Source: wp-admin/includes/deprecated.php:229
Used by 0 functions | Uses 5 functions

※411※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_autotoggle()
get_autotoggle()
get_autotoggle()

Function: Gets the auto_toggle setting.
Source: wp-includes/deprecated.php:583
Used by 0 functions | Uses 1 function

※412※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_available_languages()
get_available_languages()
get_available_languages()

Function: Get all available languages based on the presence of *.mo files in a given directory.
Source: wp-includes/l10n.php:1287
Used by 9 functions | Uses 2 functions

※413※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_available_post_mime_types()
get_available_post_mime_types()
get_available_post_mime_types()

Function: Get all available post MIME types for a given post type.
Source: wp-includes/post.php:7139
Used by 1 function | Uses 2 functions

※414※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_available_post_statuses()
get_available_post_statuses()
get_available_post_statuses()

Function: Get all the possible statuses for a post_type
Source: wp-admin/includes/post.php:1088
Used by 1 function | Uses 1 function

※415※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_avatar()
get_avatar()
get_avatar()

Function: Retrieve the avatar “ tag for a user, email address, MD5 hash, comment, or post.
Source: wp-includes/pluggable.php:2571
Used by 15 functions | Uses 11 functions

※416※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_avatar_data()
get_avatar_data()
get_avatar_data()

Function: Retrieves default data about the avatar.
Source: wp-includes/link-template.php:4077
Used by 3 functions | Uses 16 functions

※417※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_avatar_url()
get_avatar_url()
get_avatar_url()

Function: Retrieves the avatar URL.
Source: wp-includes/link-template.php:4013
Used by 3 functions | Uses 1 function

※418※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_background_color()
get_background_color()
get_background_color()

Function: Retrieve value for custom background color.
Source: wp-includes/theme.php:1622
Used by 4 functions | Uses 2 functions

※419※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_background_image()
get_background_image()
get_background_image()

Function: Retrieve background image for custom background.
Source: wp-includes/theme.php:1602
Used by 6 functions | Uses 2 functions

※420※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_block_categories()
get_block_categories()
get_block_categories()

Function: Returns all the block categories that will be shown in the block editor.
Source: wp-admin/includes/post.php:2146
Used by 0 functions | Uses 3 functions

※421※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_block_editor_server_block_settings()
get_block_editor_server_block_settings()
get_block_editor_server_block_settings()

Function: Prepares server-registered blocks for the block editor.
Source: wp-admin/includes/post.php:2201
Used by 0 functions | Uses 1 function

※422※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blogaddress_by_domain()
get_blogaddress_by_domain()
get_blogaddress_by_domain()

Function: Get a full blog URL, given a domain and a path.
Source: wp-includes/ms-deprecated.php:365
Used by 0 functions | Uses 3 functions

※423※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blogaddress_by_id()
get_blogaddress_by_id()
get_blogaddress_by_id()

Function: Get a full blog URL, given a blog id.
Source: wp-includes/ms-blogs.php:41
Used by 2 functions | Uses 2 functions

※424※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blogaddress_by_name()
get_blogaddress_by_name()
get_blogaddress_by_name()

Function: Get a full blog URL, given a blog name.
Source: wp-includes/ms-blogs.php:62
Used by 0 functions | Uses 3 functions

※425※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_bloginfo()
get_bloginfo()
get_bloginfo()

Function: Retrieves information about the current site.
Source: wp-includes/general-template.php:703
Used by 69 functions | Uses 14 functions

※426※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_bloginfo_rss()
get_bloginfo_rss()
get_bloginfo_rss()

Function: RSS container for the bloginfo function.
Source: wp-includes/feed.php:26
Used by 5 functions | Uses 4 functions

※427※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blogs_of_user()
get_blogs_of_user()
get_blogs_of_user()

Function: Get the sites a user belongs to.
Source: wp-includes/user.php:597
Used by 13 functions | Uses 8 functions

※428※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_count()
get_blog_count()
get_blog_count()

Function: The number of active sites on your installation.
Source: wp-includes/ms-functions.php:125
Used by 5 functions | Uses 1 function

※429※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_details()
get_blog_details()
get_blog_details()

Function: Retrieve the details for a blog from the blogs table and blog options.
Source: wp-includes/ms-blogs.php:128
Used by 0 functions | Uses 15 functions

※430※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_id_from_url()
get_blog_id_from_url()
get_blog_id_from_url()

Function: Get a blog’s numeric ID from its URL.
Source: wp-includes/ms-functions.php:339
Used by 0 functions | Uses 3 functions

※431※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_list()
get_blog_list()
get_blog_list()

Function: Deprecated functionality to retrieve a list of all sites.
Source: wp-includes/ms-deprecated.php:186
Used by 1 function | Uses 6 functions

※432※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_option()
get_blog_option()
get_blog_option()

Function: Retrieve option value for a given blog id based on name of option.
Source: wp-includes/ms-blogs.php:347
Used by 5 functions | Uses 6 functions

※433※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_permalink()
get_blog_permalink()
get_blog_permalink()

Function: Get the permalink for a post on another blog.
Source: wp-includes/ms-functions.php:315
Used by 0 functions | Uses 3 functions

※434※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_post()
get_blog_post()
get_blog_post()

Function: Get a blog post from any site on the network.
Source: wp-includes/ms-functions.php:138
Used by 0 functions | Uses 3 functions

※435※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_blog_status()
get_blog_status()
get_blog_status()

Function: Get a blog details field.
Source: wp-includes/ms-blogs.php:732
Used by 1 function | Uses 3 functions

※436※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_body_class()
get_body_class()
get_body_class()

Function: Retrieves an array of the class names for the body element.
Source: wp-includes/post-template.php:604
Used by 1 function | Uses 40 functions

※437※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_bookmark()
get_bookmark()
get_bookmark()

Function: Retrieve Bookmark data
Source: wp-includes/bookmark.php:22
Used by 7 functions | Uses 6 functions

※438※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_bookmarks()
get_bookmarks()
get_bookmarks()

Function: Retrieves the list of bookmarks
Source: wp-includes/bookmark.php:134
Used by 4 functions | Uses 10 functions

※439※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_bookmark_field()
get_bookmark_field()
get_bookmark_field()

Function: Retrieve single bookmark data item or field.
Source: wp-includes/bookmark.php:76
Used by 0 functions | Uses 3 functions

※440※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_boundary_post()
get_boundary_post()
get_boundary_post()

Function: Retrieves the boundary post.
Source: wp-includes/link-template.php:2017
Used by 1 function | Uses 6 functions

※441※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_boundary_post_rel_link()
get_boundary_post_rel_link()
get_boundary_post_rel_link()

Function: Get boundary post relational link.
Source: wp-includes/deprecated.php:2672
Used by 1 function | Uses 9 functions

※442※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_broken_themes()
get_broken_themes()
get_broken_themes()

Function: Retrieves a list of broken themes.
Source: wp-admin/includes/deprecated.php:1028
Used by 0 functions | Uses 2 functions

※443※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_calendar()
get_calendar()
get_calendar()

Function: Display calendar with days that have posts as links.
Source: wp-includes/general-template.php:2061
Used by 1 function | Uses 21 functions

※444※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_cancel_comment_reply_link()
get_cancel_comment_reply_link()
get_cancel_comment_reply_link()

Function: Retrieve HTML content for cancel comment reply link.
Source: wp-includes/comment-template.php:1842
Used by 1 function | Uses 5 functions

※445※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_categories()
get_categories()
get_categories()

Function: Retrieve list of category objects.
Source: wp-includes/category.php:26
Used by 7 functions | Uses 8 functions

※446※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category()
get_category()
get_category()

Function: Retrieves category data given a category ID or category object.
Source: wp-includes/category.php:92
Used by 2 functions | Uses 3 functions

※447※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_by_path()
get_category_by_path()
get_category_by_path()

Function: Retrieve category based on URL containing the category slug.
Source: wp-includes/category.php:124
Used by 1 function | Uses 5 functions

※448※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_by_slug()
get_category_by_slug()
get_category_by_slug()

Function: Retrieve category object by category slug.
Source: wp-includes/category.php:181
Used by 0 functions | Uses 2 functions

※449※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_children()
get_category_children()
get_category_children()

Function: Retrieve category children list separated before and after the term IDs.
Source: wp-includes/deprecated.php:1251
Used by 1 function | Uses 5 functions

※450※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_feed_link()
get_category_feed_link()
get_category_feed_link()

Function: Retrieves the feed link for a category.
Source: wp-includes/link-template.php:833
Used by 3 functions | Uses 1 function

※451※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_link()
get_category_link()
get_category_link()

Function: Retrieve category link URL.
Source: wp-includes/category-template.php:19
Used by 3 functions | Uses 2 functions

※452※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_parents()
get_category_parents()
get_category_parents()

Function: Retrieve category parents with separator.
Source: wp-includes/category-template.php:46
Used by 2 functions | Uses 2 functions

※453※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_rss_link()
get_category_rss_link()
get_category_rss_link()

Function: Print/Return link to category RSS2 feed.
Source: wp-includes/deprecated.php:1135
Used by 0 functions | Uses 2 functions

※454※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_template()
get_category_template()
get_category_template()

Function: Retrieve path of category template in current or parent template.
Source: wp-includes/template.php:214
Used by 0 functions | Uses 2 functions

※455※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_category_to_edit()
get_category_to_edit()
get_category_to_edit()

Function: Get category object for given ID and ‘edit’ filter context.
Source: wp-admin/includes/taxonomy.php:40
Used by 0 functions | Uses 2 functions

※456※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_catname()
get_catname()
get_catname()

Function: Retrieve the category name by the category ID.
Source: wp-includes/deprecated.php:1233
Used by 0 functions | Uses 2 functions

※457※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_cat_ID()
get_cat_ID()
get_cat_ID()

Function: Retrieve the ID of a category from its name.
Source: wp-includes/category.php:198
Used by 2 functions | Uses 1 function

※458※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_cat_name()
get_cat_name()
get_cat_name()

Function: Retrieve the name of a category from its ID.
Source: wp-includes/category.php:214
Used by 5 functions | Uses 2 functions

※459※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_children()
get_children()
get_children()

Function: Retrieve all children of the post parent ID.
Source: wp-includes/post.php:638
Used by 6 functions | Uses 3 functions

※460※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_clean_basedomain()
get_clean_basedomain()
get_clean_basedomain()

Function: Get base domain of network.
Source: wp-admin/includes/network.php:84
Used by 2 functions | Uses 2 functions

※461※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_cli_args()
get_cli_args()
get_cli_args()

Function: Returns value of command line params.
Source: wp-admin/includes/class-wp-importer.php:283
Used by 0 functions | Uses 0 functions

※462※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_column_headers()
get_column_headers()
get_column_headers()

Function: Get the column headers for a screen
Source: wp-admin/includes/screen.php:19
Used by 5 functions | Uses 3 functions

※463※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment()
get_comment()
get_comment()

Function: Retrieves comment data given a comment ID or comment object.
Source: wp-includes/comment.php:194
Used by 66 functions | Uses 4 functions

※464※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_commentdata()
get_commentdata()
get_commentdata()

Function: Retrieve an array of comment data about comment $comment_ID.
Source: wp-includes/deprecated.php:1218
Used by 0 functions | Uses 2 functions

※465※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments()
get_comments()
get_comments()

Function: Retrieve a list of comments.
Source: wp-includes/comment.php:241
Used by 11 functions | Uses 1 function

※466※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments_link()
get_comments_link()
get_comments_link()

Function: Retrieves the link to the current post comments.
Source: wp-includes/comment-template.php:805
Used by 2 functions | Uses 4 functions

※467※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments_number()
get_comments_number()
get_comments_number()

Function: Retrieves the amount of comments a post has.
Source: wp-includes/comment-template.php:847
Used by 5 functions | Uses 3 functions

※468※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments_number_text()
get_comments_number_text()
get_comments_number_text()

Function: Display the language string for the number of comments the current post has.
Source: wp-includes/comment-template.php:894
Used by 1 function | Uses 7 functions

※469※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments_pagenum_link()
get_comments_pagenum_link()
get_comments_pagenum_link()

Function: Retrieves the comments page number link.
Source: wp-includes/link-template.php:2814
Used by 3 functions | Uses 8 functions

※470※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comments_popup_template()
get_comments_popup_template()
get_comments_popup_template()

Function: Retrieve path of comment popup template in current or parent template.
Source: wp-includes/deprecated.php:3714
Used by 0 functions | Uses 1 function

※471※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author()
get_comment_author()
get_comment_author()

Function: Retrieve the author of the current comment.
Source: wp-includes/comment-template.php:24
Used by 5 functions | Uses 5 functions

※472※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_email()
get_comment_author_email()
get_comment_author_email()

Function: Retrieve the email of the author of the current comment.
Source: wp-includes/comment-template.php:86
Used by 1 function | Uses 3 functions

※473※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_email_link()
get_comment_author_email_link()
get_comment_author_email_link()

Function: Return the html email link to the author of the current comment.
Source: wp-includes/comment-template.php:178
Used by 1 function | Uses 5 functions

※474※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_IP()
get_comment_author_IP()
get_comment_author_IP()

Function: Retrieve the IP address of the author of the current comment.
Source: wp-includes/comment-template.php:267
Used by 2 functions | Uses 3 functions

※475※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_link()
get_comment_author_link()
get_comment_author_link()

Function: Retrieve the HTML link to the URL of the author of the current comment.
Source: wp-includes/comment-template.php:219
Used by 5 functions | Uses 5 functions

※476※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_rss()
get_comment_author_rss()
get_comment_author_rss()

Function: Retrieve the current comment author for use in the feeds.
Source: wp-includes/feed.php:324
Used by 1 function | Uses 3 functions

※477※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_url()
get_comment_author_url()
get_comment_author_url()

Function: Retrieve the url of the author of the current comment.
Source: wp-includes/comment-template.php:306
Used by 4 functions | Uses 4 functions

※478※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_author_url_link()
get_comment_author_url_link()
get_comment_author_url_link()

Function: Retrieves the HTML link of the url of the author of the current comment.
Source: wp-includes/comment-template.php:377
Used by 1 function | Uses 3 functions

※479※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_class()
get_comment_class()
get_comment_class()

Function: Returns the classes for the comment div as an array.
Source: wp-includes/comment-template.php:457
Used by 2 functions | Uses 6 functions

※480※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_count()
get_comment_count()
get_comment_count()

Function: The amount of comments in a post or total comments.
Source: wp-includes/comment.php:380
Used by 1 function | Uses 2 functions

※481※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_date()
get_comment_date()
get_comment_date()

Function: Retrieve the comment date of the current comment.
Source: wp-includes/comment-template.php:550
Used by 4 functions | Uses 5 functions

※482※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_excerpt()
get_comment_excerpt()
get_comment_excerpt()

Function: Retrieve the excerpt of the current comment.
Source: wp-includes/comment-template.php:595
Used by 1 function | Uses 6 functions

※483※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_guid()
get_comment_guid()
get_comment_guid()

Function: Retrieve the feed GUID for the current comment.
Source: wp-includes/feed.php:286
Used by 1 function | Uses 2 functions

※484※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_ID()
get_comment_ID()
get_comment_ID()

Function: Retrieve the comment id of the current comment.
Source: wp-includes/comment-template.php:658
Used by 2 functions | Uses 3 functions

※485※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_id_fields()
get_comment_id_fields()
get_comment_id_fields()

Function: Retrieve hidden input HTML for replying to comments.
Source: wp-includes/comment-template.php:1883
Used by 2 functions | Uses 3 functions

※486※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_link()
get_comment_link()
get_comment_link()

Function: Retrieve the link to a given comment.
Source: wp-includes/comment-template.php:707
Used by 12 functions | Uses 12 functions

※487※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_meta()
get_comment_meta()
get_comment_meta()

Function: Retrieve comment meta field for a comment.
Source: wp-includes/comment.php:491
Used by 3 functions | Uses 1 function

※488※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_pages_count()
get_comment_pages_count()
get_comment_pages_count()

Function: Calculate the total number of comment pages.
Source: wp-includes/comment.php:985
Used by 5 functions | Uses 3 functions

※489※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_reply_link()
get_comment_reply_link()
get_comment_reply_link()

Function: Retrieve HTML content for reply to comment link.
Source: wp-includes/comment-template.php:1627
Used by 1 function | Uses 15 functions

※490※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_statuses()
get_comment_statuses()
get_comment_statuses()

Function: Retrieve all of the WordPress supported comment statuses.
Source: wp-includes/comment.php:256
Used by 2 functions | Uses 2 functions

※491※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_text()
get_comment_text()
get_comment_text()

Function: Retrieve the text of the current comment.
Source: wp-includes/comment-template.php:959
Used by 3 functions | Uses 3 functions

※492※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_time()
get_comment_time()
get_comment_time()

Function: Retrieve the comment time of the current comment.
Source: wp-includes/comment-template.php:1017
Used by 3 functions | Uses 5 functions

※493※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_to_edit()
get_comment_to_edit()
get_comment_to_edit()

Function: Returns a WP_Comment object based on comment ID.
Source: wp-admin/includes/comment.php:106
Used by 0 functions | Uses 5 functions

※494※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_comment_type()
get_comment_type()
get_comment_type()

Function: Retrieve the comment type of the current comment.
Source: wp-includes/comment-template.php:1062
Used by 4 functions | Uses 3 functions

※495※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_compat_media_markup()
get_compat_media_markup()
get_compat_media_markup()

Function:
Source: wp-admin/includes/media.php:1826
Used by 2 functions | Uses 14 functions

※496※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_core_checksums()
get_core_checksums()
get_core_checksums()

Function: Gets and caches the checksums for the given version of WordPress.
Source: wp-admin/includes/update.php:118
Used by 3 functions | Uses 8 functions

※497※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_core_updates()
get_core_updates()
get_core_updates()

Function: Get available core updates.
Source: wp-admin/includes/update.php:32
Used by 8 functions | Uses 2 functions

※498※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_currentuserinfo()
get_currentuserinfo()
get_currentuserinfo()

Function: Populate global variables with information about the currently logged in user.
Source: wp-includes/pluggable-deprecated.php:48
Used by 0 functions | Uses 2 functions

※499※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_current_blog_id()
get_current_blog_id()
get_current_blog_id()

Function: Retrieve the current site ID.
Source: wp-includes/load.php:1095
Used by 61 functions | Uses 1 function

※500※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_current_network_id()
get_current_network_id()
get_current_network_id()

Function: Retrieves the current network ID.
Source: wp-includes/load.php:1107
Used by 22 functions | Uses 4 functions

References:
[1]. Functions | WordPress Developer Resources https://developer.wordpress.org/reference/functions/

EOF


荒原之梦网全部内容均为原创,提供了涵盖考研数学基础知识、考研数学真题、考研数学练习题和计算机科学等方面,大量精心研发的学习资源。

豫 ICP 备 17023611 号-1 | 公网安备 - 荒原之梦 豫公网安备 41142502000132 号 | SiteMap
Copyright © 2017-2024 ZhaoKaifeng.com 版权所有 All Rights Reserved.

Copyright © 2024   zhaokaifeng.com   All Rights Reserved.
豫ICP备17023611号-1
 豫公网安备41142502000132号

荒原之梦 自豪地采用WordPress