WordPressの定義済みグローバル関数と利用できる関数の一覧
▼調査対象
WordPress v6.7.1 (最新版:2024/12/19現在)
有効かつ利用できるグローバル関数を調べてみました。
CTRL+F で検索、クリックでソースコードを確認できます。
WordPressで定義済みのグローバル関数リスト
プラグインなし、テーマからの関数登録なしの環境で調査。
トップページアクセス時の状態で調べました。
グローバル関数とはプラグインやテーマなどどこでも利用できる関数です。
重複定義は出来ないため、同名の関数が存在する場合は作成できません。
| 番号 | 関数名/定義箇所 | 内容 |
|---|---|---|
| 1 | __wp-includes/l10n.php | 翻訳テキストの取得 |
| 2 | __checked_selected_helperwp-includes/general-template.php | |
| 3 | __clear_multi_author_cachewp-includes/author-template.php | |
| 4 | __ngettextwp-includes/deprecated.php | |
| 5 | __ngettext_noopwp-includes/deprecated.php | |
| 6 | __return_empty_arraywp-includes/functions.php | 空の配列[]を返す |
| 7 | __return_empty_stringwp-includes/functions.php | 空の文字列”を返す |
| 8 | __return_falsewp-includes/functions.php | 偽値 false を返す |
| 9 | __return_nullwp-includes/functions.php | nullを返す |
| 10 | __return_truewp-includes/functions.php | 真値 true を返す |
| 11 | __return_zerowp-includes/functions.php | 数値の 0 を返す |
| 12 | _add_block_template_infowp-includes/block-template-utils.php | |
| 13 | _add_block_template_part_area_infowp-includes/block-template-utils.php | |
| 14 | _add_default_theme_supportswp-includes/theme.php | |
| 15 | _add_post_type_submenuswp-includes/post.php | |
| 16 | _add_template_loader_filterswp-includes/block-template.php | |
| 17 | _admin_bar_bump_cbwp-includes/deprecated.php | |
| 18 | _ajax_wp_die_handlerwp-includes/functions.php | |
| 19 | _autop_newline_preservation_helperwp-includes/formatting.php | |
| 20 | _block_bindings_pattern_overrides_get_valuewp-includes/block-bindings/pattern-overrides.php | |
| 21 | _block_bindings_post_meta_get_valuewp-includes/block-bindings/post-meta.php | |
| 22 | _block_template_render_title_tagwp-includes/block-template.php | |
| 23 | _block_template_render_without_post_block_contextwp-includes/block-template.php | |
| 24 | _block_template_viewport_meta_tagwp-includes/block-template.php | |
| 25 | _build_block_template_object_from_post_objectwp-includes/block-template-utils.php | |
| 26 | _build_block_template_result_from_filewp-includes/block-template-utils.php | |
| 27 | _build_block_template_result_from_postwp-includes/block-template-utils.php | |
| 28 | _cwp-includes/deprecated.php | |
| 29 | _canonical_charsetwp-includes/functions.php | |
| 30 | _cleanup_header_commentwp-includes/functions.php | |
| 31 | _clear_modified_cache_on_transition_comment_statuswp-includes/comment.php | |
| 32 | _close_comments_for_old_postwp-includes/comment.php | |
| 33 | _close_comments_for_old_postswp-includes/comment.php | |
| 34 | _config_wp_homewp-includes/functions.php | |
| 35 | _config_wp_siteurlwp-includes/functions.php | |
| 36 | _count_posts_cache_keywp-includes/post.php | |
| 37 | _custom_background_cbwp-includes/theme.php | |
| 38 | _custom_header_background_just_in_timewp-includes/theme.php | |
| 39 | _custom_logo_header_styleswp-includes/theme.php | |
| 40 | _deep_replacewp-includes/formatting.php | |
| 41 | _default_wp_die_handlerwp-includes/functions.php | |
| 42 | _delete_attachment_theme_modwp-includes/theme.php | |
| 43 | _delete_custom_logo_on_remove_site_logowp-includes/blocks/site-logo.php | |
| 44 | _delete_option_fresh_sitewp-includes/functions.php | |
| 45 | _delete_site_logo_on_remove_custom_logowp-includes/blocks/site-logo.php | |
| 46 | _delete_site_logo_on_remove_custom_logo_on_setup_themewp-includes/blocks/site-logo.php | |
| 47 | _delete_site_logo_on_remove_theme_modswp-includes/blocks/site-logo.php | |
| 48 | _deprecated_argumentwp-includes/functions.php | |
| 49 | _deprecated_classwp-includes/functions.php | |
| 50 | _deprecated_constructorwp-includes/functions.php | |
| 51 | _deprecated_filewp-includes/functions.php | |
| 52 | _deprecated_functionwp-includes/functions.php | |
| 53 | _deprecated_hookwp-includes/functions.php | |
| 54 | _device_can_uploadwp-includes/functions.php | |
| 55 | _doing_it_wrongwp-includes/functions.php | |
| 56 | _ewp-includes/l10n.php | 翻訳テキストを出力表示する |
| 57 | _exwp-includes/l10n.php | コンテキストに応じた翻訳テキストを出力表示する |
| 58 | _excerpt_render_inner_blockswp-includes/blocks.php | |
| 59 | _excerpt_render_inner_columns_blockswp-includes/deprecated.php | |
| 60 | _filter_block_content_callbackwp-includes/blocks.php | |
| 61 | _filter_block_template_part_areawp-includes/block-template-utils.php | |
| 62 | _filter_do_shortcode_contextwp-includes/shortcodes.php | |
| 63 | _filter_query_attachment_filenameswp-includes/deprecated.php | |
| 64 | _find_post_by_old_datewp-includes/query.php | |
| 65 | _find_post_by_old_slugwp-includes/query.php | |
| 66 | _flatten_blockswp-includes/block-template-utils.php | |
| 67 | _future_post_hookwp-includes/post.php | |
| 68 | _get_additional_user_keyswp-includes/user.php | |
| 69 | _get_admin_bar_prefwp-includes/admin-bar.php | |
| 70 | _get_block_template_filewp-includes/block-template-utils.php | |
| 71 | _get_block_templates_fileswp-includes/block-template-utils.php | |
| 72 | _get_block_templates_pathswp-includes/block-template-utils.php | |
| 73 | _get_comment_reply_idwp-includes/comment-template.php | |
| 74 | _get_component_from_parsed_url_arraywp-includes/http.php | |
| 75 | _get_cron_arraywp-includes/cron.php | |
| 76 | _get_custom_object_labelswp-includes/post.php | |
| 77 | _get_last_post_timewp-includes/post.php | |
| 78 | _get_meta_tablewp-includes/meta.php | |
| 79 | _get_non_cached_idswp-includes/functions.php | |
| 80 | _get_page_linkwp-includes/link-template.php | |
| 81 | _get_path_to_translationwp-includes/deprecated.php | |
| 82 | _get_path_to_translation_from_lang_dirwp-includes/deprecated.php | |
| 83 | _get_post_ancestorswp-includes/deprecated.php | |
| 84 | _get_random_header_datawp-includes/theme.php | |
| 85 | _get_term_childrenwp-includes/taxonomy.php | |
| 86 | _get_term_hierarchywp-includes/taxonomy.php | |
| 87 | _get_widget_id_basewp-includes/widgets.php | |
| 88 | _get_wptexturize_shortcode_regexwp-includes/formatting.php | |
| 89 | _get_wptexturize_split_regexwp-includes/formatting.php | |
| 90 | _hash_hmacwp-includes/compat.php | |
| 91 | _http_build_querywp-includes/functions.php | |
| 92 | _inject_theme_attribute_in_block_template_contentwp-includes/deprecated.php | |
| 93 | _inject_theme_attribute_in_template_part_blockwp-includes/block-template-utils.php | |
| 94 | _is_utf8_charsetwp-includes/compat.php | |
| 95 | _is_valid_nav_menu_itemwp-includes/nav-menu.php | |
| 96 | _links_add_basewp-includes/formatting.php | |
| 97 | _links_add_targetwp-includes/formatting.php | |
| 98 | _load_remote_block_patternswp-includes/block-patterns.php | |
| 99 | _load_remote_featured_patternswp-includes/block-patterns.php | |
| 100 | _load_textdomain_just_in_timewp-includes/l10n.php | |
| 101 | _make_cat_compatwp-includes/category.php | |
| 102 | _make_clickable_rel_attrwp-includes/formatting.php | |
| 103 | _make_email_clickable_cbwp-includes/formatting.php | |
| 104 | _make_url_clickable_cbwp-includes/formatting.php | |
| 105 | _make_web_ftp_clickable_cbwp-includes/formatting.php | |
| 106 | _maybe_update_corewp-includes/update.php | |
| 107 | _maybe_update_pluginswp-includes/update.php | |
| 108 | _maybe_update_themeswp-includes/update.php | |
| 109 | _mb_strlenwp-includes/compat.php | |
| 110 | _mb_substrwp-includes/compat.php | |
| 111 | _mce_set_directionwp-includes/functions.php | |
| 112 | _nwp-includes/l10n.php | 数値の翻訳テキストを取得する |
| 113 | _n_noopwp-includes/l10n.php | |
| 114 | _nav_menu_item_id_use_oncewp-includes/nav-menu-template.php | |
| 115 | _navigation_markupwp-includes/link-template.php | |
| 116 | _ncwp-includes/deprecated.php | |
| 117 | _nxwp-includes/l10n.php | 数値の翻訳テキストを出力表示する |
| 118 | _nx_noopwp-includes/l10n.php | |
| 119 | _oembed_create_xmlwp-includes/embed.php | |
| 120 | _oembed_filter_feed_contentwp-includes/embed.php | |
| 121 | _oembed_rest_pre_serve_requestwp-includes/embed.php | |
| 122 | _override_custom_logo_theme_modwp-includes/blocks/site-logo.php | |
| 123 | _pad_term_countswp-includes/taxonomy.php | |
| 124 | _page_traverse_namewp-includes/post.php | |
| 125 | _post_format_get_termwp-includes/post-formats.php | |
| 126 | _post_format_get_termswp-includes/post-formats.php | |
| 127 | _post_format_linkwp-includes/post-formats.php | |
| 128 | _post_format_requestwp-includes/post-formats.php | |
| 129 | _post_format_wp_get_object_termswp-includes/post-formats.php | |
| 130 | _post_type_meta_capabilitieswp-includes/post.php | |
| 131 | _preview_theme_stylesheet_filterwp-includes/deprecated.php | |
| 132 | _preview_theme_template_filterwp-includes/deprecated.php | |
| 133 | _prime_comment_cacheswp-includes/comment.php | |
| 134 | _prime_post_cacheswp-includes/post.php | |
| 135 | _prime_post_parent_id_cacheswp-includes/post.php | |
| 136 | _prime_term_cacheswp-includes/taxonomy.php | |
| 137 | _print_emoji_detection_scriptwp-includes/formatting.php | |
| 138 | _print_scriptswp-includes/script-loader.php | |
| 139 | _print_styleswp-includes/script-loader.php | |
| 140 | _publish_post_hookwp-includes/post.php | |
| 141 | _register_block_bindings_pattern_overrides_sourcewp-includes/block-bindings/pattern-overrides.php | |
| 142 | _register_block_bindings_post_meta_sourcewp-includes/block-bindings/post-meta.php | |
| 143 | _register_core_block_patterns_and_categorieswp-includes/block-patterns.php | |
| 144 | _register_remote_theme_patternswp-includes/block-patterns.php | |
| 145 | _register_theme_block_patternswp-includes/block-patterns.php | |
| 146 | _register_widget_form_callbackwp-includes/widgets.php | |
| 147 | _register_widget_update_callbackwp-includes/widgets.php | |
| 148 | _remove_qs_args_if_not_in_urlwp-includes/canonical.php | |
| 149 | _remove_theme_attribute_from_template_part_blockwp-includes/block-template-utils.php | |
| 150 | _remove_theme_attribute_in_block_template_contentwp-includes/deprecated.php | |
| 151 | _remove_theme_supportwp-includes/theme.php | |
| 152 | _reset_front_page_settings_for_postwp-includes/post.php | |
| 153 | _resolve_home_block_templatewp-includes/deprecated.php | |
| 154 | _resolve_template_for_new_postwp-includes/block-template.php | |
| 155 | _rest_array_intersect_key_recursivewp-includes/rest-api.php | |
| 156 | _restore_wpautop_hookwp-includes/blocks.php | |
| 157 | _sanitize_text_fieldswp-includes/formatting.php | |
| 158 | _save_post_hookwp-includes/deprecated.php | |
| 159 | _scalar_wp_die_handlerwp-includes/functions.php | |
| 160 | _search_terms_tidywp-includes/deprecated.php | |
| 161 | _set_cron_arraywp-includes/cron.php | |
| 162 | _set_previewwp-includes/revision.php | |
| 163 | _show_post_previewwp-includes/revision.php | |
| 164 | _sort_nav_menu_itemswp-includes/deprecated.php | |
| 165 | _split_shared_termwp-includes/taxonomy.php | |
| 166 | _split_str_by_whitespacewp-includes/formatting.php | |
| 167 | _strip_template_file_suffixwp-includes/block-template.php | |
| 168 | _sync_custom_logo_to_site_logowp-includes/blocks/site-logo.php | |
| 169 | _transition_post_statuswp-includes/post.php | |
| 170 | _truncate_post_slugwp-includes/post.php | |
| 171 | _update_generic_term_countwp-includes/taxonomy.php | |
| 172 | _update_post_term_countwp-includes/taxonomy.php | |
| 173 | _update_term_count_on_transition_post_statuswp-includes/post.php | |
| 174 | _upgrade_cron_arraywp-includes/cron.php | |
| 175 | _usort_terms_by_namewp-includes/deprecated.php | |
| 176 | _validate_cache_idwp-includes/functions.php | |
| 177 | _walk_bookmarkswp-includes/bookmark-template.php | |
| 178 | _wp_add_additional_image_sizeswp-includes/media.php | |
| 179 | _wp_add_block_level_preset_styleswp-includes/block-supports/settings.php | |
| 180 | _wp_add_block_level_presets_classwp-includes/block-supports/settings.php | |
| 181 | _wp_add_global_attributeswp-includes/kses.php | |
| 182 | _wp_admin_bar_initwp-includes/admin-bar.php | |
| 183 | _wp_after_delete_font_familywp-includes/fonts.php | |
| 184 | _wp_array_getwp-includes/functions.php | |
| 185 | _wp_array_setwp-includes/functions.php | |
| 186 | _wp_auto_add_pages_to_menuwp-includes/nav-menu.php | |
| 187 | _wp_batch_split_termswp-includes/taxonomy.php | |
| 188 | _wp_batch_update_comment_typewp-includes/comment.php | |
| 189 | _wp_before_delete_font_facewp-includes/fonts.php | |
| 190 | _wp_block_theme_register_classic_sidebarswp-includes/widgets.php | |
| 191 | _wp_build_title_and_description_for_single_post_type_block_templatewp-includes/block-template-utils.php | |
| 192 | _wp_build_title_and_description_for_taxonomy_block_templatewp-includes/block-template-utils.php | |
| 193 | _wp_call_all_hookwp-includes/plugin.php | |
| 194 | _wp_can_use_pcre_uwp-includes/compat.php | |
| 195 | _wp_check_alternate_file_nameswp-includes/functions.php | |
| 196 | _wp_check_existing_file_nameswp-includes/functions.php | |
| 197 | _wp_check_for_scheduled_split_termswp-includes/taxonomy.php | |
| 198 | _wp_check_for_scheduled_update_comment_typewp-includes/comment.php | |
| 199 | _wp_check_split_default_termswp-includes/taxonomy.php | |
| 200 | _wp_check_split_nav_menu_termswp-includes/taxonomy.php | |
| 201 | _wp_check_split_terms_in_menuswp-includes/taxonomy.php | |
| 202 | _wp_copy_post_metawp-includes/revision.php | |
| 203 | _wp_cronwp-includes/cron.php | |
| 204 | _wp_customize_changeset_filter_insert_post_datawp-includes/theme.php | |
| 205 | _wp_customize_includewp-includes/theme.php | |
| 206 | _wp_customize_loader_settingswp-includes/theme.php | |
| 207 | _wp_customize_publish_changesetwp-includes/theme.php | |
| 208 | _wp_delete_all_temp_backupswp-includes/update.php | |
| 209 | _wp_delete_customize_changeset_dependent_auto_draftswp-includes/nav-menu.php | |
| 210 | _wp_delete_post_menu_itemwp-includes/nav-menu.php | |
| 211 | _wp_delete_tax_menu_itemwp-includes/nav-menu.php | |
| 212 | _wp_die_process_inputwp-includes/functions.php | |
| 213 | _wp_emoji_listwp-includes/formatting.php | |
| 214 | _wp_filter_build_unique_idwp-includes/plugin.php | |
| 215 | _wp_filter_font_directorywp-includes/fonts.php | |
| 216 | _wp_filter_post_meta_footnoteswp-includes/blocks.php | |
| 217 | _wp_filter_taxonomy_basewp-includes/rewrite.php | |
| 218 | _wp_footer_scriptswp-includes/script-loader.php | |
| 219 | _wp_footnotes_force_filtered_html_on_import_filterwp-includes/blocks.php | |
| 220 | _wp_footnotes_kses_initwp-includes/blocks.php | |
| 221 | _wp_footnotes_kses_init_filterswp-includes/blocks.php | |
| 222 | _wp_footnotes_remove_filterswp-includes/blocks.php | |
| 223 | _wp_get_attachment_relative_pathwp-includes/media.php | |
| 224 | _wp_get_current_userwp-includes/user.php | |
| 225 | _wp_get_iframed_editor_assetswp-includes/block-editor.php | |
| 226 | _wp_get_image_size_from_metawp-includes/media.php | |
| 227 | _wp_get_post_revision_versionwp-includes/revision.php | |
| 228 | _wp_get_presets_class_namewp-includes/block-supports/settings.php | |
| 229 | _wp_get_user_contactmethodswp-includes/user.php | |
| 230 | _wp_http_get_objectwp-includes/http.php | |
| 231 | _wp_image_editor_choosewp-includes/media.php | |
| 232 | _wp_iso_convertwp-includes/formatting.php | |
| 233 | _wp_keep_alive_customize_changeset_dependent_auto_draftswp-includes/theme.php | |
| 234 | _wp_kses_allow_pdf_objectswp-includes/kses.php | |
| 235 | _wp_kses_decode_entities_chrwp-includes/kses.php | |
| 236 | _wp_kses_decode_entities_chr_hexdecwp-includes/kses.php | |
| 237 | _wp_kses_split_callbackwp-includes/kses.php | |
| 238 | _wp_link_pagewp-includes/post-template.php | |
| 239 | _wp_menu_item_classes_by_contextwp-includes/nav-menu-template.php | |
| 240 | _wp_menus_changedwp-includes/nav-menu.php | |
| 241 | _wp_multiple_block_styleswp-includes/deprecated.php | |
| 242 | _wp_mysql_weekwp-includes/functions.php | |
| 243 | _wp_normalize_relative_css_linkswp-includes/script-loader.php | |
| 244 | _wp_object_count_sort_cbwp-includes/category-template.php | |
| 245 | _wp_object_name_sort_cbwp-includes/category-template.php | |
| 246 | _wp_oembed_get_objectwp-includes/embed.php | |
| 247 | _wp_post_revision_datawp-includes/revision.php | |
| 248 | _wp_post_revision_fieldswp-includes/revision.php | |
| 249 | _wp_post_thumbnail_class_filterwp-includes/media.php | |
| 250 | _wp_post_thumbnail_class_filter_addwp-includes/media.php | |
| 251 | _wp_post_thumbnail_class_filter_removewp-includes/media.php | |
| 252 | _wp_post_thumbnail_context_filterwp-includes/media.php | |
| 253 | _wp_post_thumbnail_context_filter_addwp-includes/media.php | |
| 254 | _wp_post_thumbnail_context_filter_removewp-includes/media.php | |
| 255 | _wp_preview_meta_filterwp-includes/revision.php | |
| 256 | _wp_preview_post_thumbnail_filterwp-includes/revision.php | |
| 257 | _wp_preview_terms_filterwp-includes/revision.php | |
| 258 | _wp_privacy_account_request_confirmedwp-includes/user.php | |
| 259 | _wp_privacy_account_request_confirmed_messagewp-includes/user.php | |
| 260 | _wp_privacy_action_request_typeswp-includes/user.php | |
| 261 | _wp_privacy_send_erasure_fulfillment_notificationwp-includes/user.php | |
| 262 | _wp_privacy_send_request_confirmation_notificationwp-includes/user.php | |
| 263 | _wp_privacy_statuseswp-includes/post.php | |
| 264 | _wp_put_post_revisionwp-includes/revision.php | |
| 265 | _wp_register_default_font_collectionswp-includes/fonts.php | |
| 266 | _wp_register_meta_args_allowed_listwp-includes/meta.php | |
| 267 | _wp_register_meta_args_whitelistwp-includes/deprecated.php | |
| 268 | _wp_relative_upload_pathwp-includes/post.php | |
| 269 | _wp_remove_unregistered_widgetswp-includes/widgets.php | |
| 270 | _wp_render_title_tagwp-includes/general-template.php | |
| 271 | _wp_reset_invalid_menu_item_parentwp-includes/nav-menu.php | |
| 272 | _wp_sanitize_utf8_in_redirectwp-includes/pluggable.php | |
| 273 | _wp_scripts_maybe_doing_it_wrongwp-includes/functions.wp-scripts.php | |
| 274 | _wp_sidebars_changedwp-includes/widgets.php | |
| 275 | _wp_specialcharswp-includes/formatting.php | |
| 276 | _wp_timezone_choice_usort_callbackwp-includes/functions.php | |
| 277 | _wp_tinycolor_bound_alphawp-includes/deprecated.php | |
| 278 | _wp_to_kebab_casewp-includes/functions.php | |
| 279 | _wp_translate_php_url_constant_to_keywp-includes/http.php | |
| 280 | _wp_upgrade_revisions_of_postwp-includes/revision.php | |
| 281 | _wp_upload_dirwp-includes/functions.php | |
| 282 | _wptexturize_pushpop_elementwp-includes/formatting.php | |
| 283 | _xwp-includes/l10n.php | コンテキストに応じた翻訳テキストを取得する |
| 284 | _xml_wp_die_handlerwp-includes/functions.php | |
| 285 | _xmlrpc_wp_die_handlerwp-includes/functions.php | |
| 286 | absintwp-includes/load.php | |
| 287 | add_actionwp-includes/plugin.php | |
| 288 | add_comment_metawp-includes/comment.php | |
| 289 | add_custom_backgroundwp-includes/deprecated.php | |
| 290 | add_custom_image_headerwp-includes/deprecated.php | |
| 291 | add_editor_stylewp-includes/theme.php | |
| 292 | add_feedwp-includes/rewrite.php | |
| 293 | add_filterwp-includes/plugin.php | フィルターとなる関数を追加する |
| 294 | add_image_sizewp-includes/media.php | |
| 295 | add_magic_quoteswp-includes/functions.php | |
| 296 | add_metadatawp-includes/meta.php | |
| 297 | add_network_optionwp-includes/option.php | |
| 298 | add_optionwp-includes/option.php | |
| 299 | add_option_whitelistwp-includes/deprecated.php | |
| 300 | add_permastructwp-includes/rewrite.php | |
| 301 | add_pingwp-includes/post.php | |
| 302 | add_post_metawp-includes/post.php | 投稿のメタ情報(カスタムフィールド)を追加する |
| 303 | add_post_type_supportwp-includes/post.php | |
| 304 | add_query_argwp-includes/functions.php | |
| 305 | add_rewrite_endpointwp-includes/rewrite.php | |
| 306 | add_rewrite_rulewp-includes/rewrite.php | リライトルールを追加する。URLをカスタマイズする時に利用。 |
| 307 | add_rewrite_tagwp-includes/rewrite.php | |
| 308 | add_rolewp-includes/capabilities.php | |
| 309 | add_shortcodewp-includes/shortcodes.php | ショートコードを登録する。[ショートコード名]で登録した関数を投稿本文やテーマ内で実行できるようになる。 |
| 310 | add_site_optionwp-includes/option.php | |
| 311 | add_term_metawp-includes/taxonomy.php | |
| 312 | add_theme_supportwp-includes/theme.php | テーマのWordPress標準機能を有効化する場合に利用。 |
| 313 | add_thickboxwp-includes/general-template.php | |
| 314 | add_user_metawp-includes/user.php | |
| 315 | addslashes_gpcwp-includes/formatting.php | |
| 316 | addslashes_strings_onlywp-includes/deprecated.php | |
| 317 | adjacent_image_linkwp-includes/media.php | |
| 318 | adjacent_post_linkwp-includes/link-template.php | |
| 319 | adjacent_posts_rel_linkwp-includes/link-template.php | |
| 320 | adjacent_posts_rel_link_wp_headwp-includes/link-template.php | |
| 321 | admin_urlwp-includes/link-template.php | 管理者ページのURLを取得する |
| 322 | allowed_http_request_hostswp-includes/http.php | |
| 323 | allowed_tagswp-includes/general-template.php | |
| 324 | antispambotwp-includes/formatting.php | |
| 325 | apache_mod_loadedwp-includes/functions.php | |
| 326 | apply_block_core_search_border_stylewp-includes/blocks/search.php | |
| 327 | apply_block_core_search_border_styleswp-includes/blocks/search.php | |
| 328 | apply_block_hooks_to_contentwp-includes/blocks.php | |
| 329 | apply_filterswp-includes/plugin.php | 登録されたフィルターを適用実行し、フィルターを通った変数を返す。 |
| 330 | apply_filters_deprecatedwp-includes/plugin.php | |
| 331 | apply_filters_ref_arraywp-includes/plugin.php | |
| 332 | apply_shortcodeswp-includes/shortcodes.php | |
| 333 | atom_enclosurewp-includes/feed.php | |
| 334 | atom_site_iconwp-includes/feed.php | |
| 335 | attachment_url_to_postidwp-includes/media.php | |
| 336 | attribute_escapewp-includes/deprecated.php | |
| 337 | auth_redirectwp-includes/pluggable.php | |
| 338 | author_canwp-includes/capabilities.php | |
| 339 | automatic_feed_linkswp-includes/deprecated.php | |
| 340 | background_colorwp-includes/theme.php | |
| 341 | background_imagewp-includes/theme.php | |
| 342 | backslashitwp-includes/formatting.php | |
| 343 | before_last_barwp-includes/l10n.php | |
| 344 | block_core_calendar_has_published_postswp-includes/blocks/calendar.php | |
| 345 | block_core_calendar_update_has_published_post_on_deletewp-includes/blocks/calendar.php | |
| 346 | block_core_calendar_update_has_published_post_on_transition_post_statuswp-includes/blocks/calendar.php | |
| 347 | block_core_calendar_update_has_published_postswp-includes/blocks/calendar.php | |
| 348 | block_core_comment_template_render_commentswp-includes/blocks/comment-template.php | |
| 349 | block_core_file_ensure_interactivity_dependencywp-includes/deprecated.php | |
| 350 | block_core_gallery_data_id_backcompatibilitywp-includes/blocks/gallery.php | |
| 351 | block_core_gallery_renderwp-includes/blocks/gallery.php | |
| 352 | block_core_heading_renderwp-includes/blocks/heading.php | |
| 353 | block_core_home_link_build_css_colorswp-includes/blocks/home-link.php | |
| 354 | block_core_home_link_build_css_font_sizeswp-includes/blocks/home-link.php | |
| 355 | block_core_home_link_build_li_wrapper_attributeswp-includes/blocks/home-link.php | |
| 356 | block_core_image_ensure_interactivity_dependencywp-includes/deprecated.php | |
| 357 | block_core_image_get_lightbox_settingswp-includes/blocks/image.php | |
| 358 | block_core_image_print_lightbox_overlaywp-includes/blocks/image.php | |
| 359 | block_core_image_render_lightboxwp-includes/blocks/image.php | |
| 360 | block_core_latest_posts_get_excerpt_lengthwp-includes/blocks/latest-posts.php | |
| 361 | block_core_latest_posts_migrate_categorieswp-includes/blocks/latest-posts.php | |
| 362 | block_core_list_renderwp-includes/blocks/list.php | |
| 363 | block_core_navigation_add_directives_to_submenuwp-includes/blocks/navigation.php | |
| 364 | block_core_navigation_block_contains_core_navigationwp-includes/blocks/navigation.php | |
| 365 | block_core_navigation_build_css_colorswp-includes/blocks/navigation.php | |
| 366 | block_core_navigation_build_css_font_sizeswp-includes/blocks/navigation.php | |
| 367 | block_core_navigation_filter_out_empty_blockswp-includes/blocks/navigation.php | |
| 368 | block_core_navigation_from_block_get_post_idswp-includes/blocks/navigation.php | |
| 369 | block_core_navigation_get_classic_menu_fallbackwp-includes/blocks/navigation.php | |
| 370 | block_core_navigation_get_classic_menu_fallback_blockswp-includes/blocks/navigation.php | |
| 371 | block_core_navigation_get_fallback_blockswp-includes/blocks/navigation.php | |
| 372 | block_core_navigation_get_most_recently_published_navigationwp-includes/blocks/navigation.php | |
| 373 | block_core_navigation_get_post_idswp-includes/blocks/navigation.php | |
| 374 | block_core_navigation_insert_hooked_blockswp-includes/blocks/navigation.php | |
| 375 | block_core_navigation_insert_hooked_blocks_into_rest_responsewp-includes/blocks/navigation.php | |
| 376 | block_core_navigation_link_build_css_colorswp-includes/blocks/navigation-link.php | |
| 377 | block_core_navigation_link_build_css_font_sizeswp-includes/blocks/navigation-link.php | |
| 378 | block_core_navigation_link_build_variationswp-includes/blocks/navigation-link.php | |
| 379 | block_core_navigation_link_filter_variationswp-includes/blocks/navigation-link.php | |
| 380 | block_core_navigation_link_maybe_urldecodewp-includes/blocks/navigation-link.php | |
| 381 | block_core_navigation_link_render_submenu_iconwp-includes/blocks/navigation-link.php | |
| 382 | block_core_navigation_maybe_use_classic_menu_fallbackwp-includes/blocks/navigation.php | |
| 383 | block_core_navigation_mock_parsed_blockwp-includes/blocks/navigation.php | |
| 384 | block_core_navigation_parse_blocks_from_menu_itemswp-includes/blocks/navigation.php | |
| 385 | block_core_navigation_remove_serialized_parent_blockwp-includes/blocks/navigation.php | |
| 386 | block_core_navigation_render_submenu_iconwp-includes/blocks/navigation.php | |
| 387 | block_core_navigation_set_ignored_hooked_blocks_metadatawp-includes/blocks/navigation.php | |
| 388 | block_core_navigation_submenu_build_css_colorswp-includes/deprecated.php | |
| 389 | block_core_navigation_submenu_build_css_font_sizeswp-includes/blocks/navigation-submenu.php | |
| 390 | block_core_navigation_submenu_render_submenu_iconwp-includes/blocks/navigation-submenu.php | |
| 391 | block_core_navigation_typographic_presets_backcompatibilitywp-includes/blocks/navigation.php | |
| 392 | block_core_navigation_update_ignore_hooked_blocks_metawp-includes/blocks/navigation.php | |
| 393 | block_core_page_list_build_css_colorswp-includes/blocks/page-list.php | |
| 394 | block_core_page_list_build_css_font_sizeswp-includes/blocks/page-list.php | |
| 395 | block_core_page_list_nest_pageswp-includes/blocks/page-list.php | |
| 396 | block_core_page_list_render_nested_page_listwp-includes/blocks/page-list.php | |
| 397 | block_core_post_template_uses_featured_imagewp-includes/blocks/post-template.php | |
| 398 | block_core_post_terms_build_variationswp-includes/blocks/post-terms.php | |
| 399 | block_core_query_disable_enhanced_paginationwp-includes/blocks/query.php | |
| 400 | block_core_query_ensure_interactivity_dependencywp-includes/deprecated.php | |
| 401 | block_core_social_link_get_color_classeswp-includes/blocks/social-link.php | |
| 402 | block_core_social_link_get_color_styleswp-includes/blocks/social-link.php | |
| 403 | block_core_social_link_get_iconwp-includes/blocks/social-link.php | |
| 404 | block_core_social_link_get_namewp-includes/blocks/social-link.php | |
| 405 | block_core_social_link_serviceswp-includes/blocks/social-link.php | |
| 406 | block_editor_rest_api_preloadwp-includes/block-editor.php | |
| 407 | block_footer_areawp-includes/block-template-utils.php | |
| 408 | block_has_supportwp-includes/blocks.php | |
| 409 | block_header_areawp-includes/block-template-utils.php | |
| 410 | block_template_partwp-includes/block-template-utils.php | |
| 411 | block_versionwp-includes/blocks.php | |
| 412 | bloginfowp-includes/general-template.php | サイト情報として保存されているデータを出力表示する。 |
| 413 | bloginfo_rsswp-includes/feed.php | |
| 414 | body_classwp-includes/post-template.php | |
| 415 | bool_from_ynwp-includes/functions.php | |
| 416 | build_comment_query_vars_from_blockwp-includes/blocks.php | |
| 417 | build_dropdown_script_block_core_categorieswp-includes/blocks/categories.php | |
| 418 | build_querywp-includes/functions.php | |
| 419 | build_query_vars_from_query_blockwp-includes/blocks.php | |
| 420 | build_template_part_block_area_variationswp-includes/blocks/template-part.php | |
| 421 | build_template_part_block_instance_variationswp-includes/blocks/template-part.php | |
| 422 | build_template_part_block_variationswp-includes/blocks/template-part.php | |
| 423 | build_variation_for_navigation_linkwp-includes/blocks/navigation-link.php | |
| 424 | cache_javascript_headerswp-includes/functions.php | |
| 425 | cache_userswp-includes/pluggable.php | |
| 426 | calendar_week_modwp-includes/general-template.php | |
| 427 | cancel_comment_reply_linkwp-includes/comment-template.php | |
| 428 | cat_is_ancestor_ofwp-includes/category.php | |
| 429 | category_descriptionwp-includes/category-template.php | |
| 430 | check_admin_refererwp-includes/pluggable.php | 管理画面用のセキュリテイ(CSRF)対策としてnonce値、referer値をチェックする。 |
| 431 | check_ajax_refererwp-includes/pluggable.php | ajaxリクエスト用のセキュリテイ(CSRF)対策としてnonce値、referer値をチェックする。 |
| 432 | check_and_publish_future_postwp-includes/post.php | |
| 433 | check_commentwp-includes/comment.php | |
| 434 | check_comment_flood_dbwp-includes/comment.php | |
| 435 | check_password_reset_keywp-includes/user.php | |
| 436 | check_theme_switchedwp-includes/theme.php | |
| 437 | checkedwp-includes/general-template.php | |
| 438 | classnames_for_block_core_searchwp-includes/blocks/search.php | |
| 439 | clean_attachment_cachewp-includes/post.php | |
| 440 | clean_bookmark_cachewp-includes/bookmark.php | |
| 441 | clean_category_cachewp-includes/category.php | |
| 442 | clean_comment_cachewp-includes/comment.php | |
| 443 | clean_dirsize_cachewp-includes/functions.php | |
| 444 | clean_object_term_cachewp-includes/taxonomy.php | |
| 445 | clean_page_cachewp-includes/deprecated.php | |
| 446 | clean_post_cachewp-includes/post.php | |
| 447 | clean_prewp-includes/deprecated.php | |
| 448 | clean_taxonomy_cachewp-includes/taxonomy.php | |
| 449 | clean_term_cachewp-includes/taxonomy.php | |
| 450 | clean_urlwp-includes/deprecated.php | |
| 451 | clean_user_cachewp-includes/user.php | |
| 452 | comment_authorwp-includes/comment-template.php | |
| 453 | comment_author_emailwp-includes/comment-template.php | |
| 454 | comment_author_email_linkwp-includes/comment-template.php | |
| 455 | comment_author_linkwp-includes/comment-template.php | |
| 456 | comment_author_rsswp-includes/feed.php | |
| 457 | comment_author_urlwp-includes/comment-template.php | |
| 458 | comment_author_url_linkwp-includes/comment-template.php | |
| 459 | comment_classwp-includes/comment-template.php | |
| 460 | comment_datewp-includes/comment-template.php | |
| 461 | comment_excerptwp-includes/comment-template.php | |
| 462 | comment_formwp-includes/comment-template.php | |
| 463 | comment_form_titlewp-includes/comment-template.php | |
| 464 | comment_guidwp-includes/feed.php | |
| 465 | comment_id_fieldswp-includes/comment-template.php | |
| 466 | comment_linkwp-includes/feed.php | |
| 467 | comment_reply_linkwp-includes/comment-template.php | |
| 468 | comment_textwp-includes/comment-template.php | |
| 469 | comment_text_rsswp-includes/feed.php | |
| 470 | comment_timewp-includes/comment-template.php | |
| 471 | comment_typewp-includes/comment-template.php | |
| 472 | comments_block_form_defaultswp-includes/blocks/comments.php | |
| 473 | comments_linkwp-includes/comment-template.php | |
| 474 | comments_link_feedwp-includes/feed.php | |
| 475 | comments_numberwp-includes/comment-template.php | |
| 476 | comments_openwp-includes/comment-template.php | |
| 477 | comments_popup_linkwp-includes/comment-template.php | |
| 478 | comments_popup_scriptwp-includes/deprecated.php | |
| 479 | comments_rsswp-includes/deprecated.php | |
| 480 | comments_rss_linkwp-includes/deprecated.php | |
| 481 | comments_templatewp-includes/comment-template.php | |
| 482 | content_urlwp-includes/link-template.php | |
| 483 | convert_charswp-includes/formatting.php | |
| 484 | convert_invalid_entitieswp-includes/formatting.php | |
| 485 | convert_smilieswp-includes/formatting.php | |
| 486 | count_userswp-includes/user.php | |
| 487 | create_initial_post_typeswp-includes/post.php | |
| 488 | create_initial_rest_routeswp-includes/rest-api.php | |
| 489 | create_initial_taxonomieswp-includes/taxonomy.php | |
| 490 | create_initial_theme_featureswp-includes/theme.php | |
| 491 | create_userwp-includes/deprecated.php | |
| 492 | current_actionwp-includes/plugin.php | |
| 493 | current_datetimewp-includes/functions.php | |
| 494 | current_filterwp-includes/plugin.php | |
| 495 | current_theme_supportswp-includes/theme.php | |
| 496 | current_timewp-includes/functions.php | |
| 497 | current_user_canwp-includes/capabilities.php | 現在のユーザーの権限を判定する。 |
| 498 | current_user_can_for_blogwp-includes/deprecated.php | |
| 499 | current_user_can_for_sitewp-includes/capabilities.php | |
| 500 | date_i18nwp-includes/functions.php | 設定したタイムゾーンでの日時を取得する。今は非推奨で wp_date() を使う。 |
| 501 | dead_dbwp-includes/functions.php | |
| 502 | debug_fclosewp-includes/deprecated.php | |
| 503 | debug_fopenwp-includes/deprecated.php | |
| 504 | debug_fwritewp-includes/deprecated.php | |
| 505 | default_topic_count_scalewp-includes/category-template.php | |
| 506 | default_topic_count_textwp-includes/deprecated.php | |
| 507 | delete_all_user_settingswp-includes/option.php | |
| 508 | delete_comment_metawp-includes/comment.php | |
| 509 | delete_expired_transientswp-includes/option.php | |
| 510 | delete_get_calendar_cachewp-includes/general-template.php | |
| 511 | delete_metadatawp-includes/meta.php | |
| 512 | delete_metadata_by_midwp-includes/meta.php | |
| 513 | delete_network_optionwp-includes/option.php | |
| 514 | delete_optionwp-includes/option.php | |
| 515 | delete_post_metawp-includes/post.php | |
| 516 | delete_post_meta_by_keywp-includes/post.php | |
| 517 | delete_post_thumbnailwp-includes/post.php | |
| 518 | delete_site_optionwp-includes/option.php | |
| 519 | delete_site_transientwp-includes/option.php | |
| 520 | delete_term_metawp-includes/taxonomy.php | |
| 521 | delete_transientwp-includes/option.php | |
| 522 | delete_user_metawp-includes/user.php | |
| 523 | delete_user_optionwp-includes/user.php | |
| 524 | delete_user_settingwp-includes/option.php | |
| 525 | delete_usermetawp-includes/deprecated.php | |
| 526 | determine_localewp-includes/l10n.php | |
| 527 | did_actionwp-includes/plugin.php | |
| 528 | did_filterwp-includes/plugin.php | |
| 529 | disabledwp-includes/general-template.php | |
| 530 | discard_sidebar_being_renderedwp-includes/blocks/widget-group.php | |
| 531 | discover_pingback_server_uriwp-includes/comment.php | |
| 532 | display_header_textwp-includes/theme.php | |
| 533 | do_actionwp-includes/plugin.php | アクションフックに登録された関数を実行する。 |
| 534 | do_action_deprecatedwp-includes/plugin.php | |
| 535 | do_action_ref_arraywp-includes/plugin.php | |
| 536 | do_all_enclosureswp-includes/comment.php | |
| 537 | do_all_pingbackswp-includes/comment.php | |
| 538 | do_all_pingswp-includes/comment.php | |
| 539 | do_all_trackbackswp-includes/comment.php | |
| 540 | do_blockswp-includes/blocks.php | |
| 541 | do_enclosewp-includes/functions.php | |
| 542 | do_faviconwp-includes/functions.php | |
| 543 | do_feedwp-includes/functions.php | |
| 544 | do_feed_atomwp-includes/functions.php | |
| 545 | do_feed_rdfwp-includes/functions.php | |
| 546 | do_feed_rsswp-includes/functions.php | |
| 547 | do_feed_rss2wp-includes/functions.php | |
| 548 | do_robotswp-includes/functions.php | |
| 549 | do_shortcodewp-includes/shortcodes.php | 文字列に含まれるショートコードを実行して結果の文字列を返す。 |
| 550 | do_shortcode_tagwp-includes/shortcodes.php | |
| 551 | do_shortcodes_in_html_tagswp-includes/shortcodes.php | |
| 552 | do_trackbackswp-includes/comment.php | |
| 553 | doing_actionwp-includes/plugin.php | |
| 554 | doing_filterwp-includes/plugin.php | |
| 555 | dropdown_catswp-includes/deprecated.php | |
| 556 | dynamic_sidebarwp-includes/widgets.php | |
| 557 | edit_bookmark_linkwp-includes/link-template.php | |
| 558 | edit_comment_linkwp-includes/link-template.php | |
| 559 | edit_post_linkwp-includes/link-template.php | |
| 560 | edit_tag_linkwp-includes/link-template.php | |
| 561 | edit_term_linkwp-includes/link-template.php | |
| 562 | email_existswp-includes/user.php | |
| 563 | enqueue_block_styles_assetswp-includes/script-loader.php | |
| 564 | enqueue_editor_block_styles_assetswp-includes/script-loader.php | |
| 565 | enqueue_embed_scriptswp-includes/embed.php | |
| 566 | enqueue_legacy_post_comments_block_styleswp-includes/blocks/comments.php | |
| 567 | ent2ncrwp-includes/formatting.php | |
| 568 | esc_attrwp-includes/formatting.php | htmlタグのエスケープ。inputタグの属性値などに対して適用する。 |
| 569 | esc_attr__wp-includes/l10n.php | |
| 570 | esc_attr_ewp-includes/l10n.php | |
| 571 | esc_attr_xwp-includes/l10n.php | |
| 572 | esc_htmlwp-includes/formatting.php | htmlタグのエスケープ。本文などに対して適用する。 |
| 573 | esc_html__wp-includes/l10n.php | |
| 574 | esc_html_ewp-includes/l10n.php | |
| 575 | esc_html_xwp-includes/l10n.php | |
| 576 | esc_sqlwp-includes/formatting.php | sql文字列のエスケープ。 |
| 577 | esc_textareawp-includes/formatting.php | htmlタグのエスケープ。テキストエリアの入力値に対して適用する。 |
| 578 | esc_urlwp-includes/formatting.php | URLのエスケープ。href値やsrc値に対して適用する。 |
| 579 | esc_url_rawwp-includes/formatting.php | |
| 580 | esc_xmlwp-includes/formatting.php | |
| 581 | excerpt_remove_blockswp-includes/blocks.php | |
| 582 | excerpt_remove_footnoteswp-includes/blocks.php | |
| 583 | extract_serialized_parent_blockwp-includes/blocks.php | |
| 584 | feed_content_typewp-includes/feed.php | |
| 585 | feed_linkswp-includes/general-template.php | |
| 586 | feed_links_extrawp-includes/general-template.php | |
| 587 | fetch_feedwp-includes/feed.php | |
| 588 | filter_block_contentwp-includes/blocks.php | |
| 589 | filter_block_core_template_part_attributeswp-includes/blocks.php | |
| 590 | filter_block_kseswp-includes/blocks.php | |
| 591 | filter_block_kses_valuewp-includes/blocks.php | |
| 592 | filter_default_metadatawp-includes/meta.php | |
| 593 | filter_default_optionwp-includes/option.php | |
| 594 | flush_rewrite_ruleswp-includes/rewrite.php | |
| 595 | force_balance_tagswp-includes/formatting.php | |
| 596 | force_ssl_adminwp-includes/functions.php | |
| 597 | force_ssl_loginwp-includes/deprecated.php | |
| 598 | form_optionwp-includes/option.php | |
| 599 | format_for_editorwp-includes/formatting.php | |
| 600 | format_to_editwp-includes/formatting.php | |
| 601 | format_to_postwp-includes/deprecated.php | |
| 602 | funky_javascript_callbackwp-includes/deprecated.php | |
| 603 | funky_javascript_fixwp-includes/deprecated.php | |
| 604 | gallery_shortcodewp-includes/media.php | |
| 605 | gd_edit_image_supportwp-includes/deprecated.php | |
| 606 | generate_block_asset_handlewp-includes/blocks.php | |
| 607 | generate_postdatawp-includes/query.php | |
| 608 | generic_pingwp-includes/comment.php | |
| 609 | get_404_templatewp-includes/template.php | |
| 610 | get_adjacent_image_linkwp-includes/media.php | |
| 611 | get_adjacent_postwp-includes/link-template.php | |
| 612 | get_adjacent_post_linkwp-includes/link-template.php | |
| 613 | get_adjacent_post_rel_linkwp-includes/link-template.php | |
| 614 | get_admin_urlwp-includes/link-template.php | |
| 615 | get_all_category_idswp-includes/deprecated.php | |
| 616 | get_all_page_idswp-includes/post.php | |
| 617 | get_all_post_type_supportswp-includes/post.php | |
| 618 | get_all_registered_block_bindings_sourceswp-includes/block-bindings.php | |
| 619 | get_all_user_settingswp-includes/option.php | |
| 620 | get_alloptionswp-includes/deprecated.php | |
| 621 | get_allowed_block_template_part_areaswp-includes/block-template-utils.php | |
| 622 | get_allowed_block_typeswp-includes/block-editor.php | |
| 623 | get_allowed_http_originswp-includes/http.php | |
| 624 | get_allowed_mime_typeswp-includes/functions.php | |
| 625 | get_ancestorswp-includes/taxonomy.php | |
| 626 | get_approved_commentswp-includes/comment.php | |
| 627 | get_archive_templatewp-includes/template.php | |
| 628 | get_archiveswp-includes/deprecated.php | |
| 629 | get_archives_linkwp-includes/general-template.php | |
| 630 | get_attached_filewp-includes/post.php | |
| 631 | get_attached_mediawp-includes/media.php | |
| 632 | get_attachment_iconwp-includes/deprecated.php | |
| 633 | get_attachment_icon_srcwp-includes/deprecated.php | |
| 634 | get_attachment_linkwp-includes/link-template.php | |
| 635 | get_attachment_taxonomieswp-includes/media.php | |
| 636 | get_attachment_templatewp-includes/template.php | |
| 637 | get_author_feed_linkwp-includes/link-template.php | |
| 638 | get_author_linkwp-includes/deprecated.php | |
| 639 | get_author_namewp-includes/deprecated.php | |
| 640 | get_author_posts_urlwp-includes/author-template.php | |
| 641 | get_author_rss_linkwp-includes/deprecated.php | |
| 642 | get_author_templatewp-includes/template.php | |
| 643 | get_autotogglewp-includes/deprecated.php | |
| 644 | get_available_languageswp-includes/l10n.php | |
| 645 | get_available_post_mime_typeswp-includes/post.php | |
| 646 | get_avatarwp-includes/pluggable.php | |
| 647 | get_avatar_datawp-includes/link-template.php | |
| 648 | get_avatar_urlwp-includes/link-template.php | |
| 649 | get_background_colorwp-includes/theme.php | |
| 650 | get_background_imagewp-includes/theme.php | |
| 651 | get_block_asset_urlwp-includes/blocks.php | |
| 652 | get_block_bindings_sourcewp-includes/block-bindings.php | |
| 653 | get_block_categorieswp-includes/block-editor.php | |
| 654 | get_block_core_avatar_border_attributeswp-includes/blocks/avatar.php | |
| 655 | get_block_core_post_featured_image_border_attributeswp-includes/blocks/post-featured-image.php | |
| 656 | get_block_core_post_featured_image_overlay_element_markupwp-includes/blocks/post-featured-image.php | |
| 657 | get_block_editor_settingswp-includes/block-editor.php | |
| 658 | get_block_editor_theme_styleswp-includes/block-editor.php | |
| 659 | get_block_file_templatewp-includes/block-template-utils.php | |
| 660 | get_block_metadata_i18n_schemawp-includes/blocks.php | |
| 661 | get_block_templatewp-includes/block-template-utils.php | |
| 662 | get_block_templateswp-includes/block-template-utils.php | |
| 663 | get_block_theme_folderswp-includes/block-template-utils.php | |
| 664 | get_block_wrapper_attributeswp-includes/class-wp-block-supports.php | |
| 665 | get_bloginfowp-includes/general-template.php | |
| 666 | get_bloginfo_rsswp-includes/feed.php | |
| 667 | get_blogs_of_userwp-includes/user.php | |
| 668 | get_body_classwp-includes/post-template.php | |
| 669 | get_bookmarkwp-includes/bookmark.php | |
| 670 | get_bookmark_fieldwp-includes/bookmark.php | |
| 671 | get_bookmarkswp-includes/bookmark.php | |
| 672 | get_border_color_classes_for_block_core_searchwp-includes/blocks/search.php | |
| 673 | get_boundary_postwp-includes/link-template.php | |
| 674 | get_boundary_post_rel_linkwp-includes/deprecated.php | |
| 675 | get_calendarwp-includes/general-template.php | |
| 676 | get_cancel_comment_reply_linkwp-includes/comment-template.php | |
| 677 | get_cat_namewp-includes/category.php | |
| 678 | get_categorieswp-includes/category.php | |
| 679 | get_categorywp-includes/category.php | |
| 680 | get_category_by_pathwp-includes/category.php | |
| 681 | get_category_by_slugwp-includes/category.php | |
| 682 | get_category_childrenwp-includes/deprecated.php | |
| 683 | get_category_feed_linkwp-includes/link-template.php | |
| 684 | get_category_linkwp-includes/category-template.php | |
| 685 | get_category_parentswp-includes/category-template.php | |
| 686 | get_category_rss_linkwp-includes/deprecated.php | |
| 687 | get_category_templatewp-includes/template.php | |
| 688 | get_catnamewp-includes/deprecated.php | |
| 689 | get_childrenwp-includes/post.php | |
| 690 | get_classic_theme_supports_block_editor_settingswp-includes/block-editor.php | |
| 691 | get_color_classes_for_block_core_searchwp-includes/blocks/search.php | |
| 692 | get_commentwp-includes/comment.php | |
| 693 | get_comment_authorwp-includes/comment-template.php | |
| 694 | get_comment_author_emailwp-includes/comment-template.php | |
| 695 | get_comment_author_email_linkwp-includes/comment-template.php | |
| 696 | get_comment_author_linkwp-includes/comment-template.php | |
| 697 | get_comment_author_rsswp-includes/feed.php | |
| 698 | get_comment_author_urlwp-includes/comment-template.php | |
| 699 | get_comment_author_url_linkwp-includes/comment-template.php | |
| 700 | get_comment_classwp-includes/comment-template.php | |
| 701 | get_comment_countwp-includes/comment.php | |
| 702 | get_comment_datewp-includes/comment-template.php | |
| 703 | get_comment_delimited_block_contentwp-includes/blocks.php | |
| 704 | get_comment_excerptwp-includes/comment-template.php | |
| 705 | get_comment_guidwp-includes/feed.php | |
| 706 | get_comment_id_fieldswp-includes/comment-template.php | |
| 707 | get_comment_linkwp-includes/comment-template.php | |
| 708 | get_comment_metawp-includes/comment.php | |
| 709 | get_comment_pages_countwp-includes/comment.php | |
| 710 | get_comment_reply_linkwp-includes/comment-template.php | |
| 711 | get_comment_statuseswp-includes/comment.php | |
| 712 | get_comment_textwp-includes/comment-template.php | |
| 713 | get_comment_timewp-includes/comment-template.php | |
| 714 | get_comment_typewp-includes/comment-template.php | |
| 715 | get_commentdatawp-includes/deprecated.php | |
| 716 | get_commentswp-includes/comment.php | |
| 717 | get_comments_linkwp-includes/comment-template.php | |
| 718 | get_comments_numberwp-includes/comment-template.php | |
| 719 | get_comments_number_textwp-includes/comment-template.php | |
| 720 | get_comments_pagenum_linkwp-includes/link-template.php | |
| 721 | get_comments_pagination_arrowwp-includes/blocks.php | |
| 722 | get_comments_popup_templatewp-includes/deprecated.php | |
| 723 | get_current_blog_idwp-includes/load.php | |
| 724 | get_current_network_idwp-includes/load.php | |
| 725 | get_current_themewp-includes/deprecated.php | |
| 726 | get_current_user_idwp-includes/user.php | |
| 727 | get_currentuserinfowp-includes/pluggable-deprecated.php | |
| 728 | get_custom_headerwp-includes/theme.php | |
| 729 | get_custom_header_markupwp-includes/theme.php | |
| 730 | get_custom_logowp-includes/general-template.php | |
| 731 | get_dashboard_urlwp-includes/link-template.php | |
| 732 | get_date_from_gmtwp-includes/formatting.php | |
| 733 | get_date_templatewp-includes/template.php | |
| 734 | get_day_linkwp-includes/link-template.php | |
| 735 | get_default_block_categorieswp-includes/block-editor.php | |
| 736 | get_default_block_editor_settingswp-includes/block-editor.php | |
| 737 | get_default_block_template_typeswp-includes/block-template-utils.php | |
| 738 | get_default_comment_statuswp-includes/comment.php | |
| 739 | get_default_feedwp-includes/feed.php | |
| 740 | get_delete_post_linkwp-includes/link-template.php | |
| 741 | get_dirsizewp-includes/functions.php | |
| 742 | get_dynamic_block_nameswp-includes/blocks.php | |
| 743 | get_edit_bookmark_linkwp-includes/link-template.php | |
| 744 | get_edit_comment_linkwp-includes/link-template.php | |
| 745 | get_edit_post_linkwp-includes/link-template.php | |
| 746 | get_edit_profile_urlwp-includes/link-template.php | |
| 747 | get_edit_tag_linkwp-includes/link-template.php | |
| 748 | get_edit_term_linkwp-includes/link-template.php | |
| 749 | get_edit_user_linkwp-includes/link-template.php | |
| 750 | get_editor_stylesheetswp-includes/theme.php | |
| 751 | get_embed_templatewp-includes/template.php | |
| 752 | get_enclosedwp-includes/post.php | |
| 753 | get_extendedwp-includes/post.php | |
| 754 | get_feed_build_datewp-includes/feed.php | |
| 755 | get_feed_linkwp-includes/link-template.php | |
| 756 | get_file_datawp-includes/functions.php | |
| 757 | get_footerwp-includes/general-template.php | |
| 758 | get_front_page_templatewp-includes/template.php | |
| 759 | get_gmt_from_datewp-includes/formatting.php | |
| 760 | get_headerwp-includes/general-template.php | |
| 761 | get_header_imagewp-includes/theme.php | |
| 762 | get_header_image_tagwp-includes/theme.php | |
| 763 | get_header_textcolorwp-includes/theme.php | |
| 764 | get_header_video_settingswp-includes/theme.php | |
| 765 | get_header_video_urlwp-includes/theme.php | |
| 766 | get_home_templatewp-includes/template.php | |
| 767 | get_home_urlwp-includes/link-template.php | |
| 768 | get_hooked_blockswp-includes/blocks.php | |
| 769 | get_html_split_regexwp-includes/formatting.php | |
| 770 | get_http_originwp-includes/http.php | |
| 771 | get_image_tagwp-includes/media.php | |
| 772 | get_index_rel_linkwp-includes/deprecated.php | |
| 773 | get_index_templatewp-includes/template.php | |
| 774 | get_intermediate_image_sizeswp-includes/media.php | |
| 775 | get_language_attributeswp-includes/general-template.php | |
| 776 | get_lastcommentmodifiedwp-includes/comment.php | |
| 777 | get_lastpostdatewp-includes/post.php | |
| 778 | get_lastpostmodifiedwp-includes/post.php | |
| 779 | get_legacy_widget_block_editor_settingswp-includes/block-editor.php | |
| 780 | get_linkwp-includes/deprecated.php | |
| 781 | get_linkcatnamewp-includes/deprecated.php | |
| 782 | get_linkobjectswp-includes/deprecated.php | |
| 783 | get_linkobjectsbynamewp-includes/deprecated.php | |
| 784 | get_linkratingwp-includes/deprecated.php | |
| 785 | get_linkswp-includes/deprecated.php | |
| 786 | get_links_listwp-includes/deprecated.php | |
| 787 | get_links_withratingwp-includes/deprecated.php | |
| 788 | get_linksbynamewp-includes/deprecated.php | |
| 789 | get_linksbyname_withratingwp-includes/deprecated.php | |
| 790 | get_localewp-includes/l10n.php | |
| 791 | get_locale_stylesheet_uriwp-includes/theme.php | |
| 792 | get_main_network_idwp-includes/functions.php | |
| 793 | get_main_site_idwp-includes/functions.php | |
| 794 | get_media_embedded_in_contentwp-includes/media.php | |
| 795 | get_meta_sqlwp-includes/meta.php | |
| 796 | get_metadatawp-includes/meta.php | |
| 797 | get_metadata_by_midwp-includes/meta.php | |
| 798 | get_metadata_defaultwp-includes/meta.php | |
| 799 | get_metadata_rawwp-includes/meta.php | |
| 800 | get_month_linkwp-includes/link-template.php | |
| 801 | get_nav_menu_locationswp-includes/nav-menu.php | |
| 802 | get_network_optionwp-includes/option.php | |
| 803 | get_next_comments_linkwp-includes/link-template.php | |
| 804 | get_next_image_linkwp-includes/media.php | |
| 805 | get_next_postwp-includes/link-template.php | |
| 806 | get_next_post_linkwp-includes/link-template.php | |
| 807 | get_next_posts_linkwp-includes/link-template.php | |
| 808 | get_next_posts_page_linkwp-includes/link-template.php | |
| 809 | get_num_querieswp-includes/functions.php | |
| 810 | get_object_subtypewp-includes/meta.php | |
| 811 | get_object_taxonomieswp-includes/taxonomy.php | |
| 812 | get_object_term_cachewp-includes/taxonomy.php | |
| 813 | get_objects_in_termwp-includes/taxonomy.php | |
| 814 | get_oembed_response_datawp-includes/embed.php | |
| 815 | get_oembed_response_data_for_urlwp-includes/embed.php | |
| 816 | get_oembed_response_data_richwp-includes/embed.php | |
| 817 | get_optionwp-includes/option.php | |
| 818 | get_optionswp-includes/option.php | |
| 819 | get_pagewp-includes/post.php | |
| 820 | get_page_by_pathwp-includes/post.php | |
| 821 | get_page_by_titlewp-includes/deprecated.php | |
| 822 | get_page_childrenwp-includes/post.php | |
| 823 | get_page_hierarchywp-includes/post.php | |
| 824 | get_page_linkwp-includes/link-template.php | |
| 825 | get_page_of_commentwp-includes/comment.php | |
| 826 | get_page_statuseswp-includes/post.php | |
| 827 | get_page_templatewp-includes/template.php | |
| 828 | get_page_template_slugwp-includes/post-template.php | |
| 829 | get_page_uriwp-includes/post.php | |
| 830 | get_paged_templatewp-includes/deprecated.php | |
| 831 | get_pagenum_linkwp-includes/link-template.php | |
| 832 | get_pageswp-includes/post.php | |
| 833 | get_parent_post_rel_linkwp-includes/deprecated.php | |
| 834 | get_parent_theme_file_pathwp-includes/link-template.php | |
| 835 | get_parent_theme_file_uriwp-includes/link-template.php | |
| 836 | get_password_reset_keywp-includes/user.php | |
| 837 | get_permalinkwp-includes/link-template.php | 投稿ID等からパーマリンク(url)を取得する。 |
| 838 | get_postwp-includes/post.php | 投稿ID等から投稿情報を取得する。 |
| 839 | get_post_ancestorswp-includes/post.php | |
| 840 | get_post_classwp-includes/post-template.php | |
| 841 | get_post_comments_feed_linkwp-includes/link-template.php | |
| 842 | get_post_customwp-includes/post.php | |
| 843 | get_post_custom_keyswp-includes/post.php | |
| 844 | get_post_custom_valueswp-includes/post.php | |
| 845 | get_post_datetimewp-includes/general-template.php | |
| 846 | get_post_embed_htmlwp-includes/embed.php | |
| 847 | get_post_embed_urlwp-includes/embed.php | |
| 848 | get_post_fieldwp-includes/post.php | |
| 849 | get_post_formatwp-includes/post-formats.php | |
| 850 | get_post_format_linkwp-includes/post-formats.php | |
| 851 | get_post_format_slugswp-includes/post-formats.php | |
| 852 | get_post_format_stringwp-includes/post-formats.php | |
| 853 | get_post_format_stringswp-includes/post-formats.php | |
| 854 | get_post_gallerieswp-includes/media.php | |
| 855 | get_post_galleries_imageswp-includes/media.php | |
| 856 | get_post_gallerywp-includes/media.php | |
| 857 | get_post_gallery_imageswp-includes/media.php | |
| 858 | get_post_metawp-includes/post.php | 投稿のメタ情報(カスタムフィールド)値を取得する。 |
| 859 | get_post_mime_typewp-includes/post.php | |
| 860 | get_post_mime_typeswp-includes/post.php | |
| 861 | get_post_modified_timewp-includes/general-template.php | |
| 862 | get_post_parentwp-includes/post-template.php | |
| 863 | get_post_permalinkwp-includes/link-template.php | |
| 864 | get_post_reply_linkwp-includes/comment-template.php | |
| 865 | get_post_statiwp-includes/post.php | |
| 866 | get_post_statuswp-includes/post.php | |
| 867 | get_post_status_objectwp-includes/post.php | |
| 868 | get_post_statuseswp-includes/post.php | |
| 869 | get_post_taxonomieswp-includes/taxonomy.php | |
| 870 | get_post_thumbnail_idwp-includes/post-thumbnail-template.php | |
| 871 | get_post_timewp-includes/general-template.php | |
| 872 | get_post_timestampwp-includes/general-template.php | |
| 873 | get_post_typewp-includes/post.php | |
| 874 | get_post_type_archive_feed_linkwp-includes/link-template.php | |
| 875 | get_post_type_archive_linkwp-includes/link-template.php | |
| 876 | get_post_type_archive_templatewp-includes/template.php | |
| 877 | get_post_type_capabilitieswp-includes/post.php | |
| 878 | get_post_type_labelswp-includes/post.php | |
| 879 | get_post_type_objectwp-includes/post.php | |
| 880 | get_post_typeswp-includes/post.php | |
| 881 | get_post_types_by_supportwp-includes/post.php | |
| 882 | get_postdatawp-includes/deprecated.php | |
| 883 | get_postswp-includes/post.php | 指定条件に応じた投稿リストを取得する。投稿タイプやカスタムフィールド値での検索が行える。 |
| 884 | get_posts_nav_linkwp-includes/link-template.php | |
| 885 | get_preview_post_linkwp-includes/link-template.php | |
| 886 | get_previous_comments_linkwp-includes/link-template.php | |
| 887 | get_previous_image_linkwp-includes/media.php | |
| 888 | get_previous_postwp-includes/link-template.php | |
| 889 | get_previous_post_linkwp-includes/link-template.php | |
| 890 | get_previous_posts_linkwp-includes/link-template.php | |
| 891 | get_previous_posts_page_linkwp-includes/link-template.php | |
| 892 | get_privacy_policy_templatewp-includes/template.php | |
| 893 | get_privacy_policy_urlwp-includes/link-template.php | |
| 894 | get_profilewp-includes/deprecated.php | |
| 895 | get_pungwp-includes/post.php | |
| 896 | get_queried_objectwp-includes/query.php | |
| 897 | get_queried_object_idwp-includes/query.php | |
| 898 | get_query_pagination_arrowwp-includes/blocks.php | |
| 899 | get_query_templatewp-includes/template.php | |
| 900 | get_query_varwp-includes/query.php | |
| 901 | get_random_header_imagewp-includes/theme.php | |
| 902 | get_raw_theme_rootwp-includes/theme.php | |
| 903 | get_registered_meta_keyswp-includes/meta.php | |
| 904 | get_registered_metadatawp-includes/meta.php | |
| 905 | get_registered_nav_menuswp-includes/nav-menu.php | |
| 906 | get_registered_settingswp-includes/option.php | |
| 907 | get_registered_theme_featurewp-includes/theme.php | |
| 908 | get_registered_theme_featureswp-includes/theme.php | |
| 909 | get_rest_urlwp-includes/rest-api.php | |
| 910 | get_rolewp-includes/capabilities.php | |
| 911 | get_search_comments_feed_linkwp-includes/link-template.php | |
| 912 | get_search_feed_linkwp-includes/link-template.php | |
| 913 | get_search_formwp-includes/general-template.php | |
| 914 | get_search_linkwp-includes/link-template.php | |
| 915 | get_search_querywp-includes/general-template.php | |
| 916 | get_search_templatewp-includes/template.php | |
| 917 | get_self_linkwp-includes/feed.php | |
| 918 | get_settingswp-includes/deprecated.php | |
| 919 | get_shortcode_atts_regexwp-includes/shortcodes.php | |
| 920 | get_shortcode_regexwp-includes/shortcodes.php | |
| 921 | get_shortcode_tags_in_contentwp-includes/shortcodes.php | |
| 922 | get_shortcut_linkwp-includes/deprecated.php | |
| 923 | get_sidebarwp-includes/general-template.php | |
| 924 | get_single_templatewp-includes/template.php | |
| 925 | get_singular_templatewp-includes/template.php | |
| 926 | get_site_icon_urlwp-includes/general-template.php | |
| 927 | get_site_optionwp-includes/option.php | |
| 928 | get_site_transientwp-includes/option.php | |
| 929 | get_site_urlwp-includes/link-template.php | |
| 930 | get_sitemap_urlwp-includes/sitemaps.php | |
| 931 | get_status_header_descwp-includes/functions.php | |
| 932 | get_stylesheetwp-includes/theme.php | |
| 933 | get_stylesheet_directorywp-includes/theme.php | |
| 934 | get_stylesheet_directory_uriwp-includes/theme.php | |
| 935 | get_stylesheet_uriwp-includes/theme.php | |
| 936 | get_super_adminswp-includes/capabilities.php | |
| 937 | get_tagwp-includes/category.php | |
| 938 | get_tag_feed_linkwp-includes/link-template.php | |
| 939 | get_tag_linkwp-includes/category-template.php | |
| 940 | get_tag_regexwp-includes/functions.php | |
| 941 | get_tag_templatewp-includes/template.php | |
| 942 | get_tagswp-includes/category.php | |
| 943 | get_tax_sqlwp-includes/taxonomy.php | |
| 944 | get_taxonomieswp-includes/taxonomy.php | |
| 945 | get_taxonomies_for_attachmentswp-includes/media.php | |
| 946 | get_taxonomywp-includes/taxonomy.php | |
| 947 | get_taxonomy_labelswp-includes/taxonomy.php | |
| 948 | get_taxonomy_templatewp-includes/template.php | |
| 949 | get_temp_dirwp-includes/functions.php | |
| 950 | get_templatewp-includes/theme.php | |
| 951 | get_template_directorywp-includes/theme.php | |
| 952 | get_template_directory_uriwp-includes/theme.php | |
| 953 | get_template_hierarchywp-includes/block-template-utils.php | |
| 954 | get_template_partwp-includes/general-template.php | |
| 955 | get_termwp-includes/taxonomy.php | |
| 956 | get_term_bywp-includes/taxonomy.php | |
| 957 | get_term_childrenwp-includes/taxonomy.php | |
| 958 | get_term_feed_linkwp-includes/link-template.php | |
| 959 | get_term_fieldwp-includes/taxonomy.php | |
| 960 | get_term_linkwp-includes/taxonomy.php | |
| 961 | get_term_metawp-includes/taxonomy.php | |
| 962 | get_term_parents_listwp-includes/category-template.php | |
| 963 | get_term_to_editwp-includes/taxonomy.php | |
| 964 | get_termswp-includes/taxonomy.php | |
| 965 | get_the_archive_descriptionwp-includes/general-template.php | |
| 966 | get_the_archive_titlewp-includes/general-template.php | |
| 967 | get_the_attachment_linkwp-includes/deprecated.php | |
| 968 | get_the_authorwp-includes/author-template.php | |
| 969 | get_the_author_aimwp-includes/deprecated.php | |
| 970 | get_the_author_descriptionwp-includes/deprecated.php | |
| 971 | get_the_author_emailwp-includes/deprecated.php | |
| 972 | get_the_author_firstnamewp-includes/deprecated.php | |
| 973 | get_the_author_icqwp-includes/deprecated.php | |
| 974 | get_the_author_lastnamewp-includes/deprecated.php | |
| 975 | get_the_author_linkwp-includes/author-template.php | |
| 976 | get_the_author_loginwp-includes/deprecated.php | |
| 977 | get_the_author_metawp-includes/author-template.php | |
| 978 | get_the_author_msnwp-includes/deprecated.php | |
| 979 | get_the_author_nicknamewp-includes/deprecated.php | |
| 980 | get_the_author_postswp-includes/author-template.php | |
| 981 | get_the_author_posts_linkwp-includes/author-template.php | |
| 982 | get_the_author_urlwp-includes/deprecated.php | |
| 983 | get_the_author_yimwp-includes/deprecated.php | |
| 984 | get_the_block_template_htmlwp-includes/block-template.php | |
| 985 | get_the_categorywp-includes/category-template.php | |
| 986 | get_the_category_listwp-includes/category-template.php | |
| 987 | get_the_category_rsswp-includes/feed.php | |
| 988 | get_the_comments_navigationwp-includes/link-template.php | |
| 989 | get_the_comments_paginationwp-includes/link-template.php | |
| 990 | get_the_contentwp-includes/post-template.php | |
| 991 | get_the_content_feedwp-includes/feed.php | |
| 992 | get_the_datewp-includes/general-template.php | |
| 993 | get_the_excerptwp-includes/post-template.php | |
| 994 | get_the_generatorwp-includes/general-template.php | |
| 995 | get_the_guidwp-includes/post-template.php | |
| 996 | get_the_modified_authorwp-includes/author-template.php | |
| 997 | get_the_modified_datewp-includes/general-template.php | |
| 998 | get_the_modified_timewp-includes/general-template.php | |
| 999 | get_the_password_formwp-includes/post-template.php | |
| 1000 | get_the_permalinkwp-includes/link-template.php | |
| 1001 | get_the_post_navigationwp-includes/link-template.php | |
| 1002 | get_the_post_thumbnailwp-includes/post-thumbnail-template.php | |
| 1003 | get_the_post_thumbnail_captionwp-includes/post-thumbnail-template.php | |
| 1004 | get_the_post_thumbnail_urlwp-includes/post-thumbnail-template.php | |
| 1005 | get_the_post_type_descriptionwp-includes/general-template.php | |
| 1006 | get_the_posts_navigationwp-includes/link-template.php | |
| 1007 | get_the_posts_paginationwp-includes/link-template.php | |
| 1008 | get_the_privacy_policy_linkwp-includes/link-template.php | |
| 1009 | get_the_tag_listwp-includes/category-template.php | |
| 1010 | get_the_tagswp-includes/category-template.php | |
| 1011 | get_the_taxonomieswp-includes/taxonomy.php | |
| 1012 | get_the_term_listwp-includes/category-template.php | |
| 1013 | get_the_termswp-includes/category-template.php | |
| 1014 | get_the_timewp-includes/general-template.php | |
| 1015 | get_the_titlewp-includes/post-template.php | |
| 1016 | get_the_title_rsswp-includes/feed.php | |
| 1017 | get_themewp-includes/deprecated.php | |
| 1018 | get_theme_datawp-includes/deprecated.php | |
| 1019 | get_theme_file_pathwp-includes/link-template.php | |
| 1020 | get_theme_file_uriwp-includes/link-template.php | |
| 1021 | get_theme_modwp-includes/theme.php | |
| 1022 | get_theme_modswp-includes/theme.php | |
| 1023 | get_theme_rootwp-includes/theme.php | |
| 1024 | get_theme_root_uriwp-includes/theme.php | |
| 1025 | get_theme_rootswp-includes/theme.php | |
| 1026 | get_theme_starter_contentwp-includes/theme.php | |
| 1027 | get_theme_supportwp-includes/theme.php | |
| 1028 | get_themeswp-includes/deprecated.php | |
| 1029 | get_to_pingwp-includes/post.php | |
| 1030 | get_trackback_urlwp-includes/comment-template.php | |
| 1031 | get_transientwp-includes/option.php | |
| 1032 | get_translations_for_domainwp-includes/l10n.php | |
| 1033 | get_typography_classes_for_block_core_searchwp-includes/blocks/search.php | |
| 1034 | get_typography_styles_for_block_core_searchwp-includes/blocks/search.php | |
| 1035 | get_uploaded_header_imageswp-includes/theme.php | |
| 1036 | get_url_in_contentwp-includes/formatting.php | |
| 1037 | get_userwp-includes/user.php | |
| 1038 | get_user_bywp-includes/pluggable.php | |
| 1039 | get_user_by_emailwp-includes/pluggable-deprecated.php | |
| 1040 | get_user_countwp-includes/user.php | |
| 1041 | get_user_localewp-includes/l10n.php | |
| 1042 | get_user_metawp-includes/user.php | |
| 1043 | get_user_metavalueswp-includes/deprecated.php | |
| 1044 | get_user_optionwp-includes/user.php | |
| 1045 | get_user_settingwp-includes/option.php | |
| 1046 | get_userdatawp-includes/pluggable.php | |
| 1047 | get_userdatabyloginwp-includes/pluggable-deprecated.php | |
| 1048 | get_usermetawp-includes/deprecated.php | |
| 1049 | get_usernumpostswp-includes/deprecated.php | |
| 1050 | get_userswp-includes/user.php | |
| 1051 | get_users_of_blogwp-includes/deprecated.php | |
| 1052 | get_weekstartendwp-includes/functions.php | |
| 1053 | get_wp_title_rsswp-includes/feed.php | |
| 1054 | get_year_linkwp-includes/link-template.php | |
| 1055 | global_terms_enabledwp-includes/deprecated.php | |
| 1056 | grant_super_adminwp-includes/capabilities.php | |
| 1057 | gzip_compressionwp-includes/deprecated.php | |
| 1058 | handle_legacy_widget_preview_iframewp-includes/blocks/legacy-widget.php | |
| 1059 | has_actionwp-includes/plugin.php | |
| 1060 | has_blockwp-includes/blocks.php | |
| 1061 | has_blockswp-includes/blocks.php | |
| 1062 | has_categorywp-includes/category-template.php | |
| 1063 | has_custom_headerwp-includes/theme.php | |
| 1064 | has_custom_logowp-includes/general-template.php | |
| 1065 | has_excerptwp-includes/post-template.php | |
| 1066 | has_filterwp-includes/plugin.php | |
| 1067 | has_header_imagewp-includes/theme.php | |
| 1068 | has_header_videowp-includes/theme.php | |
| 1069 | has_image_sizewp-includes/media.php | |
| 1070 | has_nav_menuwp-includes/nav-menu.php | |
| 1071 | has_post_formatwp-includes/post-formats.php | |
| 1072 | has_post_parentwp-includes/post-template.php | |
| 1073 | has_post_thumbnailwp-includes/post-thumbnail-template.php | |
| 1074 | has_shortcodewp-includes/shortcodes.php | |
| 1075 | has_site_iconwp-includes/general-template.php | |
| 1076 | has_tagwp-includes/category-template.php | |
| 1077 | has_termwp-includes/category-template.php | |
| 1078 | has_term_metawp-includes/taxonomy.php | |
| 1079 | has_translationwp-includes/l10n.php | |
| 1080 | have_commentswp-includes/query.php | |
| 1081 | have_postswp-includes/query.php | |
| 1082 | header_imagewp-includes/theme.php | |
| 1083 | header_textcolorwp-includes/theme.php | |
| 1084 | home_urlwp-includes/link-template.php | |
| 1085 | html_type_rsswp-includes/feed.php | |
| 1086 | htmlentities2wp-includes/formatting.php | |
| 1087 | human_readable_durationwp-includes/functions.php | |
| 1088 | human_time_diffwp-includes/formatting.php | |
| 1089 | iis7_supports_permalinkswp-includes/functions.php | |
| 1090 | image_constrain_size_for_editorwp-includes/media.php | |
| 1091 | image_downsizewp-includes/media.php | |
| 1092 | image_get_intermediate_sizewp-includes/media.php | |
| 1093 | image_hwstringwp-includes/media.php | |
| 1094 | image_make_intermediate_sizewp-includes/media.php | |
| 1095 | image_resizewp-includes/deprecated.php | |
| 1096 | image_resize_dimensionswp-includes/media.php | |
| 1097 | img_caption_shortcodewp-includes/media.php | |
| 1098 | in_categorywp-includes/category-template.php | |
| 1099 | in_the_loopwp-includes/query.php | |
| 1100 | includes_urlwp-includes/link-template.php | |
| 1101 | index_rel_linkwp-includes/deprecated.php | |
| 1102 | inject_ignored_hooked_blocks_metadata_attributeswp-includes/block-template-utils.php | |
| 1103 | insert_hooked_blockswp-includes/blocks.php | |
| 1104 | insert_hooked_blocks_and_set_ignored_hooked_blocks_metadatawp-includes/blocks.php | |
| 1105 | insert_hooked_blocks_into_rest_responsewp-includes/blocks.php | |
| 1106 | is_404wp-includes/query.php | リクエストのページが存在しないかの判定に利用。 |
| 1107 | is_active_sidebarwp-includes/widgets.php | |
| 1108 | is_active_widgetwp-includes/widgets.php | |
| 1109 | is_adminwp-includes/load.php | リクエストのページが管理者ページかを判定。 |
| 1110 | is_admin_bar_showingwp-includes/admin-bar.php | |
| 1111 | is_allowed_http_originwp-includes/http.php | |
| 1112 | is_archivewp-includes/query.php | リクエストのページがアーカイブ(一覧)ページかを判定。 |
| 1113 | is_attachmentwp-includes/query.php | |
| 1114 | is_authorwp-includes/query.php | |
| 1115 | is_avatar_comment_typewp-includes/link-template.php | |
| 1116 | is_blog_adminwp-includes/load.php | |
| 1117 | is_blog_installedwp-includes/functions.php | |
| 1118 | is_blog_userwp-includes/deprecated.php | |
| 1119 | is_categorywp-includes/query.php | リクエストのページがカテゴリーページかの判定。 |
| 1120 | is_child_themewp-includes/theme.php | |
| 1121 | is_comment_feedwp-includes/query.php | |
| 1122 | is_comments_popupwp-includes/deprecated.php | |
| 1123 | is_customize_previewwp-includes/theme.php | |
| 1124 | is_datewp-includes/query.php | |
| 1125 | is_daywp-includes/query.php | |
| 1126 | is_dynamic_sidebarwp-includes/widgets.php | |
| 1127 | is_emailwp-includes/formatting.php | |
| 1128 | is_embedwp-includes/query.php | |
| 1129 | is_faviconwp-includes/query.php | |
| 1130 | is_feedwp-includes/query.php | |
| 1131 | is_front_pagewp-includes/query.php | リクエストのページがフロントページかの判定。ホームページの表示設定が「最新の投稿」か設定した「固定ページ」の場合にtrue |
| 1132 | is_gd_imagewp-includes/media.php | |
| 1133 | is_header_video_activewp-includes/theme.php | |
| 1134 | is_homewp-includes/query.php | リクエストのページが投稿一覧かの判定。ホームページの表示設定が「最新の投稿」か設定した「固定ページ」の場合にtrue |
| 1135 | is_lighttpd_before_150wp-includes/functions.php | |
| 1136 | is_local_attachmentwp-includes/post.php | |
| 1137 | is_locale_switchedwp-includes/l10n.php | |
| 1138 | is_loginwp-includes/load.php | |
| 1139 | is_main_networkwp-includes/functions.php | |
| 1140 | is_main_querywp-includes/query.php | |
| 1141 | is_main_sitewp-includes/functions.php | |
| 1142 | is_monthwp-includes/query.php | |
| 1143 | is_multi_authorwp-includes/author-template.php | |
| 1144 | is_multisitewp-includes/load.php | |
| 1145 | is_nav_menuwp-includes/nav-menu.php | |
| 1146 | is_nav_menu_itemwp-includes/nav-menu.php | |
| 1147 | is_network_adminwp-includes/load.php | |
| 1148 | is_new_daywp-includes/functions.php | |
| 1149 | is_object_in_taxonomywp-includes/taxonomy.php | |
| 1150 | is_object_in_termwp-includes/taxonomy.php | |
| 1151 | is_pagewp-includes/query.php | |
| 1152 | is_page_templatewp-includes/post-template.php | |
| 1153 | is_pagedwp-includes/query.php | |
| 1154 | is_php_version_compatiblewp-includes/functions.php | |
| 1155 | is_plugin_pagewp-includes/deprecated.php | |
| 1156 | is_post_status_viewablewp-includes/post.php | |
| 1157 | is_post_type_archivewp-includes/query.php | |
| 1158 | is_post_type_hierarchicalwp-includes/post.php | |
| 1159 | is_post_type_viewablewp-includes/post.php | |
| 1160 | is_previewwp-includes/query.php | |
| 1161 | is_privacy_policywp-includes/query.php | |
| 1162 | is_random_header_imagewp-includes/theme.php | |
| 1163 | is_registered_sidebarwp-includes/widgets.php | |
| 1164 | is_robotswp-includes/query.php | |
| 1165 | is_rtlwp-includes/l10n.php | |
| 1166 | is_searchwp-includes/query.php | |
| 1167 | is_serializedwp-includes/functions.php | |
| 1168 | is_serialized_stringwp-includes/functions.php | |
| 1169 | is_singlewp-includes/query.php | |
| 1170 | is_singularwp-includes/query.php | |
| 1171 | is_site_meta_supportedwp-includes/functions.php | |
| 1172 | is_sslwp-includes/load.php | |
| 1173 | is_stickywp-includes/post.php | |
| 1174 | is_super_adminwp-includes/capabilities.php | |
| 1175 | is_tagwp-includes/query.php | |
| 1176 | is_taxwp-includes/query.php | |
| 1177 | is_taxonomywp-includes/deprecated.php | |
| 1178 | is_taxonomy_hierarchicalwp-includes/taxonomy.php | |
| 1179 | is_taxonomy_viewablewp-includes/taxonomy.php | |
| 1180 | is_termwp-includes/deprecated.php | |
| 1181 | is_textdomain_loadedwp-includes/l10n.php | |
| 1182 | is_timewp-includes/query.php | |
| 1183 | is_trackbackwp-includes/query.php | |
| 1184 | is_user_adminwp-includes/load.php | |
| 1185 | is_user_logged_inwp-includes/pluggable.php | |
| 1186 | is_user_member_of_blogwp-includes/user.php | |
| 1187 | is_utf8_charsetwp-includes/functions.php | |
| 1188 | is_wp_errorwp-includes/load.php | |
| 1189 | is_wp_version_compatiblewp-includes/functions.php | |
| 1190 | is_yearwp-includes/query.php | |
| 1191 | iso8601_timezone_to_offsetwp-includes/formatting.php | |
| 1192 | iso8601_to_datetimewp-includes/formatting.php | |
| 1193 | kses_initwp-includes/kses.php | |
| 1194 | kses_init_filterswp-includes/kses.php | |
| 1195 | kses_remove_filterswp-includes/kses.php | |
| 1196 | language_attributeswp-includes/general-template.php | |
| 1197 | like_escapewp-includes/deprecated.php | |
| 1198 | link_pageswp-includes/deprecated.php | |
| 1199 | links_add_base_urlwp-includes/formatting.php | |
| 1200 | links_add_targetwp-includes/formatting.php | |
| 1201 | links_popup_scriptwp-includes/deprecated.php | |
| 1202 | list_authorswp-includes/deprecated.php | |
| 1203 | list_catswp-includes/deprecated.php | |
| 1204 | load_child_theme_textdomainwp-includes/l10n.php | |
| 1205 | load_default_textdomainwp-includes/l10n.php | |
| 1206 | load_muplugin_textdomainwp-includes/l10n.php | |
| 1207 | load_plugin_textdomainwp-includes/l10n.php | |
| 1208 | load_script_textdomainwp-includes/l10n.php | |
| 1209 | load_script_translationswp-includes/l10n.php | |
| 1210 | load_templatewp-includes/template.php | |
| 1211 | load_textdomainwp-includes/l10n.php | |
| 1212 | load_theme_textdomainwp-includes/l10n.php | |
| 1213 | locale_stylesheetwp-includes/theme.php | |
| 1214 | locate_block_templatewp-includes/block-template.php | |
| 1215 | locate_templatewp-includes/template.php | |
| 1216 | make_after_block_visitorwp-includes/blocks.php | |
| 1217 | make_before_block_visitorwp-includes/blocks.php | |
| 1218 | make_clickablewp-includes/formatting.php | |
| 1219 | make_url_footnotewp-includes/deprecated.php | |
| 1220 | map_deepwp-includes/formatting.php | |
| 1221 | map_meta_capwp-includes/capabilities.php | |
| 1222 | maybe_hash_hex_colorwp-includes/formatting.php | |
| 1223 | maybe_serializewp-includes/functions.php | |
| 1224 | maybe_unserializewp-includes/functions.php | |
| 1225 | mbstring_binary_safe_encodingwp-includes/functions.php | |
| 1226 | metadata_existswp-includes/meta.php | |
| 1227 | ms_allowed_http_request_hostswp-includes/http.php | |
| 1228 | mysql2datewp-includes/functions.php | |
| 1229 | mysql_to_rfc3339wp-includes/functions.php | |
| 1230 | network_admin_urlwp-includes/link-template.php | |
| 1231 | network_home_urlwp-includes/link-template.php | |
| 1232 | network_site_urlwp-includes/link-template.php | |
| 1233 | new_user_email_admin_noticewp-includes/user.php | |
| 1234 | next_comments_linkwp-includes/link-template.php | |
| 1235 | next_image_linkwp-includes/media.php | |
| 1236 | next_postwp-includes/deprecated.php | |
| 1237 | next_post_linkwp-includes/link-template.php | |
| 1238 | next_post_rel_linkwp-includes/link-template.php | |
| 1239 | next_postswp-includes/link-template.php | |
| 1240 | next_posts_linkwp-includes/link-template.php | |
| 1241 | nocache_headerswp-includes/functions.php | |
| 1242 | noindexwp-includes/deprecated.php | |
| 1243 | normalize_whitespacewp-includes/formatting.php | |
| 1244 | note_sidebar_being_renderedwp-includes/blocks/widget-group.php | |
| 1245 | number_format_i18nwp-includes/functions.php | |
| 1246 | paginate_comments_linkswp-includes/link-template.php | |
| 1247 | paginate_linkswp-includes/general-template.php | |
| 1248 | parent_post_rel_linkwp-includes/deprecated.php | |
| 1249 | parse_blockswp-includes/blocks.php | |
| 1250 | path_is_absolutewp-includes/functions.php | |
| 1251 | path_joinwp-includes/functions.php | |
| 1252 | permalink_anchorwp-includes/link-template.php | |
| 1253 | permalink_linkwp-includes/deprecated.php | |
| 1254 | permalink_single_rsswp-includes/deprecated.php | |
| 1255 | pingbackwp-includes/comment.php | |
| 1256 | pingback_ping_source_uriwp-includes/comment.php | |
| 1257 | pings_openwp-includes/comment-template.php | |
| 1258 | plugin_basenamewp-includes/plugin.php | |
| 1259 | plugin_dir_pathwp-includes/plugin.php | |
| 1260 | plugin_dir_urlwp-includes/plugin.php | |
| 1261 | plugins_urlwp-includes/link-template.php | |
| 1262 | popuplinkswp-includes/deprecated.php | |
| 1263 | post_classwp-includes/post-template.php | |
| 1264 | post_comments_feed_linkwp-includes/link-template.php | |
| 1265 | post_comments_form_block_form_defaultswp-includes/blocks/post-comments-form.php | |
| 1266 | post_customwp-includes/post-template.php | |
| 1267 | post_password_requiredwp-includes/post-template.php | |
| 1268 | post_permalinkwp-includes/deprecated.php | |
| 1269 | post_reply_linkwp-includes/comment-template.php | |
| 1270 | post_type_archive_titlewp-includes/general-template.php | |
| 1271 | post_type_existswp-includes/post.php | |
| 1272 | post_type_supportswp-includes/post.php | |
| 1273 | posts_nav_linkwp-includes/link-template.php | |
| 1274 | prep_atom_text_constructwp-includes/feed.php | |
| 1275 | prepend_attachmentwp-includes/post-template.php | |
| 1276 | prev_post_rel_linkwp-includes/link-template.php | |
| 1277 | preview_themewp-includes/deprecated.php | |
| 1278 | preview_theme_ob_filterwp-includes/deprecated.php | |
| 1279 | preview_theme_ob_filter_callbackwp-includes/deprecated.php | |
| 1280 | previous_comments_linkwp-includes/link-template.php | |
| 1281 | previous_image_linkwp-includes/media.php | |
| 1282 | previous_postwp-includes/deprecated.php | |
| 1283 | previous_post_linkwp-includes/link-template.php | |
| 1284 | previous_postswp-includes/link-template.php | |
| 1285 | previous_posts_linkwp-includes/link-template.php | |
| 1286 | print_admin_styleswp-includes/script-loader.php | |
| 1287 | print_embed_comments_buttonwp-includes/embed.php | |
| 1288 | print_embed_scriptswp-includes/embed.php | |
| 1289 | print_embed_sharing_buttonwp-includes/embed.php | |
| 1290 | print_embed_sharing_dialogwp-includes/embed.php | |
| 1291 | print_embed_styleswp-includes/deprecated.php | |
| 1292 | print_emoji_detection_scriptwp-includes/formatting.php | |
| 1293 | print_emoji_styleswp-includes/deprecated.php | |
| 1294 | print_footer_scriptswp-includes/script-loader.php | |
| 1295 | print_head_scriptswp-includes/script-loader.php | |
| 1296 | print_late_styleswp-includes/script-loader.php | |
| 1297 | privacy_ping_filterwp-includes/comment.php | |
| 1298 | query_postswp-includes/query.php | |
| 1299 | rawurlencode_deepwp-includes/formatting.php | |
| 1300 | recurse_dirsizewp-includes/functions.php | |
| 1301 | redirect_canonicalwp-includes/canonical.php | |
| 1302 | redirect_guess_404_permalinkwp-includes/canonical.php | |
| 1303 | register_activation_hookwp-includes/plugin.php | |
| 1304 | register_admin_color_schemeswp-includes/general-template.php | |
| 1305 | register_block_bindings_sourcewp-includes/block-bindings.php | |
| 1306 | register_block_core_archiveswp-includes/blocks/archives.php | |
| 1307 | register_block_core_avatarwp-includes/blocks/avatar.php | |
| 1308 | register_block_core_blockwp-includes/blocks/block.php | |
| 1309 | register_block_core_buttonwp-includes/blocks/button.php | |
| 1310 | register_block_core_calendarwp-includes/blocks/calendar.php | |
| 1311 | register_block_core_categorieswp-includes/blocks/categories.php | |
| 1312 | register_block_core_comment_author_namewp-includes/blocks/comment-author-name.php | |
| 1313 | register_block_core_comment_contentwp-includes/blocks/comment-content.php | |
| 1314 | register_block_core_comment_datewp-includes/blocks/comment-date.php | |
| 1315 | register_block_core_comment_edit_linkwp-includes/blocks/comment-edit-link.php | |
| 1316 | register_block_core_comment_reply_linkwp-includes/blocks/comment-reply-link.php | |
| 1317 | register_block_core_comment_templatewp-includes/blocks/comment-template.php | |
| 1318 | register_block_core_commentswp-includes/blocks/comments.php | |
| 1319 | register_block_core_comments_paginationwp-includes/blocks/comments-pagination.php | |
| 1320 | register_block_core_comments_pagination_nextwp-includes/blocks/comments-pagination-next.php | |
| 1321 | register_block_core_comments_pagination_numberswp-includes/blocks/comments-pagination-numbers.php | |
| 1322 | register_block_core_comments_pagination_previouswp-includes/blocks/comments-pagination-previous.php | |
| 1323 | register_block_core_comments_titlewp-includes/blocks/comments-title.php | |
| 1324 | register_block_core_coverwp-includes/blocks/cover.php | |
| 1325 | register_block_core_filewp-includes/blocks/file.php | |
| 1326 | register_block_core_footnoteswp-includes/blocks/footnotes.php | |
| 1327 | register_block_core_footnotes_post_metawp-includes/blocks/footnotes.php | |
| 1328 | register_block_core_gallerywp-includes/blocks/gallery.php | |
| 1329 | register_block_core_headingwp-includes/blocks/heading.php | |
| 1330 | register_block_core_home_linkwp-includes/blocks/home-link.php | |
| 1331 | register_block_core_imagewp-includes/blocks/image.php | |
| 1332 | register_block_core_latest_commentswp-includes/blocks/latest-comments.php | |
| 1333 | register_block_core_latest_postswp-includes/blocks/latest-posts.php | |
| 1334 | register_block_core_legacy_widgetwp-includes/blocks/legacy-widget.php | |
| 1335 | register_block_core_listwp-includes/blocks/list.php | |
| 1336 | register_block_core_loginoutwp-includes/blocks/loginout.php | |
| 1337 | register_block_core_media_textwp-includes/blocks/media-text.php | |
| 1338 | register_block_core_navigationwp-includes/blocks/navigation.php | |
| 1339 | register_block_core_navigation_linkwp-includes/blocks/navigation-link.php | |
| 1340 | register_block_core_navigation_submenuwp-includes/blocks/navigation-submenu.php | |
| 1341 | register_block_core_page_listwp-includes/blocks/page-list.php | |
| 1342 | register_block_core_page_list_itemwp-includes/blocks/page-list-item.php | |
| 1343 | register_block_core_patternwp-includes/blocks/pattern.php | |
| 1344 | register_block_core_post_authorwp-includes/blocks/post-author.php | |
| 1345 | register_block_core_post_author_biographywp-includes/blocks/post-author-biography.php | |
| 1346 | register_block_core_post_author_namewp-includes/blocks/post-author-name.php | |
| 1347 | register_block_core_post_comments_formwp-includes/blocks/post-comments-form.php | |
| 1348 | register_block_core_post_contentwp-includes/blocks/post-content.php | |
| 1349 | register_block_core_post_datewp-includes/blocks/post-date.php | |
| 1350 | register_block_core_post_excerptwp-includes/blocks/post-excerpt.php | |
| 1351 | register_block_core_post_featured_imagewp-includes/blocks/post-featured-image.php | |
| 1352 | register_block_core_post_navigation_linkwp-includes/blocks/post-navigation-link.php | |
| 1353 | register_block_core_post_templatewp-includes/blocks/post-template.php | |
| 1354 | register_block_core_post_termswp-includes/blocks/post-terms.php | |
| 1355 | register_block_core_post_titlewp-includes/blocks/post-title.php | |
| 1356 | register_block_core_querywp-includes/blocks/query.php | |
| 1357 | register_block_core_query_no_resultswp-includes/blocks/query-no-results.php | |
| 1358 | register_block_core_query_paginationwp-includes/blocks/query-pagination.php | |
| 1359 | register_block_core_query_pagination_nextwp-includes/blocks/query-pagination-next.php | |
| 1360 | register_block_core_query_pagination_numberswp-includes/blocks/query-pagination-numbers.php | |
| 1361 | register_block_core_query_pagination_previouswp-includes/blocks/query-pagination-previous.php | |
| 1362 | register_block_core_query_titlewp-includes/blocks/query-title.php | |
| 1363 | register_block_core_read_morewp-includes/blocks/read-more.php | |
| 1364 | register_block_core_rsswp-includes/blocks/rss.php | |
| 1365 | register_block_core_searchwp-includes/blocks/search.php | |
| 1366 | register_block_core_shortcodewp-includes/blocks/shortcode.php | |
| 1367 | register_block_core_site_icon_settingwp-includes/blocks/site-logo.php | |
| 1368 | register_block_core_site_logowp-includes/blocks/site-logo.php | |
| 1369 | register_block_core_site_logo_settingwp-includes/blocks/site-logo.php | |
| 1370 | register_block_core_site_taglinewp-includes/blocks/site-tagline.php | |
| 1371 | register_block_core_site_titlewp-includes/blocks/site-title.php | |
| 1372 | register_block_core_social_linkwp-includes/blocks/social-link.php | |
| 1373 | register_block_core_tag_cloudwp-includes/blocks/tag-cloud.php | |
| 1374 | register_block_core_template_partwp-includes/blocks/template-part.php | |
| 1375 | register_block_core_term_descriptionwp-includes/blocks/term-description.php | |
| 1376 | register_block_core_widget_groupwp-includes/blocks/widget-group.php | |
| 1377 | register_block_patternwp-includes/class-wp-block-patterns-registry.php | |
| 1378 | register_block_pattern_categorywp-includes/class-wp-block-pattern-categories-registry.php | |
| 1379 | register_block_script_handlewp-includes/blocks.php | |
| 1380 | register_block_script_module_idwp-includes/blocks.php | |
| 1381 | register_block_stylewp-includes/blocks.php | |
| 1382 | register_block_style_handlewp-includes/blocks.php | |
| 1383 | register_block_templatewp-includes/block-template.php | |
| 1384 | register_block_typewp-includes/blocks.php | |
| 1385 | register_block_type_from_metadatawp-includes/blocks.php | |
| 1386 | register_core_block_style_handleswp-includes/blocks/index.php | |
| 1387 | register_core_block_types_from_metadatawp-includes/blocks/index.php | |
| 1388 | register_deactivation_hookwp-includes/plugin.php | |
| 1389 | register_default_headerswp-includes/theme.php | |
| 1390 | register_initial_settingswp-includes/option.php | |
| 1391 | register_legacy_post_comments_blockwp-includes/blocks/comments.php | |
| 1392 | register_metawp-includes/meta.php | |
| 1393 | register_nav_menuwp-includes/nav-menu.php | |
| 1394 | register_nav_menuswp-includes/nav-menu.php | |
| 1395 | register_new_userwp-includes/user.php | |
| 1396 | register_post_metawp-includes/post.php | |
| 1397 | register_post_statuswp-includes/post.php | |
| 1398 | register_post_typewp-includes/post.php | |
| 1399 | register_rest_fieldwp-includes/rest-api.php | |
| 1400 | register_rest_routewp-includes/rest-api.php | |
| 1401 | register_settingwp-includes/option.php | |
| 1402 | register_sidebarwp-includes/widgets.php | |
| 1403 | register_sidebar_widgetwp-includes/deprecated.php | |
| 1404 | register_sidebarswp-includes/widgets.php | |
| 1405 | register_taxonomywp-includes/taxonomy.php | |
| 1406 | register_taxonomy_for_object_typewp-includes/taxonomy.php | |
| 1407 | register_term_metawp-includes/taxonomy.php | |
| 1408 | register_theme_directorywp-includes/theme.php | |
| 1409 | register_theme_featurewp-includes/theme.php | |
| 1410 | register_uninstall_hookwp-includes/plugin.php | |
| 1411 | register_widgetwp-includes/widgets.php | |
| 1412 | register_widget_controlwp-includes/deprecated.php | |
| 1413 | registered_meta_key_existswp-includes/meta.php | |
| 1414 | rel_canonicalwp-includes/link-template.php | |
| 1415 | remove_accentswp-includes/formatting.php | |
| 1416 | remove_actionwp-includes/plugin.php | |
| 1417 | remove_all_actionswp-includes/plugin.php | |
| 1418 | remove_all_filterswp-includes/plugin.php | |
| 1419 | remove_all_shortcodeswp-includes/shortcodes.php | |
| 1420 | remove_block_asset_path_prefixwp-includes/blocks.php | |
| 1421 | remove_custom_backgroundwp-includes/deprecated.php | |
| 1422 | remove_custom_image_headerwp-includes/deprecated.php | |
| 1423 | remove_editor_styleswp-includes/theme.php | |
| 1424 | remove_filterwp-includes/plugin.php | |
| 1425 | remove_image_sizewp-includes/media.php | |
| 1426 | remove_option_whitelistwp-includes/deprecated.php | |
| 1427 | remove_permastructwp-includes/rewrite.php | |
| 1428 | remove_post_type_supportwp-includes/post.php | |
| 1429 | remove_query_argwp-includes/functions.php | |
| 1430 | remove_rewrite_tagwp-includes/rewrite.php | |
| 1431 | remove_rolewp-includes/capabilities.php | |
| 1432 | remove_serialized_parent_blockwp-includes/blocks.php | |
| 1433 | remove_shortcodewp-includes/shortcodes.php | |
| 1434 | remove_theme_modwp-includes/theme.php | |
| 1435 | remove_theme_modswp-includes/theme.php | |
| 1436 | remove_theme_supportwp-includes/theme.php | |
| 1437 | render_blockwp-includes/blocks.php | |
| 1438 | render_block_core_archiveswp-includes/blocks/archives.php | |
| 1439 | render_block_core_avatarwp-includes/blocks/avatar.php | |
| 1440 | render_block_core_blockwp-includes/blocks/block.php | |
| 1441 | render_block_core_buttonwp-includes/blocks/button.php | |
| 1442 | render_block_core_calendarwp-includes/blocks/calendar.php | |
| 1443 | render_block_core_categorieswp-includes/blocks/categories.php | |
| 1444 | render_block_core_comment_author_namewp-includes/blocks/comment-author-name.php | |
| 1445 | render_block_core_comment_contentwp-includes/blocks/comment-content.php | |
| 1446 | render_block_core_comment_datewp-includes/blocks/comment-date.php | |
| 1447 | render_block_core_comment_edit_linkwp-includes/blocks/comment-edit-link.php | |
| 1448 | render_block_core_comment_reply_linkwp-includes/blocks/comment-reply-link.php | |
| 1449 | render_block_core_comment_templatewp-includes/blocks/comment-template.php | |
| 1450 | render_block_core_commentswp-includes/blocks/comments.php | |
| 1451 | render_block_core_comments_paginationwp-includes/blocks/comments-pagination.php | |
| 1452 | render_block_core_comments_pagination_nextwp-includes/blocks/comments-pagination-next.php | |
| 1453 | render_block_core_comments_pagination_numberswp-includes/blocks/comments-pagination-numbers.php | |
| 1454 | render_block_core_comments_pagination_previouswp-includes/blocks/comments-pagination-previous.php | |
| 1455 | render_block_core_comments_titlewp-includes/blocks/comments-title.php | |
| 1456 | render_block_core_coverwp-includes/blocks/cover.php | |
| 1457 | render_block_core_filewp-includes/blocks/file.php | |
| 1458 | render_block_core_footnoteswp-includes/blocks/footnotes.php | |
| 1459 | render_block_core_home_linkwp-includes/blocks/home-link.php | |
| 1460 | render_block_core_imagewp-includes/blocks/image.php | |
| 1461 | render_block_core_latest_commentswp-includes/blocks/latest-comments.php | |
| 1462 | render_block_core_latest_postswp-includes/blocks/latest-posts.php | |
| 1463 | render_block_core_legacy_widgetwp-includes/blocks/legacy-widget.php | |
| 1464 | render_block_core_loginoutwp-includes/blocks/loginout.php | |
| 1465 | render_block_core_media_textwp-includes/blocks/media-text.php | |
| 1466 | render_block_core_navigationwp-includes/blocks/navigation.php | |
| 1467 | render_block_core_navigation_linkwp-includes/blocks/navigation-link.php | |
| 1468 | render_block_core_navigation_submenuwp-includes/blocks/navigation-submenu.php | |
| 1469 | render_block_core_page_listwp-includes/blocks/page-list.php | |
| 1470 | render_block_core_patternwp-includes/blocks/pattern.php | |
| 1471 | render_block_core_post_authorwp-includes/blocks/post-author.php | |
| 1472 | render_block_core_post_author_biographywp-includes/blocks/post-author-biography.php | |
| 1473 | render_block_core_post_author_namewp-includes/blocks/post-author-name.php | |
| 1474 | render_block_core_post_comments_formwp-includes/blocks/post-comments-form.php | |
| 1475 | render_block_core_post_contentwp-includes/blocks/post-content.php | |
| 1476 | render_block_core_post_datewp-includes/blocks/post-date.php | |
| 1477 | render_block_core_post_excerptwp-includes/blocks/post-excerpt.php | |
| 1478 | render_block_core_post_featured_imagewp-includes/blocks/post-featured-image.php | |
| 1479 | render_block_core_post_navigation_linkwp-includes/blocks/post-navigation-link.php | |
| 1480 | render_block_core_post_templatewp-includes/blocks/post-template.php | |
| 1481 | render_block_core_post_termswp-includes/blocks/post-terms.php | |
| 1482 | render_block_core_post_titlewp-includes/blocks/post-title.php | |
| 1483 | render_block_core_querywp-includes/blocks/query.php | |
| 1484 | render_block_core_query_no_resultswp-includes/blocks/query-no-results.php | |
| 1485 | render_block_core_query_paginationwp-includes/blocks/query-pagination.php | |
| 1486 | render_block_core_query_pagination_nextwp-includes/blocks/query-pagination-next.php | |
| 1487 | render_block_core_query_pagination_numberswp-includes/blocks/query-pagination-numbers.php | |
| 1488 | render_block_core_query_pagination_previouswp-includes/blocks/query-pagination-previous.php | |
| 1489 | render_block_core_query_titlewp-includes/blocks/query-title.php | |
| 1490 | render_block_core_read_morewp-includes/blocks/read-more.php | |
| 1491 | render_block_core_rsswp-includes/blocks/rss.php | |
| 1492 | render_block_core_searchwp-includes/blocks/search.php | |
| 1493 | render_block_core_shortcodewp-includes/blocks/shortcode.php | |
| 1494 | render_block_core_site_logowp-includes/blocks/site-logo.php | |
| 1495 | render_block_core_site_taglinewp-includes/blocks/site-tagline.php | |
| 1496 | render_block_core_site_titlewp-includes/blocks/site-title.php | |
| 1497 | render_block_core_social_linkwp-includes/blocks/social-link.php | |
| 1498 | render_block_core_tag_cloudwp-includes/blocks/tag-cloud.php | |
| 1499 | render_block_core_template_partwp-includes/blocks/template-part.php | |
| 1500 | render_block_core_term_descriptionwp-includes/blocks/term-description.php | |
| 1501 | render_block_core_widget_groupwp-includes/blocks/widget-group.php | |
| 1502 | require_if_theme_supportswp-includes/theme.php | |
| 1503 | require_wp_dbwp-includes/load.php | |
| 1504 | reset_mbstring_encodingwp-includes/functions.php | |
| 1505 | reset_passwordwp-includes/user.php | |
| 1506 | resolve_block_templatewp-includes/block-template.php | |
| 1507 | resolve_pattern_blockswp-includes/blocks.php | |
| 1508 | rest_add_application_passwords_to_indexwp-includes/rest-api.php | |
| 1509 | rest_api_default_filterswp-includes/rest-api.php | |
| 1510 | rest_api_initwp-includes/rest-api.php | |
| 1511 | rest_api_loadedwp-includes/rest-api.php | |
| 1512 | rest_api_register_rewriteswp-includes/rest-api.php | |
| 1513 | rest_application_password_check_errorswp-includes/rest-api.php | |
| 1514 | rest_application_password_collect_statuswp-includes/rest-api.php | |
| 1515 | rest_are_values_equalwp-includes/rest-api.php | |
| 1516 | rest_authorization_required_codewp-includes/rest-api.php | |
| 1517 | rest_convert_error_to_responsewp-includes/rest-api.php | |
| 1518 | rest_cookie_check_errorswp-includes/rest-api.php | |
| 1519 | rest_cookie_collect_statuswp-includes/rest-api.php | |
| 1520 | rest_default_additional_properties_to_falsewp-includes/rest-api.php | |
| 1521 | rest_do_requestwp-includes/rest-api.php | |
| 1522 | rest_ensure_requestwp-includes/rest-api.php | |
| 1523 | rest_ensure_responsewp-includes/rest-api.php | |
| 1524 | rest_filter_response_by_contextwp-includes/rest-api.php | |
| 1525 | rest_filter_response_fieldswp-includes/rest-api.php | |
| 1526 | rest_find_any_matching_schemawp-includes/rest-api.php | |
| 1527 | rest_find_matching_pattern_property_schemawp-includes/rest-api.php | |
| 1528 | rest_find_one_matching_schemawp-includes/rest-api.php | |
| 1529 | rest_format_combining_operation_errorwp-includes/rest-api.php | |
| 1530 | rest_get_allowed_schema_keywordswp-includes/rest-api.php | |
| 1531 | rest_get_authenticated_app_passwordwp-includes/rest-api.php | |
| 1532 | rest_get_avatar_sizeswp-includes/rest-api.php | |
| 1533 | rest_get_avatar_urlswp-includes/rest-api.php | |
| 1534 | rest_get_best_type_for_valuewp-includes/rest-api.php | |
| 1535 | rest_get_combining_operation_errorwp-includes/rest-api.php | |
| 1536 | rest_get_date_with_gmtwp-includes/rest-api.php | |
| 1537 | rest_get_endpoint_args_for_schemawp-includes/rest-api.php | |
| 1538 | rest_get_queried_resource_routewp-includes/rest-api.php | |
| 1539 | rest_get_route_for_postwp-includes/rest-api.php | |
| 1540 | rest_get_route_for_post_type_itemswp-includes/rest-api.php | |
| 1541 | rest_get_route_for_taxonomy_itemswp-includes/rest-api.php | |
| 1542 | rest_get_route_for_termwp-includes/rest-api.php | |
| 1543 | rest_get_serverwp-includes/rest-api.php | |
| 1544 | rest_get_url_prefixwp-includes/rest-api.php | |
| 1545 | rest_handle_deprecated_argumentwp-includes/rest-api.php | |
| 1546 | rest_handle_deprecated_functionwp-includes/rest-api.php | |
| 1547 | rest_handle_doing_it_wrongwp-includes/rest-api.php | |
| 1548 | rest_handle_multi_type_schemawp-includes/rest-api.php | |
| 1549 | rest_handle_options_requestwp-includes/rest-api.php | |
| 1550 | rest_is_arraywp-includes/rest-api.php | |
| 1551 | rest_is_booleanwp-includes/rest-api.php | |
| 1552 | rest_is_field_includedwp-includes/rest-api.php | |
| 1553 | rest_is_integerwp-includes/rest-api.php | |
| 1554 | rest_is_ip_addresswp-includes/rest-api.php | |
| 1555 | rest_is_objectwp-includes/rest-api.php | |
| 1556 | rest_output_link_headerwp-includes/rest-api.php | |
| 1557 | rest_output_link_wp_headwp-includes/rest-api.php | |
| 1558 | rest_output_rsdwp-includes/rest-api.php | |
| 1559 | rest_parse_datewp-includes/rest-api.php | |
| 1560 | rest_parse_embed_paramwp-includes/rest-api.php | |
| 1561 | rest_parse_hex_colorwp-includes/rest-api.php | |
| 1562 | rest_parse_request_argwp-includes/rest-api.php | |
| 1563 | rest_preload_api_requestwp-includes/rest-api.php | |
| 1564 | rest_sanitize_arraywp-includes/rest-api.php | |
| 1565 | rest_sanitize_booleanwp-includes/rest-api.php | |
| 1566 | rest_sanitize_objectwp-includes/rest-api.php | |
| 1567 | rest_sanitize_request_argwp-includes/rest-api.php | |
| 1568 | rest_sanitize_value_from_schemawp-includes/rest-api.php | |
| 1569 | rest_send_allow_headerwp-includes/rest-api.php | |
| 1570 | rest_send_cors_headerswp-includes/rest-api.php | |
| 1571 | rest_stabilize_valuewp-includes/rest-api.php | |
| 1572 | rest_urlwp-includes/rest-api.php | |
| 1573 | rest_validate_array_contains_unique_itemswp-includes/rest-api.php | |
| 1574 | rest_validate_array_value_from_schemawp-includes/rest-api.php | |
| 1575 | rest_validate_boolean_value_from_schemawp-includes/rest-api.php | |
| 1576 | rest_validate_enumwp-includes/rest-api.php | |
| 1577 | rest_validate_integer_value_from_schemawp-includes/rest-api.php | |
| 1578 | rest_validate_null_value_from_schemawp-includes/rest-api.php | |
| 1579 | rest_validate_number_value_from_schemawp-includes/rest-api.php | |
| 1580 | rest_validate_object_value_from_schemawp-includes/rest-api.php | |
| 1581 | rest_validate_request_argwp-includes/rest-api.php | |
| 1582 | rest_validate_string_value_from_schemawp-includes/rest-api.php | |
| 1583 | rest_validate_value_from_schemawp-includes/rest-api.php | |
| 1584 | restore_current_localewp-includes/l10n.php | |
| 1585 | restore_previous_localewp-includes/l10n.php | |
| 1586 | retrieve_passwordwp-includes/user.php | |
| 1587 | retrieve_widgetswp-includes/widgets.php | |
| 1588 | revoke_super_adminwp-includes/capabilities.php | |
| 1589 | rewind_postswp-includes/query.php | |
| 1590 | rich_edit_existswp-includes/deprecated.php | |
| 1591 | rsd_linkwp-includes/general-template.php | |
| 1592 | rss2_site_iconwp-includes/feed.php | |
| 1593 | rss_enclosurewp-includes/feed.php | |
| 1594 | safecss_filter_attrwp-includes/kses.php | |
| 1595 | sanitize_bookmarkwp-includes/bookmark.php | |
| 1596 | sanitize_bookmark_fieldwp-includes/bookmark.php | |
| 1597 | sanitize_categorywp-includes/category.php | |
| 1598 | sanitize_category_fieldwp-includes/category.php | |
| 1599 | sanitize_comment_cookieswp-includes/comment.php | |
| 1600 | sanitize_emailwp-includes/formatting.php | |
| 1601 | sanitize_file_namewp-includes/formatting.php | |
| 1602 | sanitize_hex_colorwp-includes/formatting.php | |
| 1603 | sanitize_hex_color_no_hashwp-includes/formatting.php | |
| 1604 | sanitize_html_classwp-includes/formatting.php | |
| 1605 | sanitize_keywp-includes/formatting.php | |
| 1606 | sanitize_locale_namewp-includes/formatting.php | |
| 1607 | sanitize_metawp-includes/meta.php | |
| 1608 | sanitize_mime_typewp-includes/formatting.php | |
| 1609 | sanitize_optionwp-includes/formatting.php | |
| 1610 | sanitize_postwp-includes/post.php | |
| 1611 | sanitize_post_fieldwp-includes/post.php | |
| 1612 | sanitize_sql_orderbywp-includes/formatting.php | |
| 1613 | sanitize_termwp-includes/taxonomy.php | |
| 1614 | sanitize_term_fieldwp-includes/taxonomy.php | |
| 1615 | sanitize_text_fieldwp-includes/formatting.php | |
| 1616 | sanitize_textarea_fieldwp-includes/formatting.php | |
| 1617 | sanitize_titlewp-includes/formatting.php | |
| 1618 | sanitize_title_for_querywp-includes/formatting.php | |
| 1619 | sanitize_title_with_dasheswp-includes/formatting.php | |
| 1620 | sanitize_trackback_urlswp-includes/formatting.php | |
| 1621 | sanitize_urlwp-includes/formatting.php | |
| 1622 | sanitize_userwp-includes/formatting.php | |
| 1623 | sanitize_user_fieldwp-includes/user.php | |
| 1624 | sanitize_user_objectwp-includes/deprecated.php | |
| 1625 | script_concat_settingswp-includes/script-loader.php | |
| 1626 | search_theme_directorieswp-includes/theme.php | |
| 1627 | seems_utf8wp-includes/formatting.php | |
| 1628 | selectedwp-includes/general-template.php | |
| 1629 | self_admin_urlwp-includes/link-template.php | |
| 1630 | self_linkwp-includes/feed.php | |
| 1631 | send_confirmation_on_profile_emailwp-includes/user.php | |
| 1632 | send_frame_options_headerwp-includes/functions.php | |
| 1633 | send_nosniff_headerwp-includes/functions.php | |
| 1634 | send_origin_headerswp-includes/http.php | |
| 1635 | separate_commentswp-includes/comment.php | |
| 1636 | serialize_blockwp-includes/blocks.php | |
| 1637 | serialize_block_attributeswp-includes/blocks.php | |
| 1638 | serialize_blockswp-includes/blocks.php | |
| 1639 | set_current_userwp-includes/pluggable-deprecated.php | |
| 1640 | set_ignored_hooked_blocks_metadatawp-includes/blocks.php | |
| 1641 | set_post_formatwp-includes/post-formats.php | |
| 1642 | set_post_thumbnailwp-includes/post.php | |
| 1643 | set_post_thumbnail_sizewp-includes/media.php | |
| 1644 | set_post_typewp-includes/post.php | |
| 1645 | set_query_varwp-includes/query.php | |
| 1646 | set_site_transientwp-includes/option.php | |
| 1647 | set_theme_modwp-includes/theme.php | |
| 1648 | set_transientwp-includes/option.php | |
| 1649 | set_url_schemewp-includes/link-template.php | |
| 1650 | set_user_settingwp-includes/option.php | |
| 1651 | setup_postdatawp-includes/query.php | |
| 1652 | setup_userdatawp-includes/user.php | |
| 1653 | shortcode_attswp-includes/shortcodes.php | |
| 1654 | shortcode_existswp-includes/shortcodes.php | |
| 1655 | shortcode_parse_attswp-includes/shortcodes.php | |
| 1656 | shortcode_unautopwp-includes/formatting.php | |
| 1657 | show_admin_barwp-includes/admin-bar.php | |
| 1658 | shutdown_action_hookwp-includes/load.php | |
| 1659 | single_cat_titlewp-includes/general-template.php | |
| 1660 | single_month_titlewp-includes/general-template.php | |
| 1661 | single_post_titlewp-includes/general-template.php | |
| 1662 | single_tag_titlewp-includes/general-template.php | |
| 1663 | single_term_titlewp-includes/general-template.php | |
| 1664 | site_icon_urlwp-includes/general-template.php | |
| 1665 | site_urlwp-includes/link-template.php | |
| 1666 | size_formatwp-includes/functions.php | |
| 1667 | smilies_initwp-includes/functions.php | |
| 1668 | spawn_cronwp-includes/cron.php | |
| 1669 | start_post_rel_linkwp-includes/deprecated.php | |
| 1670 | start_wpwp-includes/deprecated.php | |
| 1671 | status_headerwp-includes/functions.php | |
| 1672 | stick_postwp-includes/post.php | |
| 1673 | sticky_classwp-includes/deprecated.php | |
| 1674 | strip_core_block_namespacewp-includes/blocks.php | |
| 1675 | strip_fragment_from_urlwp-includes/canonical.php | |
| 1676 | strip_shortcode_tagwp-includes/shortcodes.php | |
| 1677 | strip_shortcodeswp-includes/shortcodes.php | |
| 1678 | stripslashes_deepwp-includes/formatting.php | |
| 1679 | stripslashes_from_strings_onlywp-includes/formatting.php | |
| 1680 | styles_for_block_core_searchwp-includes/blocks/search.php | |
| 1681 | switch_themewp-includes/theme.php | |
| 1682 | switch_to_localewp-includes/l10n.php | |
| 1683 | switch_to_user_localewp-includes/l10n.php | |
| 1684 | tag_descriptionwp-includes/category-template.php | |
| 1685 | tag_escapewp-includes/formatting.php | |
| 1686 | taxonomy_existswp-includes/taxonomy.php | |
| 1687 | term_descriptionwp-includes/category-template.php | |
| 1688 | term_existswp-includes/taxonomy.php | |
| 1689 | term_is_ancestor_ofwp-includes/taxonomy.php | |
| 1690 | the_archive_descriptionwp-includes/general-template.php | |
| 1691 | the_archive_titlewp-includes/general-template.php | |
| 1692 | the_attachment_linkwp-includes/post-template.php | |
| 1693 | the_authorwp-includes/author-template.php | |
| 1694 | the_author_aimwp-includes/deprecated.php | |
| 1695 | the_author_descriptionwp-includes/deprecated.php | |
| 1696 | the_author_emailwp-includes/deprecated.php | |
| 1697 | the_author_firstnamewp-includes/deprecated.php | |
| 1698 | the_author_icqwp-includes/deprecated.php | |
| 1699 | the_author_lastnamewp-includes/deprecated.php | |
| 1700 | the_author_linkwp-includes/author-template.php | |
| 1701 | the_author_loginwp-includes/deprecated.php | |
| 1702 | the_author_metawp-includes/author-template.php | |
| 1703 | the_author_msnwp-includes/deprecated.php | |
| 1704 | the_author_nicknamewp-includes/deprecated.php | |
| 1705 | the_author_postswp-includes/author-template.php | |
| 1706 | the_author_posts_linkwp-includes/author-template.php | |
| 1707 | the_author_urlwp-includes/deprecated.php | |
| 1708 | the_author_yimwp-includes/deprecated.php | |
| 1709 | the_block_template_skip_linkwp-includes/deprecated.php | |
| 1710 | the_categorywp-includes/category-template.php | |
| 1711 | the_category_headwp-includes/deprecated.php | |
| 1712 | the_category_rsswp-includes/feed.php | |
| 1713 | the_commentwp-includes/query.php | |
| 1714 | the_comments_navigationwp-includes/link-template.php | |
| 1715 | the_comments_paginationwp-includes/link-template.php | |
| 1716 | the_contentwp-includes/post-template.php | |
| 1717 | the_content_feedwp-includes/feed.php | |
| 1718 | the_content_rsswp-includes/deprecated.php | |
| 1719 | the_custom_header_markupwp-includes/theme.php | |
| 1720 | the_custom_logowp-includes/general-template.php | |
| 1721 | the_datewp-includes/general-template.php | |
| 1722 | the_date_xmlwp-includes/general-template.php | |
| 1723 | the_editorwp-includes/deprecated.php | |
| 1724 | the_embed_site_titlewp-includes/embed.php | |
| 1725 | the_excerptwp-includes/post-template.php | |
| 1726 | the_excerpt_embedwp-includes/embed.php | |
| 1727 | the_excerpt_rsswp-includes/feed.php | |
| 1728 | the_feed_linkwp-includes/link-template.php | |
| 1729 | the_generatorwp-includes/general-template.php | |
| 1730 | the_guidwp-includes/post-template.php | |
| 1731 | the_header_image_tagwp-includes/theme.php | |
| 1732 | the_header_video_urlwp-includes/theme.php | |
| 1733 | the_metawp-includes/post-template.php | |
| 1734 | the_modified_authorwp-includes/author-template.php | |
| 1735 | the_modified_datewp-includes/general-template.php | |
| 1736 | the_modified_timewp-includes/general-template.php | |
| 1737 | the_permalinkwp-includes/link-template.php | |
| 1738 | the_permalink_rsswp-includes/feed.php | |
| 1739 | the_postwp-includes/query.php | |
| 1740 | the_post_navigationwp-includes/link-template.php | |
| 1741 | the_post_thumbnailwp-includes/post-thumbnail-template.php | |
| 1742 | the_post_thumbnail_captionwp-includes/post-thumbnail-template.php | |
| 1743 | the_post_thumbnail_urlwp-includes/post-thumbnail-template.php | |
| 1744 | the_posts_navigationwp-includes/link-template.php | |
| 1745 | the_posts_paginationwp-includes/link-template.php | |
| 1746 | the_privacy_policy_linkwp-includes/link-template.php | |
| 1747 | the_search_querywp-includes/general-template.php | |
| 1748 | the_shortlinkwp-includes/link-template.php | |
| 1749 | the_tagswp-includes/category-template.php | |
| 1750 | the_taxonomieswp-includes/taxonomy.php | |
| 1751 | the_termswp-includes/category-template.php | |
| 1752 | the_timewp-includes/general-template.php | |
| 1753 | the_titlewp-includes/post-template.php | |
| 1754 | the_title_attributewp-includes/post-template.php | |
| 1755 | the_title_rsswp-includes/feed.php | |
| 1756 | the_weekdaywp-includes/general-template.php | |
| 1757 | the_weekday_datewp-includes/general-template.php | |
| 1758 | the_widgetwp-includes/widgets.php | |
| 1759 | timer_floatwp-includes/load.php | |
| 1760 | timer_startwp-includes/load.php | |
| 1761 | timer_stopwp-includes/load.php | |
| 1762 | trackbackwp-includes/comment.php | |
| 1763 | trackback_rdfwp-includes/comment-template.php | |
| 1764 | trackback_urlwp-includes/comment-template.php | |
| 1765 | trackback_url_listwp-includes/post.php | |
| 1766 | trailingslashitwp-includes/formatting.php | |
| 1767 | translatewp-includes/l10n.php | |
| 1768 | translate_nooped_pluralwp-includes/l10n.php | |
| 1769 | translate_settings_using_i18n_schemawp-includes/l10n.php | |
| 1770 | translate_smileywp-includes/formatting.php | |
| 1771 | translate_user_rolewp-includes/l10n.php | |
| 1772 | translate_with_contextwp-includes/deprecated.php | |
| 1773 | translate_with_gettext_contextwp-includes/l10n.php | |
| 1774 | traverse_and_serialize_blockwp-includes/blocks.php | |
| 1775 | traverse_and_serialize_blockswp-includes/blocks.php | |
| 1776 | unescape_invalid_shortcodeswp-includes/shortcodes.php | |
| 1777 | unload_textdomainwp-includes/l10n.php | |
| 1778 | unregister_block_bindings_sourcewp-includes/block-bindings.php | |
| 1779 | unregister_block_patternwp-includes/class-wp-block-patterns-registry.php | |
| 1780 | unregister_block_pattern_categorywp-includes/class-wp-block-pattern-categories-registry.php | |
| 1781 | unregister_block_stylewp-includes/blocks.php | |
| 1782 | unregister_block_templatewp-includes/block-template.php | |
| 1783 | unregister_block_typewp-includes/blocks.php | |
| 1784 | unregister_default_headerswp-includes/theme.php | |
| 1785 | unregister_meta_keywp-includes/meta.php | |
| 1786 | unregister_nav_menuwp-includes/nav-menu.php | |
| 1787 | unregister_post_metawp-includes/post.php | |
| 1788 | unregister_post_typewp-includes/post.php | |
| 1789 | unregister_settingwp-includes/option.php | |
| 1790 | unregister_sidebarwp-includes/widgets.php | |
| 1791 | unregister_sidebar_widgetwp-includes/deprecated.php | |
| 1792 | unregister_taxonomywp-includes/taxonomy.php | |
| 1793 | unregister_taxonomy_for_object_typewp-includes/taxonomy.php | |
| 1794 | unregister_term_metawp-includes/taxonomy.php | |
| 1795 | unregister_widgetwp-includes/widgets.php | |
| 1796 | unregister_widget_controlwp-includes/deprecated.php | |
| 1797 | unstick_postwp-includes/post.php | |
| 1798 | untrailingslashitwp-includes/formatting.php | |
| 1799 | update_attached_filewp-includes/post.php | |
| 1800 | update_category_cachewp-includes/deprecated.php | |
| 1801 | update_comment_cachewp-includes/comment.php | |
| 1802 | update_comment_metawp-includes/comment.php | |
| 1803 | update_ignored_hooked_blocks_postmetawp-includes/blocks.php | |
| 1804 | update_menu_item_cachewp-includes/nav-menu.php | |
| 1805 | update_meta_cachewp-includes/meta.php | |
| 1806 | update_metadatawp-includes/meta.php | |
| 1807 | update_metadata_by_midwp-includes/meta.php | |
| 1808 | update_network_optionwp-includes/option.php | |
| 1809 | update_object_term_cachewp-includes/taxonomy.php | |
| 1810 | update_optionwp-includes/option.php | |
| 1811 | update_page_cachewp-includes/deprecated.php | |
| 1812 | update_post_author_cacheswp-includes/post.php | |
| 1813 | update_post_cachewp-includes/post.php | |
| 1814 | update_post_cacheswp-includes/post.php | |
| 1815 | update_post_metawp-includes/post.php | |
| 1816 | update_post_parent_cacheswp-includes/post.php | |
| 1817 | update_post_thumbnail_cachewp-includes/post-thumbnail-template.php | |
| 1818 | update_postmeta_cachewp-includes/post.php | |
| 1819 | update_site_optionwp-includes/option.php | |
| 1820 | update_term_cachewp-includes/taxonomy.php | |
| 1821 | update_term_metawp-includes/taxonomy.php | |
| 1822 | update_termmeta_cachewp-includes/taxonomy.php | |
| 1823 | update_user_cacheswp-includes/user.php | |
| 1824 | update_user_metawp-includes/user.php | |
| 1825 | update_user_optionwp-includes/user.php | |
| 1826 | update_usermetawp-includes/deprecated.php | |
| 1827 | url_is_accessable_via_sslwp-includes/deprecated.php | |
| 1828 | url_shortenwp-includes/formatting.php | |
| 1829 | url_to_postidwp-includes/rewrite.php | |
| 1830 | urldecode_deepwp-includes/formatting.php | |
| 1831 | urlencode_deepwp-includes/formatting.php | |
| 1832 | use_block_editor_for_postwp-includes/post.php | |
| 1833 | use_block_editor_for_post_typewp-includes/post.php | |
| 1834 | user_admin_urlwp-includes/link-template.php | |
| 1835 | user_canwp-includes/capabilities.php | |
| 1836 | user_can_create_draftwp-includes/deprecated.php | |
| 1837 | user_can_create_postwp-includes/deprecated.php | |
| 1838 | user_can_delete_postwp-includes/deprecated.php | |
| 1839 | user_can_delete_post_commentswp-includes/deprecated.php | |
| 1840 | user_can_edit_postwp-includes/deprecated.php | |
| 1841 | user_can_edit_post_commentswp-includes/deprecated.php | |
| 1842 | user_can_edit_post_datewp-includes/deprecated.php | |
| 1843 | user_can_edit_userwp-includes/deprecated.php | |
| 1844 | user_can_for_sitewp-includes/capabilities.php | |
| 1845 | user_can_richeditwp-includes/general-template.php | |
| 1846 | user_can_set_post_datewp-includes/deprecated.php | |
| 1847 | user_pass_okwp-includes/deprecated.php | |
| 1848 | user_trailingslashitwp-includes/link-template.php | |
| 1849 | username_existswp-includes/user.php | |
| 1850 | utf8_uri_encodewp-includes/formatting.php | |
| 1851 | valid_unicodewp-includes/kses.php | |
| 1852 | validate_current_themewp-includes/theme.php | |
| 1853 | validate_filewp-includes/functions.php | |
| 1854 | validate_theme_requirementswp-includes/theme.php | |
| 1855 | validate_usernamewp-includes/user.php | |
| 1856 | walk_category_dropdown_treewp-includes/category-template.php | |
| 1857 | walk_category_treewp-includes/category-template.php | |
| 1858 | walk_nav_menu_treewp-includes/nav-menu-template.php | |
| 1859 | walk_page_dropdown_treewp-includes/post-template.php | |
| 1860 | walk_page_treewp-includes/post-template.php | |
| 1861 | weblog_pingwp-includes/comment.php | |
| 1862 | win_is_writablewp-includes/functions.php | |
| 1863 | wlwmanifest_linkwp-includes/deprecated.php | |
| 1864 | wpwp-includes/functions.php | |
| 1865 | wp_add_editor_classic_theme_styleswp-includes/script-loader.php | |
| 1866 | wp_add_footnotes_to_revisionwp-includes/blocks/footnotes.php | |
| 1867 | wp_add_global_styles_for_blockswp-includes/global-styles-and-settings.php | |
| 1868 | wp_add_iframed_editor_assets_htmlwp-includes/deprecated.php | |
| 1869 | wp_add_inline_scriptwp-includes/functions.wp-scripts.php | |
| 1870 | wp_add_inline_stylewp-includes/functions.wp-styles.php | |
| 1871 | wp_add_object_termswp-includes/taxonomy.php | |
| 1872 | wp_add_parent_layout_to_parsed_blockwp-includes/block-supports/layout.php | |
| 1873 | wp_add_post_tagswp-includes/post.php | |
| 1874 | wp_add_trashed_suffix_to_post_name_for_postwp-includes/post.php | |
| 1875 | wp_add_trashed_suffix_to_post_name_for_trashed_postswp-includes/post.php | |
| 1876 | wp_admin_bar_add_secondary_groupswp-includes/admin-bar.php | |
| 1877 | wp_admin_bar_appearance_menuwp-includes/admin-bar.php | |
| 1878 | wp_admin_bar_comments_menuwp-includes/admin-bar.php | |
| 1879 | wp_admin_bar_customize_menuwp-includes/admin-bar.php | |
| 1880 | wp_admin_bar_dashboard_view_site_menuwp-includes/deprecated.php | |
| 1881 | wp_admin_bar_edit_menuwp-includes/admin-bar.php | |
| 1882 | wp_admin_bar_edit_site_menuwp-includes/admin-bar.php | |
| 1883 | wp_admin_bar_headerwp-includes/deprecated.php | |
| 1884 | wp_admin_bar_my_account_itemwp-includes/admin-bar.php | |
| 1885 | wp_admin_bar_my_account_menuwp-includes/admin-bar.php | |
| 1886 | wp_admin_bar_my_sites_menuwp-includes/admin-bar.php | |
| 1887 | wp_admin_bar_new_content_menuwp-includes/admin-bar.php | |
| 1888 | wp_admin_bar_recovery_mode_menuwp-includes/admin-bar.php | |
| 1889 | wp_admin_bar_renderwp-includes/admin-bar.php | |
| 1890 | wp_admin_bar_search_menuwp-includes/admin-bar.php | |
| 1891 | wp_admin_bar_shortlink_menuwp-includes/admin-bar.php | |
| 1892 | wp_admin_bar_sidebar_togglewp-includes/admin-bar.php | |
| 1893 | wp_admin_bar_site_menuwp-includes/admin-bar.php | |
| 1894 | wp_admin_bar_updates_menuwp-includes/admin-bar.php | |
| 1895 | wp_admin_bar_wp_menuwp-includes/admin-bar.php | |
| 1896 | wp_admin_csswp-includes/general-template.php | |
| 1897 | wp_admin_css_colorwp-includes/general-template.php | |
| 1898 | wp_admin_css_uriwp-includes/general-template.php | |
| 1899 | wp_admin_noticewp-includes/functions.php | |
| 1900 | wp_after_insert_postwp-includes/post.php | |
| 1901 | wp_ajax_press_this_add_categorywp-includes/deprecated.php | |
| 1902 | wp_ajax_press_this_save_postwp-includes/deprecated.php | |
| 1903 | wp_allow_commentwp-includes/comment.php | |
| 1904 | wp_allowed_protocolswp-includes/functions.php | |
| 1905 | wp_apply_alignment_supportwp-includes/block-supports/align.php | |
| 1906 | wp_apply_border_supportwp-includes/block-supports/border.php | |
| 1907 | wp_apply_colors_supportwp-includes/block-supports/colors.php | |
| 1908 | wp_apply_custom_classname_supportwp-includes/block-supports/custom-classname.php | |
| 1909 | wp_apply_dimensions_supportwp-includes/block-supports/dimensions.php | |
| 1910 | wp_apply_generated_classname_supportwp-includes/block-supports/generated-classname.php | |
| 1911 | wp_apply_shadow_supportwp-includes/block-supports/shadow.php | |
| 1912 | wp_apply_spacing_supportwp-includes/block-supports/spacing.php | |
| 1913 | wp_apply_typography_supportwp-includes/block-supports/typography.php | |
| 1914 | wp_array_slice_assocwp-includes/functions.php | |
| 1915 | wp_assign_widget_to_sidebarwp-includes/widgets.php | |
| 1916 | wp_attach_theme_preview_middlewarewp-includes/theme-previews.php | |
| 1917 | wp_attachment_iswp-includes/post.php | |
| 1918 | wp_attachment_is_imagewp-includes/post.php | |
| 1919 | wp_audio_shortcodewp-includes/media.php | |
| 1920 | wp_auth_checkwp-includes/functions.php | |
| 1921 | wp_auth_check_htmlwp-includes/functions.php | |
| 1922 | wp_auth_check_loadwp-includes/functions.php | |
| 1923 | wp_authenticatewp-includes/pluggable.php | |
| 1924 | wp_authenticate_application_passwordwp-includes/user.php | |
| 1925 | wp_authenticate_cookiewp-includes/user.php | |
| 1926 | wp_authenticate_email_passwordwp-includes/user.php | |
| 1927 | wp_authenticate_spam_checkwp-includes/user.php | |
| 1928 | wp_authenticate_username_passwordwp-includes/user.php | |
| 1929 | wp_autoload_values_to_autoloadwp-includes/option.php | |
| 1930 | wp_basenamewp-includes/formatting.php | |
| 1931 | wp_blacklist_checkwp-includes/deprecated.php | |
| 1932 | wp_block_theme_activate_noncewp-includes/theme-previews.php | |
| 1933 | wp_body_openwp-includes/general-template.php | |
| 1934 | wp_cache_addwp-includes/cache.php | |
| 1935 | wp_cache_add_global_groupswp-includes/cache.php | |
| 1936 | wp_cache_add_multiplewp-includes/cache.php | |
| 1937 | wp_cache_add_non_persistent_groupswp-includes/cache.php | |
| 1938 | wp_cache_closewp-includes/cache.php | |
| 1939 | wp_cache_decrwp-includes/cache.php | |
| 1940 | wp_cache_deletewp-includes/cache.php | |
| 1941 | wp_cache_delete_multiplewp-includes/cache.php | |
| 1942 | wp_cache_flushwp-includes/cache.php | |
| 1943 | wp_cache_flush_groupwp-includes/cache.php | |
| 1944 | wp_cache_flush_runtimewp-includes/cache.php | |
| 1945 | wp_cache_getwp-includes/cache.php | |
| 1946 | wp_cache_get_last_changedwp-includes/functions.php | |
| 1947 | wp_cache_get_multiplewp-includes/cache.php | |
| 1948 | wp_cache_incrwp-includes/cache.php | |
| 1949 | wp_cache_initwp-includes/cache.php | |
| 1950 | wp_cache_replacewp-includes/cache.php | |
| 1951 | wp_cache_resetwp-includes/cache.php | |
| 1952 | wp_cache_setwp-includes/cache.php | |
| 1953 | wp_cache_set_comments_last_changedwp-includes/comment.php | |
| 1954 | wp_cache_set_last_changedwp-includes/functions.php | |
| 1955 | wp_cache_set_multiplewp-includes/cache.php | |
| 1956 | wp_cache_set_posts_last_changedwp-includes/post.php | |
| 1957 | wp_cache_set_terms_last_changedwp-includes/taxonomy.php | |
| 1958 | wp_cache_set_users_last_changedwp-includes/user.php | |
| 1959 | wp_cache_supportswp-includes/cache.php | |
| 1960 | wp_cache_switch_to_blogwp-includes/cache.php | |
| 1961 | wp_calculate_image_sizeswp-includes/media.php | |
| 1962 | wp_calculate_image_srcsetwp-includes/media.php | |
| 1963 | wp_check_comment_datawp-includes/comment.php | |
| 1964 | wp_check_comment_data_max_lengthswp-includes/comment.php | |
| 1965 | wp_check_comment_disallowed_listwp-includes/comment.php | |
| 1966 | wp_check_comment_floodwp-includes/comment.php | |
| 1967 | wp_check_filetypewp-includes/functions.php | |
| 1968 | wp_check_filetype_and_extwp-includes/functions.php | |
| 1969 | wp_check_for_changed_dateswp-includes/post.php | |
| 1970 | wp_check_for_changed_slugswp-includes/post.php | |
| 1971 | wp_check_invalid_utf8wp-includes/formatting.php | |
| 1972 | wp_check_passwordwp-includes/pluggable.php | |
| 1973 | wp_check_php_mysql_versionswp-includes/load.php | |
| 1974 | wp_check_post_hierarchy_for_loopswp-includes/post.php | |
| 1975 | wp_check_revisioned_meta_fields_have_changedwp-includes/revision.php | |
| 1976 | wp_check_term_hierarchy_for_loopswp-includes/taxonomy.php | |
| 1977 | wp_check_term_meta_support_prefilterwp-includes/taxonomy.php | |
| 1978 | wp_check_widget_editor_depswp-includes/widgets.php | |
| 1979 | wp_checkdatewp-includes/functions.php | |
| 1980 | wp_clean_themes_cachewp-includes/theme.php | |
| 1981 | wp_clean_update_cachewp-includes/update.php | |
| 1982 | wp_clear_auth_cookiewp-includes/pluggable.php | |
| 1983 | wp_clear_scheduled_hookwp-includes/cron.php | |
| 1984 | wp_clearcookiewp-includes/pluggable-deprecated.php | |
| 1985 | wp_clonewp-includes/load.php | |
| 1986 | wp_comment_form_unfiltered_html_noncewp-includes/comment-template.php | |
| 1987 | wp_comments_personal_data_eraserwp-includes/comment.php | |
| 1988 | wp_comments_personal_data_exporterwp-includes/comment.php | |
| 1989 | wp_common_block_scripts_and_styleswp-includes/script-loader.php | |
| 1990 | wp_constrain_dimensionswp-includes/media.php | |
| 1991 | wp_convert_bytes_to_hrwp-includes/deprecated.php | |
| 1992 | wp_convert_hr_to_byteswp-includes/load.php | |
| 1993 | wp_convert_widget_settingswp-includes/widgets.php | |
| 1994 | wp_cookie_constantswp-includes/default-constants.php | |
| 1995 | wp_count_attachmentswp-includes/post.php | |
| 1996 | wp_count_commentswp-includes/comment.php | |
| 1997 | wp_count_postswp-includes/post.php | |
| 1998 | wp_count_termswp-includes/taxonomy.php | |
| 1999 | wp_create_block_style_variation_instance_namewp-includes/deprecated.php | |
| 2000 | wp_create_initial_post_metawp-includes/post.php | |
| 2001 | wp_create_nav_menuwp-includes/nav-menu.php | |
| 2002 | wp_create_noncewp-includes/pluggable.php | |
| 2003 | wp_create_userwp-includes/user.php | |
| 2004 | wp_create_user_requestwp-includes/user.php | |
| 2005 | wp_cronwp-includes/cron.php | |
| 2006 | wp_custom_css_cbwp-includes/theme.php | |
| 2007 | wp_customize_support_scriptwp-includes/theme.php | |
| 2008 | wp_customize_urlwp-includes/theme.php | |
| 2009 | wp_datewp-includes/functions.php | |
| 2010 | wp_debug_backtrace_summarywp-includes/functions.php | |
| 2011 | wp_debug_modewp-includes/load.php | |
| 2012 | wp_default_editorwp-includes/general-template.php | |
| 2013 | wp_default_packageswp-includes/script-loader.php | |
| 2014 | wp_default_packages_inline_scriptswp-includes/script-loader.php | |
| 2015 | wp_default_packages_scriptswp-includes/script-loader.php | |
| 2016 | wp_default_packages_vendorwp-includes/script-loader.php | |
| 2017 | wp_default_script_moduleswp-includes/script-modules.php | |
| 2018 | wp_default_scriptswp-includes/script-loader.php | |
| 2019 | wp_default_styleswp-includes/script-loader.php | |
| 2020 | wp_defer_comment_countingwp-includes/comment.php | |
| 2021 | wp_defer_term_countingwp-includes/taxonomy.php | |
| 2022 | wp_delete_all_temp_backupswp-includes/update.php | |
| 2023 | wp_delete_attachmentwp-includes/post.php | |
| 2024 | wp_delete_attachment_fileswp-includes/post.php | |
| 2025 | wp_delete_auto_draftswp-includes/post.php | |
| 2026 | wp_delete_categorywp-includes/taxonomy.php | |
| 2027 | wp_delete_commentwp-includes/comment.php | |
| 2028 | wp_delete_filewp-includes/functions.php | |
| 2029 | wp_delete_file_from_directorywp-includes/functions.php | |
| 2030 | wp_delete_nav_menuwp-includes/nav-menu.php | |
| 2031 | wp_delete_object_term_relationshipswp-includes/taxonomy.php | |
| 2032 | wp_delete_postwp-includes/post.php | |
| 2033 | wp_delete_post_revisionwp-includes/revision.php | |
| 2034 | wp_delete_termwp-includes/taxonomy.php | |
| 2035 | wp_dependencies_unique_hostswp-includes/general-template.php | |
| 2036 | wp_dequeue_scriptwp-includes/functions.wp-scripts.php | |
| 2037 | wp_dequeue_script_modulewp-includes/script-modules.php | |
| 2038 | wp_dequeue_stylewp-includes/functions.wp-styles.php | |
| 2039 | wp_deregister_scriptwp-includes/functions.wp-scripts.php | |
| 2040 | wp_deregister_script_modulewp-includes/script-modules.php | |
| 2041 | wp_deregister_stylewp-includes/functions.wp-styles.php | |
| 2042 | wp_destroy_all_sessionswp-includes/user.php | |
| 2043 | wp_destroy_current_sessionwp-includes/user.php | |
| 2044 | wp_destroy_other_sessionswp-includes/user.php | |
| 2045 | wp_determine_option_autoload_valuewp-includes/option.php | |
| 2046 | wp_diewp-includes/functions.php | |
| 2047 | wp_direct_php_update_buttonwp-includes/functions.php | |
| 2048 | wp_doing_ajaxwp-includes/load.php | |
| 2049 | wp_doing_cronwp-includes/load.php | |
| 2050 | wp_dropdown_categorieswp-includes/category-template.php | |
| 2051 | wp_dropdown_languageswp-includes/l10n.php | |
| 2052 | wp_dropdown_pageswp-includes/post-template.php | |
| 2053 | wp_dropdown_userswp-includes/user.php | |
| 2054 | wp_editorwp-includes/general-template.php | |
| 2055 | wp_embed_defaultswp-includes/embed.php | |
| 2056 | wp_embed_excerpt_attachmentwp-includes/embed.php | |
| 2057 | wp_embed_excerpt_morewp-includes/embed.php | |
| 2058 | wp_embed_handler_audiowp-includes/embed.php | |
| 2059 | wp_embed_handler_googlevideowp-includes/deprecated.php | |
| 2060 | wp_embed_handler_videowp-includes/embed.php | |
| 2061 | wp_embed_handler_youtubewp-includes/embed.php | |
| 2062 | wp_embed_register_handlerwp-includes/embed.php | |
| 2063 | wp_embed_unregister_handlerwp-includes/embed.php | |
| 2064 | wp_enable_block_templateswp-includes/theme-templates.php | |
| 2065 | wp_encode_emojiwp-includes/formatting.php | |
| 2066 | wp_enqueue_admin_bar_bump_styleswp-includes/admin-bar.php | |
| 2067 | wp_enqueue_admin_bar_header_styleswp-includes/admin-bar.php | |
| 2068 | wp_enqueue_block_stylewp-includes/script-loader.php | |
| 2069 | wp_enqueue_block_style_variation_styleswp-includes/block-supports/block-style-variations.php | |
| 2070 | wp_enqueue_block_support_styleswp-includes/script-loader.php | |
| 2071 | wp_enqueue_block_template_skip_linkwp-includes/theme-templates.php | |
| 2072 | wp_enqueue_classic_theme_styleswp-includes/script-loader.php | |
| 2073 | wp_enqueue_code_editorwp-includes/general-template.php | |
| 2074 | wp_enqueue_editorwp-includes/general-template.php | |
| 2075 | wp_enqueue_editor_block_directory_assetswp-includes/script-loader.php | |
| 2076 | wp_enqueue_editor_format_library_assetswp-includes/script-loader.php | |
| 2077 | wp_enqueue_embed_styleswp-includes/embed.php | |
| 2078 | wp_enqueue_emoji_styleswp-includes/formatting.php | |
| 2079 | wp_enqueue_global_styleswp-includes/script-loader.php | |
| 2080 | wp_enqueue_global_styles_css_custom_propertieswp-includes/script-loader.php | |
| 2081 | wp_enqueue_global_styles_custom_csswp-includes/deprecated.php | |
| 2082 | wp_enqueue_mediawp-includes/media.php | |
| 2083 | wp_enqueue_registered_block_scripts_and_styleswp-includes/script-loader.php | |
| 2084 | wp_enqueue_scriptwp-includes/functions.wp-scripts.php | |
| 2085 | wp_enqueue_script_modulewp-includes/script-modules.php | |
| 2086 | wp_enqueue_scriptswp-includes/script-loader.php | |
| 2087 | wp_enqueue_stored_styleswp-includes/script-loader.php | |
| 2088 | wp_enqueue_stylewp-includes/functions.wp-styles.php | |
| 2089 | wp_expand_dimensionswp-includes/media.php | |
| 2090 | wp_explain_noncewp-includes/deprecated.php | |
| 2091 | wp_ext2typewp-includes/functions.php | |
| 2092 | wp_extract_urlswp-includes/functions.php | |
| 2093 | wp_favicon_requestwp-includes/load.php | |
| 2094 | wp_filesizewp-includes/functions.php | |
| 2095 | wp_filter_commentwp-includes/comment.php | |
| 2096 | wp_filter_content_tagswp-includes/media.php | |
| 2097 | wp_filter_default_autoload_value_via_option_sizewp-includes/option.php | |
| 2098 | wp_filter_global_styles_postwp-includes/kses.php | |
| 2099 | wp_filter_kseswp-includes/kses.php | |
| 2100 | wp_filter_nohtml_kseswp-includes/kses.php | |
| 2101 | wp_filter_object_listwp-includes/functions.php | |
| 2102 | wp_filter_oembed_iframe_title_attributewp-includes/embed.php | |
| 2103 | wp_filter_oembed_resultwp-includes/embed.php | |
| 2104 | wp_filter_out_block_nodeswp-includes/script-loader.php | |
| 2105 | wp_filter_post_kseswp-includes/kses.php | |
| 2106 | wp_filter_pre_oembed_resultwp-includes/embed.php | |
| 2107 | wp_filter_wp_template_unique_post_slugwp-includes/theme-templates.php | |
| 2108 | wp_finalize_scraping_edited_file_errorswp-includes/load.php | |
| 2109 | wp_find_hierarchy_loopwp-includes/functions.php | |
| 2110 | wp_find_hierarchy_loop_tortoise_harewp-includes/functions.php | |
| 2111 | wp_find_widgets_sidebarwp-includes/widgets.php | |
| 2112 | wp_fix_server_varswp-includes/load.php | |
| 2113 | wp_font_dirwp-includes/fonts.php | |
| 2114 | wp_footerwp-includes/general-template.php | |
| 2115 | wp_force_plain_post_permalinkwp-includes/link-template.php | |
| 2116 | wp_functionality_constantswp-includes/default-constants.php | |
| 2117 | wp_fuzzy_number_matchwp-includes/functions.php | |
| 2118 | wp_generate_auth_cookiewp-includes/pluggable.php | |
| 2119 | wp_generate_block_templates_export_filewp-includes/block-template-utils.php | |
| 2120 | wp_generate_passwordwp-includes/pluggable.php | |
| 2121 | wp_generate_tag_cloudwp-includes/category-template.php | |
| 2122 | wp_generate_user_request_keywp-includes/user.php | |
| 2123 | wp_generate_uuid4wp-includes/functions.php | |
| 2124 | wp_generatorwp-includes/general-template.php | |
| 2125 | wp_get_active_and_valid_pluginswp-includes/load.php | |
| 2126 | wp_get_active_and_valid_themeswp-includes/load.php | |
| 2127 | wp_get_additional_image_sizeswp-includes/media.php | |
| 2128 | wp_get_admin_noticewp-includes/functions.php | |
| 2129 | wp_get_all_sessionswp-includes/user.php | |
| 2130 | wp_get_archiveswp-includes/general-template.php | |
| 2131 | wp_get_associated_nav_menu_itemswp-includes/nav-menu.php | |
| 2132 | wp_get_attachment_captionwp-includes/post.php | |
| 2133 | wp_get_attachment_id3_keyswp-includes/media.php | |
| 2134 | wp_get_attachment_imagewp-includes/media.php | |
| 2135 | wp_get_attachment_image_sizeswp-includes/media.php | |
| 2136 | wp_get_attachment_image_srcwp-includes/media.php | |
| 2137 | wp_get_attachment_image_srcsetwp-includes/media.php | |
| 2138 | wp_get_attachment_image_urlwp-includes/media.php | |
| 2139 | wp_get_attachment_linkwp-includes/post-template.php | |
| 2140 | wp_get_attachment_metadatawp-includes/post.php | |
| 2141 | wp_get_attachment_thumb_filewp-includes/deprecated.php | |
| 2142 | wp_get_attachment_thumb_urlwp-includes/post.php | |
| 2143 | wp_get_attachment_urlwp-includes/post.php | |
| 2144 | wp_get_audio_extensionswp-includes/media.php | |
| 2145 | wp_get_avif_infowp-includes/media.php | |
| 2146 | wp_get_block_css_selectorwp-includes/global-styles-and-settings.php | |
| 2147 | wp_get_block_default_classnamewp-includes/block-supports/generated-classname.php | |
| 2148 | wp_get_block_style_variation_name_from_classwp-includes/block-supports/block-style-variations.php | |
| 2149 | wp_get_canonical_urlwp-includes/link-template.php | |
| 2150 | wp_get_code_editor_settingswp-includes/general-template.php | |
| 2151 | wp_get_comment_fields_max_lengthswp-includes/comment.php | |
| 2152 | wp_get_comment_statuswp-includes/comment.php | |
| 2153 | wp_get_computed_fluid_typography_valuewp-includes/block-supports/typography.php | |
| 2154 | wp_get_cookie_loginwp-includes/pluggable-deprecated.php | |
| 2155 | wp_get_current_commenterwp-includes/comment.php | |
| 2156 | wp_get_current_userwp-includes/pluggable.php | |
| 2157 | wp_get_custom_csswp-includes/theme.php | |
| 2158 | wp_get_custom_css_postwp-includes/theme.php | |
| 2159 | wp_get_default_extension_for_mime_typewp-includes/functions.php | |
| 2160 | wp_get_default_update_https_urlwp-includes/functions.php | |
| 2161 | wp_get_default_update_php_urlwp-includes/functions.php | |
| 2162 | wp_get_development_modewp-includes/load.php | |
| 2163 | wp_get_direct_php_update_urlwp-includes/functions.php | |
| 2164 | wp_get_direct_update_https_urlwp-includes/functions.php | |
| 2165 | wp_get_document_titlewp-includes/general-template.php | |
| 2166 | wp_get_duotone_filter_idwp-includes/deprecated.php | |
| 2167 | wp_get_duotone_filter_propertywp-includes/deprecated.php | |
| 2168 | wp_get_duotone_filter_svgwp-includes/deprecated.php | |
| 2169 | wp_get_elements_class_namewp-includes/block-supports/elements.php | |
| 2170 | wp_get_environment_typewp-includes/load.php | |
| 2171 | wp_get_ext_typeswp-includes/functions.php | |
| 2172 | wp_get_extension_error_descriptionwp-includes/error-protection.php | |
| 2173 | wp_get_first_blockwp-includes/block-editor.php | |
| 2174 | wp_get_font_dirwp-includes/fonts.php | |
| 2175 | wp_get_footnotes_from_revisionwp-includes/blocks/footnotes.php | |
| 2176 | wp_get_global_settingswp-includes/global-styles-and-settings.php | |
| 2177 | wp_get_global_styleswp-includes/global-styles-and-settings.php | |
| 2178 | wp_get_global_styles_custom_csswp-includes/deprecated.php | |
| 2179 | wp_get_global_styles_svg_filterswp-includes/deprecated.php | |
| 2180 | wp_get_global_stylesheetwp-includes/global-styles-and-settings.php | |
| 2181 | wp_get_httpwp-includes/deprecated.php | |
| 2182 | wp_get_http_headerswp-includes/functions.php | |
| 2183 | wp_get_https_detection_errorswp-includes/https-detection.php | |
| 2184 | wp_get_image_editorwp-includes/media.php | |
| 2185 | wp_get_image_editor_output_formatwp-includes/media.php | |
| 2186 | wp_get_image_mimewp-includes/functions.php | |
| 2187 | wp_get_inline_script_tagwp-includes/script-loader.php | |
| 2188 | wp_get_installed_translationswp-includes/l10n.php | |
| 2189 | wp_get_l10n_php_file_datawp-includes/l10n.php | |
| 2190 | wp_get_latest_revision_id_and_total_countwp-includes/revision.php | |
| 2191 | wp_get_layout_definitionswp-includes/block-supports/layout.php | |
| 2192 | wp_get_layout_stylewp-includes/block-supports/layout.php | |
| 2193 | wp_get_linkswp-includes/deprecated.php | |
| 2194 | wp_get_linksbynamewp-includes/deprecated.php | |
| 2195 | wp_get_list_item_separatorwp-includes/l10n.php | |
| 2196 | wp_get_loading_attr_defaultwp-includes/deprecated.php | |
| 2197 | wp_get_loading_optimization_attributeswp-includes/media.php | |
| 2198 | wp_get_mime_typeswp-includes/functions.php | |
| 2199 | wp_get_mu_pluginswp-includes/load.php | |
| 2200 | wp_get_nav_menu_itemswp-includes/nav-menu.php | |
| 2201 | wp_get_nav_menu_namewp-includes/nav-menu.php | |
| 2202 | wp_get_nav_menu_objectwp-includes/nav-menu.php | |
| 2203 | wp_get_nav_menuswp-includes/nav-menu.php | |
| 2204 | wp_get_nocache_headerswp-includes/functions.php | |
| 2205 | wp_get_object_termswp-includes/taxonomy.php | |
| 2206 | wp_get_original_image_pathwp-includes/post.php | |
| 2207 | wp_get_original_image_urlwp-includes/post.php | |
| 2208 | wp_get_original_refererwp-includes/functions.php | |
| 2209 | wp_get_password_hintwp-includes/user.php | |
| 2210 | wp_get_pomo_file_datawp-includes/l10n.php | |
| 2211 | wp_get_post_autosavewp-includes/revision.php | |
| 2212 | wp_get_post_categorieswp-includes/post.php | |
| 2213 | wp_get_post_catswp-includes/deprecated.php | |
| 2214 | wp_get_post_content_block_attributeswp-includes/block-editor.php | |
| 2215 | wp_get_post_parent_idwp-includes/post.php | |
| 2216 | wp_get_post_revisionwp-includes/revision.php | |
| 2217 | wp_get_post_revisionswp-includes/revision.php | |
| 2218 | wp_get_post_revisions_urlwp-includes/revision.php | |
| 2219 | wp_get_post_tagswp-includes/post.php | |
| 2220 | wp_get_post_termswp-includes/post.php | |
| 2221 | wp_get_raw_refererwp-includes/functions.php | |
| 2222 | wp_get_ready_cron_jobswp-includes/cron.php | |
| 2223 | wp_get_recent_postswp-includes/post.php | |
| 2224 | wp_get_refererwp-includes/functions.php | |
| 2225 | wp_get_registered_image_subsizeswp-includes/media.php | |
| 2226 | wp_get_schedulewp-includes/cron.php | |
| 2227 | wp_get_scheduled_eventwp-includes/cron.php | |
| 2228 | wp_get_scheduleswp-includes/cron.php | |
| 2229 | wp_get_script_polyfillwp-includes/script-loader.php | |
| 2230 | wp_get_script_tagwp-includes/script-loader.php | |
| 2231 | wp_get_server_protocolwp-includes/load.php | |
| 2232 | wp_get_session_tokenwp-includes/user.php | |
| 2233 | wp_get_shortlinkwp-includes/link-template.php | |
| 2234 | wp_get_sidebarwp-includes/widgets.php | |
| 2235 | wp_get_sidebars_widgetswp-includes/widgets.php | |
| 2236 | wp_get_single_postwp-includes/deprecated.php | |
| 2237 | wp_get_sitemap_providerswp-includes/sitemaps.php | |
| 2238 | wp_get_split_termwp-includes/taxonomy.php | |
| 2239 | wp_get_split_termswp-includes/taxonomy.php | |
| 2240 | wp_get_term_taxonomy_parent_idwp-includes/taxonomy.php | |
| 2241 | wp_get_themewp-includes/theme.php | |
| 2242 | wp_get_theme_data_custom_templateswp-includes/global-styles-and-settings.php | |
| 2243 | wp_get_theme_data_template_partswp-includes/global-styles-and-settings.php | |
| 2244 | wp_get_theme_directory_pattern_slugswp-includes/global-styles-and-settings.php | |
| 2245 | wp_get_theme_preview_pathwp-includes/theme-previews.php | |
| 2246 | wp_get_themeswp-includes/theme.php | |
| 2247 | wp_get_translation_updateswp-includes/update.php | |
| 2248 | wp_get_typography_font_size_valuewp-includes/block-supports/typography.php | |
| 2249 | wp_get_typography_value_and_unitwp-includes/block-supports/typography.php | |
| 2250 | wp_get_unapproved_comment_author_emailwp-includes/comment.php | |
| 2251 | wp_get_update_datawp-includes/update.php | |
| 2252 | wp_get_update_https_urlwp-includes/functions.php | |
| 2253 | wp_get_update_php_annotationwp-includes/functions.php | |
| 2254 | wp_get_update_php_urlwp-includes/functions.php | |
| 2255 | wp_get_upload_dirwp-includes/functions.php | |
| 2256 | wp_get_user_contact_methodswp-includes/user.php | |
| 2257 | wp_get_user_requestwp-includes/user.php | |
| 2258 | wp_get_user_request_datawp-includes/deprecated.php | |
| 2259 | wp_get_users_with_no_rolewp-includes/user.php | |
| 2260 | wp_get_video_extensionswp-includes/media.php | |
| 2261 | wp_get_webp_infowp-includes/media.php | |
| 2262 | wp_get_widget_defaultswp-includes/widgets.php | |
| 2263 | wp_get_word_count_typewp-includes/l10n.php | |
| 2264 | wp_get_wp_versionwp-includes/functions.php | |
| 2265 | wp_getimagesizewp-includes/media.php | |
| 2266 | wp_global_styles_render_svg_filterswp-includes/deprecated.php | |
| 2267 | wp_guess_urlwp-includes/functions.php | |
| 2268 | wp_handle_comment_submissionwp-includes/comment.php | |
| 2269 | wp_has_border_feature_supportwp-includes/block-supports/border.php | |
| 2270 | wp_hashwp-includes/pluggable.php | |
| 2271 | wp_hash_passwordwp-includes/pluggable.php | |
| 2272 | wp_headwp-includes/general-template.php | |
| 2273 | wp_heartbeat_settingswp-includes/general-template.php | |
| 2274 | wp_high_priority_element_flagwp-includes/media.php | |
| 2275 | wp_html_excerptwp-includes/formatting.php | |
| 2276 | wp_html_splitwp-includes/formatting.php | |
| 2277 | wp_htmledit_prewp-includes/deprecated.php | |
| 2278 | wp_http_supportswp-includes/http.php | |
| 2279 | wp_http_validate_urlwp-includes/http.php | |
| 2280 | wp_iframe_tag_add_loading_attrwp-includes/media.php | |
| 2281 | wp_image_add_srcset_and_sizeswp-includes/media.php | |
| 2282 | wp_image_editor_supportswp-includes/media.php | |
| 2283 | wp_image_file_matches_image_metawp-includes/media.php | |
| 2284 | wp_image_matches_ratiowp-includes/media.php | |
| 2285 | wp_image_src_get_dimensionswp-includes/media.php | |
| 2286 | wp_imagecreatetruecolorwp-includes/media.php | |
| 2287 | wp_img_tag_add_auto_sizeswp-includes/media.php | |
| 2288 | wp_img_tag_add_decoding_attrwp-includes/deprecated.php | |
| 2289 | wp_img_tag_add_loading_attrwp-includes/deprecated.php | |
| 2290 | wp_img_tag_add_loading_optimization_attrswp-includes/media.php | |
| 2291 | wp_img_tag_add_srcset_and_sizes_attrwp-includes/media.php | |
| 2292 | wp_img_tag_add_width_and_height_attrwp-includes/media.php | |
| 2293 | wp_increase_content_media_countwp-includes/media.php | |
| 2294 | wp_init_targeted_link_rel_filterswp-includes/formatting.php | |
| 2295 | wp_initial_constantswp-includes/default-constants.php | |
| 2296 | wp_initialize_theme_preview_hookswp-includes/theme-previews.php | |
| 2297 | wp_insert_attachmentwp-includes/post.php | |
| 2298 | wp_insert_commentwp-includes/comment.php | |
| 2299 | wp_insert_postwp-includes/post.php | |
| 2300 | wp_insert_termwp-includes/taxonomy.php | |
| 2301 | wp_insert_userwp-includes/user.php | |
| 2302 | wp_installingwp-includes/load.php | |
| 2303 | wp_interactivitywp-includes/interactivity-api/interactivity-api.php | |
| 2304 | wp_interactivity_configwp-includes/interactivity-api/interactivity-api.php | |
| 2305 | wp_interactivity_data_wp_contextwp-includes/interactivity-api/interactivity-api.php | |
| 2306 | wp_interactivity_get_contextwp-includes/interactivity-api/interactivity-api.php | |
| 2307 | wp_interactivity_get_elementwp-includes/interactivity-api/interactivity-api.php | |
| 2308 | wp_interactivity_process_directiveswp-includes/interactivity-api/interactivity-api.php | |
| 2309 | wp_interactivity_process_directives_of_interactive_blockswp-includes/deprecated.php | |
| 2310 | wp_interactivity_statewp-includes/interactivity-api/interactivity-api.php | |
| 2311 | wp_internal_hostswp-includes/link-template.php | |
| 2312 | wp_is_application_passwords_availablewp-includes/user.php | |
| 2313 | wp_is_application_passwords_available_for_userwp-includes/user.php | |
| 2314 | wp_is_application_passwords_supportedwp-includes/user.php | |
| 2315 | wp_is_block_themewp-includes/theme.php | |
| 2316 | wp_is_development_modewp-includes/load.php | |
| 2317 | wp_is_fatal_error_handler_enabledwp-includes/error-protection.php | |
| 2318 | wp_is_file_mod_allowedwp-includes/load.php | |
| 2319 | wp_is_heic_image_mime_typewp-includes/functions.php | |
| 2320 | wp_is_home_url_using_httpswp-includes/https-detection.php | |
| 2321 | wp_is_https_supportedwp-includes/https-detection.php | |
| 2322 | wp_is_ini_value_changeablewp-includes/load.php | |
| 2323 | wp_is_internal_linkwp-includes/link-template.php | |
| 2324 | wp_is_large_user_countwp-includes/user.php | |
| 2325 | wp_is_local_html_outputwp-includes/https-detection.php | |
| 2326 | wp_is_maintenance_modewp-includes/load.php | |
| 2327 | wp_is_mobilewp-includes/vars.php | |
| 2328 | wp_is_numeric_arraywp-includes/functions.php | |
| 2329 | wp_is_password_reset_allowed_for_userwp-includes/user.php | |
| 2330 | wp_is_post_autosavewp-includes/revision.php | |
| 2331 | wp_is_post_revisionwp-includes/revision.php | |
| 2332 | wp_is_recovery_modewp-includes/load.php | |
| 2333 | wp_is_rest_endpointwp-includes/rest-api.php | |
| 2334 | wp_is_serving_rest_requestwp-includes/functions.php | |
| 2335 | wp_is_site_url_using_httpswp-includes/https-detection.php | |
| 2336 | wp_is_streamwp-includes/functions.php | |
| 2337 | wp_is_theme_directory_ignoredwp-includes/block-template-utils.php | |
| 2338 | wp_is_using_httpswp-includes/https-detection.php | |
| 2339 | wp_is_uuidwp-includes/functions.php | |
| 2340 | wp_is_writablewp-includes/functions.php | |
| 2341 | wp_is_xml_requestwp-includes/load.php | |
| 2342 | wp_iso_descramblerwp-includes/formatting.php | |
| 2343 | wp_just_in_time_script_localizationwp-includes/script-loader.php | |
| 2344 | wp_kseswp-includes/kses.php | |
| 2345 | wp_kses_allowed_htmlwp-includes/kses.php | |
| 2346 | wp_kses_array_lcwp-includes/kses.php | |
| 2347 | wp_kses_attrwp-includes/kses.php | |
| 2348 | wp_kses_attr_checkwp-includes/kses.php | |
| 2349 | wp_kses_attr_parsewp-includes/kses.php | |
| 2350 | wp_kses_bad_protocolwp-includes/kses.php | |
| 2351 | wp_kses_bad_protocol_oncewp-includes/kses.php | |
| 2352 | wp_kses_bad_protocol_once2wp-includes/kses.php | |
| 2353 | wp_kses_check_attr_valwp-includes/kses.php | |
| 2354 | wp_kses_datawp-includes/kses.php | |
| 2355 | wp_kses_decode_entitieswp-includes/kses.php | |
| 2356 | wp_kses_hairwp-includes/kses.php | |
| 2357 | wp_kses_hair_parsewp-includes/kses.php | |
| 2358 | wp_kses_hookwp-includes/kses.php | |
| 2359 | wp_kses_html_errorwp-includes/kses.php | |
| 2360 | wp_kses_named_entitieswp-includes/kses.php | |
| 2361 | wp_kses_no_nullwp-includes/kses.php | |
| 2362 | wp_kses_normalize_entitieswp-includes/kses.php | |
| 2363 | wp_kses_normalize_entities2wp-includes/kses.php | |
| 2364 | wp_kses_normalize_entities3wp-includes/kses.php | |
| 2365 | wp_kses_one_attrwp-includes/kses.php | |
| 2366 | wp_kses_postwp-includes/kses.php | |
| 2367 | wp_kses_post_deepwp-includes/kses.php | |
| 2368 | wp_kses_splitwp-includes/kses.php | |
| 2369 | wp_kses_split2wp-includes/kses.php | |
| 2370 | wp_kses_stripslasheswp-includes/kses.php | |
| 2371 | wp_kses_uri_attributeswp-includes/kses.php | |
| 2372 | wp_kses_versionwp-includes/kses.php | |
| 2373 | wp_kses_xml_named_entitieswp-includes/kses.php | |
| 2374 | wp_latest_comments_draft_or_post_titlewp-includes/blocks/latest-comments.php | |
| 2375 | wp_lazy_loading_enabledwp-includes/media.php | |
| 2376 | wp_lazyload_comment_metawp-includes/comment.php | |
| 2377 | wp_lazyload_term_metawp-includes/taxonomy.php | |
| 2378 | wp_link_pageswp-includes/post-template.php | |
| 2379 | wp_list_authorswp-includes/author-template.php | |
| 2380 | wp_list_bookmarkswp-includes/bookmark-template.php | |
| 2381 | wp_list_categorieswp-includes/category-template.php | |
| 2382 | wp_list_catswp-includes/deprecated.php | |
| 2383 | wp_list_commentswp-includes/comment-template.php | |
| 2384 | wp_list_filterwp-includes/functions.php | |
| 2385 | wp_list_pageswp-includes/post-template.php | |
| 2386 | wp_list_pluckwp-includes/functions.php | |
| 2387 | wp_list_post_revisionswp-includes/post-template.php | |
| 2388 | wp_list_sortwp-includes/functions.php | |
| 2389 | wp_list_userswp-includes/user.php | |
| 2390 | wp_load_alloptionswp-includes/option.php | |
| 2391 | wp_load_core_site_optionswp-includes/option.php | |
| 2392 | wp_load_imagewp-includes/deprecated.php | |
| 2393 | wp_load_translations_earlywp-includes/load.php | |
| 2394 | wp_localize_community_eventswp-includes/script-loader.php | |
| 2395 | wp_localize_jquery_ui_datepickerwp-includes/script-loader.php | |
| 2396 | wp_localize_scriptwp-includes/functions.wp-scripts.php | |
| 2397 | wp_loginwp-includes/pluggable-deprecated.php | |
| 2398 | wp_login_formwp-includes/general-template.php | |
| 2399 | wp_login_urlwp-includes/general-template.php | |
| 2400 | wp_loginoutwp-includes/general-template.php | |
| 2401 | wp_logoutwp-includes/pluggable.php | |
| 2402 | wp_logout_urlwp-includes/general-template.php | |
| 2403 | wp_lostpassword_urlwp-includes/general-template.php | |
| 2404 | wp_magic_quoteswp-includes/load.php | |
| 2405 | wp_mailwp-includes/pluggable.php | |
| 2406 | wp_maintenancewp-includes/load.php | |
| 2407 | wp_make_content_images_responsivewp-includes/deprecated.php | |
| 2408 | wp_make_link_relativewp-includes/formatting.php | |
| 2409 | wp_map_nav_menu_locationswp-includes/nav-menu.php | |
| 2410 | wp_map_sidebars_widgetswp-includes/widgets.php | |
| 2411 | wp_match_mime_typeswp-includes/post.php | |
| 2412 | wp_max_upload_sizewp-includes/media.php | |
| 2413 | wp_maybe_add_fetchpriority_high_attrwp-includes/media.php | |
| 2414 | wp_maybe_auto_updatewp-includes/update.php | |
| 2415 | wp_maybe_decline_datewp-includes/functions.php | |
| 2416 | wp_maybe_generate_attachment_metadatawp-includes/media.php | |
| 2417 | wp_maybe_grant_install_languages_capwp-includes/capabilities.php | |
| 2418 | wp_maybe_grant_resume_extensions_capswp-includes/capabilities.php | |
| 2419 | wp_maybe_grant_site_health_capswp-includes/capabilities.php | |
| 2420 | wp_maybe_inline_styleswp-includes/script-loader.php | |
| 2421 | wp_maybe_load_embedswp-includes/embed.php | |
| 2422 | wp_maybe_load_widgetswp-includes/functions.php | |
| 2423 | wp_maybe_update_user_countswp-includes/user.php | |
| 2424 | wp_media_personal_data_exporterwp-includes/media.php | |
| 2425 | wp_mediaelement_fallbackwp-includes/media.php | |
| 2426 | wp_metawp-includes/general-template.php | |
| 2427 | wp_metadata_lazyloaderwp-includes/meta.php | |
| 2428 | wp_migrate_old_typography_shapewp-includes/blocks.php | |
| 2429 | wp_mime_type_iconwp-includes/post.php | |
| 2430 | wp_mkdir_pwp-includes/functions.php | |
| 2431 | wp_nav_menuwp-includes/nav-menu-template.php | |
| 2432 | wp_nav_menu_remove_menu_item_has_children_classwp-includes/nav-menu-template.php | |
| 2433 | wp_new_commentwp-includes/comment.php | |
| 2434 | wp_new_comment_notify_moderatorwp-includes/comment.php | |
| 2435 | wp_new_comment_notify_postauthorwp-includes/comment.php | |
| 2436 | wp_new_user_notificationwp-includes/pluggable.php | |
| 2437 | wp_next_scheduledwp-includes/cron.php | |
| 2438 | wp_no_robotswp-includes/deprecated.php | |
| 2439 | wp_nonce_ayswp-includes/functions.php | |
| 2440 | wp_nonce_fieldwp-includes/functions.php | |
| 2441 | wp_nonce_tickwp-includes/pluggable.php | |
| 2442 | wp_nonce_urlwp-includes/functions.php | |
| 2443 | wp_normalize_pathwp-includes/functions.php | |
| 2444 | wp_normalize_remote_block_patternwp-includes/block-patterns.php | |
| 2445 | wp_not_installedwp-includes/load.php | |
| 2446 | wp_notify_moderatorwp-includes/pluggable.php | |
| 2447 | wp_notify_postauthorwp-includes/pluggable.php | |
| 2448 | wp_ob_end_flush_allwp-includes/functions.php | |
| 2449 | wp_oembed_add_discovery_linkswp-includes/embed.php | |
| 2450 | wp_oembed_add_providerwp-includes/embed.php | |
| 2451 | wp_oembed_ensure_formatwp-includes/embed.php | |
| 2452 | wp_oembed_getwp-includes/embed.php | |
| 2453 | wp_oembed_register_routewp-includes/embed.php | |
| 2454 | wp_oembed_remove_providerwp-includes/embed.php | |
| 2455 | wp_old_slug_redirectwp-includes/query.php | |
| 2456 | wp_omit_loading_attr_thresholdwp-includes/media.php | |
| 2457 | wp_original_referer_fieldwp-includes/functions.php | |
| 2458 | wp_page_menuwp-includes/post-template.php | |
| 2459 | wp_parse_argswp-includes/functions.php | |
| 2460 | wp_parse_auth_cookiewp-includes/pluggable.php | |
| 2461 | wp_parse_id_listwp-includes/functions.php | |
| 2462 | wp_parse_listwp-includes/functions.php | |
| 2463 | wp_parse_slug_listwp-includes/functions.php | |
| 2464 | wp_parse_strwp-includes/formatting.php | |
| 2465 | wp_parse_urlwp-includes/http.php | |
| 2466 | wp_parse_widget_idwp-includes/widgets.php | |
| 2467 | wp_password_change_notificationwp-includes/pluggable.php | |
| 2468 | wp_paused_pluginswp-includes/error-protection.php | |
| 2469 | wp_paused_themeswp-includes/error-protection.php | |
| 2470 | wp_playlist_scriptswp-includes/media.php | |
| 2471 | wp_playlist_shortcodewp-includes/media.php | |
| 2472 | wp_plugin_directory_constantswp-includes/default-constants.php | |
| 2473 | wp_plupload_default_settingswp-includes/media.php | |
| 2474 | wp_populate_basic_auth_from_authorization_headerwp-includes/load.php | |
| 2475 | wp_post_mime_type_wherewp-includes/post.php | |
| 2476 | wp_post_revision_meta_keyswp-includes/revision.php | |
| 2477 | wp_post_revision_titlewp-includes/post-template.php | |
| 2478 | wp_post_revision_title_expandedwp-includes/post-template.php | |
| 2479 | wp_pre_kses_block_attributeswp-includes/formatting.php | |
| 2480 | wp_pre_kses_less_thanwp-includes/formatting.php | |
| 2481 | wp_pre_kses_less_than_callbackwp-includes/formatting.php | |
| 2482 | wp_preload_resourceswp-includes/general-template.php | |
| 2483 | wp_prime_network_option_cacheswp-includes/option.php | |
| 2484 | wp_prime_option_cacheswp-includes/option.php | |
| 2485 | wp_prime_option_caches_by_groupwp-includes/option.php | |
| 2486 | wp_prime_site_option_cacheswp-includes/option.php | |
| 2487 | wp_print_auto_sizes_contain_css_fixwp-includes/media.php | |
| 2488 | wp_print_font_faceswp-includes/fonts.php | |
| 2489 | wp_print_font_faces_from_style_variationswp-includes/fonts.php | |
| 2490 | wp_print_footer_scriptswp-includes/script-loader.php | |
| 2491 | wp_print_head_scriptswp-includes/script-loader.php | |
| 2492 | wp_print_inline_script_tagwp-includes/script-loader.php | |
| 2493 | wp_print_script_tagwp-includes/script-loader.php | |
| 2494 | wp_print_scriptswp-includes/functions.wp-scripts.php | |
| 2495 | wp_print_styleswp-includes/functions.wp-styles.php | |
| 2496 | wp_privacy_anonymize_datawp-includes/functions.php | |
| 2497 | wp_privacy_anonymize_ipwp-includes/functions.php | |
| 2498 | wp_privacy_delete_old_export_fileswp-includes/functions.php | |
| 2499 | wp_privacy_exports_dirwp-includes/functions.php | |
| 2500 | wp_privacy_exports_urlwp-includes/functions.php | |
| 2501 | wp_protect_special_optionwp-includes/option.php | |
| 2502 | wp_publish_postwp-includes/post.php | |
| 2503 | wp_queue_comments_for_comment_meta_lazyloadwp-includes/deprecated.php | |
| 2504 | wp_queue_posts_for_term_meta_lazyloadwp-includes/post.php | |
| 2505 | wp_raise_memory_limitwp-includes/functions.php | |
| 2506 | wp_randwp-includes/pluggable.php | |
| 2507 | wp_readonlywp-includes/general-template.php | |
| 2508 | wp_recovery_modewp-includes/error-protection.php | |
| 2509 | wp_recursive_ksortwp-includes/functions.php | |
| 2510 | wp_redirectwp-includes/pluggable.php | |
| 2511 | wp_redirect_admin_locationswp-includes/canonical.php | |
| 2512 | wp_referer_fieldwp-includes/functions.php | |
| 2513 | wp_registerwp-includes/general-template.php | |
| 2514 | wp_register_alignment_supportwp-includes/block-supports/align.php | |
| 2515 | wp_register_background_supportwp-includes/block-supports/background.php | |
| 2516 | wp_register_block_metadata_collectionwp-includes/blocks.php | |
| 2517 | wp_register_border_supportwp-includes/block-supports/border.php | |
| 2518 | wp_register_colors_supportwp-includes/block-supports/colors.php | |
| 2519 | wp_register_comment_personal_data_eraserwp-includes/comment.php | |
| 2520 | wp_register_comment_personal_data_exporterwp-includes/comment.php | |
| 2521 | wp_register_core_block_metadata_collectionwp-includes/blocks/index.php | |
| 2522 | wp_register_custom_classname_supportwp-includes/block-supports/custom-classname.php | |
| 2523 | wp_register_development_scriptswp-includes/script-loader.php | |
| 2524 | wp_register_dimensions_supportwp-includes/block-supports/dimensions.php | |
| 2525 | wp_register_duotone_supportwp-includes/deprecated.php | |
| 2526 | wp_register_fatal_error_handlerwp-includes/error-protection.php | |
| 2527 | wp_register_font_collectionwp-includes/fonts.php | |
| 2528 | wp_register_layout_supportwp-includes/block-supports/layout.php | |
| 2529 | wp_register_media_personal_data_exporterwp-includes/media.php | |
| 2530 | wp_register_persisted_preferences_metawp-includes/user.php | |
| 2531 | wp_register_plugin_realpathwp-includes/plugin.php | |
| 2532 | wp_register_position_supportwp-includes/block-supports/position.php | |
| 2533 | wp_register_scriptwp-includes/functions.wp-scripts.php | |
| 2534 | wp_register_script_modulewp-includes/script-modules.php | |
| 2535 | wp_register_shadow_supportwp-includes/block-supports/shadow.php | |
| 2536 | wp_register_sidebar_widgetwp-includes/widgets.php | |
| 2537 | wp_register_sitemap_providerwp-includes/sitemaps.php | |
| 2538 | wp_register_spacing_supportwp-includes/block-supports/spacing.php | |
| 2539 | wp_register_stylewp-includes/functions.wp-styles.php | |
| 2540 | wp_register_tinymce_scriptswp-includes/script-loader.php | |
| 2541 | wp_register_typography_supportwp-includes/block-supports/typography.php | |
| 2542 | wp_register_user_personal_data_exporterwp-includes/user.php | |
| 2543 | wp_register_widget_controlwp-includes/widgets.php | |
| 2544 | wp_registration_urlwp-includes/general-template.php | |
| 2545 | wp_rel_callbackwp-includes/formatting.php | |
| 2546 | wp_rel_nofollowwp-includes/formatting.php | |
| 2547 | wp_rel_nofollow_callbackwp-includes/formatting.php | |
| 2548 | wp_rel_ugcwp-includes/formatting.php | |
| 2549 | wp_remote_fopenwp-includes/functions.php | |
| 2550 | wp_remote_getwp-includes/http.php | |
| 2551 | wp_remote_headwp-includes/http.php | |
| 2552 | wp_remote_postwp-includes/http.php | |
| 2553 | wp_remote_requestwp-includes/http.php | |
| 2554 | wp_remote_retrieve_bodywp-includes/http.php | |
| 2555 | wp_remote_retrieve_cookiewp-includes/http.php | |
| 2556 | wp_remote_retrieve_cookie_valuewp-includes/http.php | |
| 2557 | wp_remote_retrieve_cookieswp-includes/http.php | |
| 2558 | wp_remote_retrieve_headerwp-includes/http.php | |
| 2559 | wp_remote_retrieve_headerswp-includes/http.php | |
| 2560 | wp_remote_retrieve_response_codewp-includes/http.php | |
| 2561 | wp_remote_retrieve_response_messagewp-includes/http.php | |
| 2562 | wp_removable_query_argswp-includes/functions.php | |
| 2563 | wp_remove_object_termswp-includes/taxonomy.php | |
| 2564 | wp_remove_surrounding_empty_script_tagswp-includes/script-loader.php | |
| 2565 | wp_remove_targeted_link_rel_filterswp-includes/formatting.php | |
| 2566 | wp_render_background_supportwp-includes/block-supports/background.php | |
| 2567 | wp_render_block_style_variation_class_namewp-includes/block-supports/block-style-variations.php | |
| 2568 | wp_render_block_style_variation_support_styleswp-includes/block-supports/block-style-variations.php | |
| 2569 | wp_render_dimensions_supportwp-includes/block-supports/dimensions.php | |
| 2570 | wp_render_duotone_filter_presetwp-includes/deprecated.php | |
| 2571 | wp_render_duotone_supportwp-includes/deprecated.php | |
| 2572 | wp_render_elements_class_namewp-includes/block-supports/elements.php | |
| 2573 | wp_render_elements_supportwp-includes/deprecated.php | |
| 2574 | wp_render_elements_support_styleswp-includes/block-supports/elements.php | |
| 2575 | wp_render_layout_support_flagwp-includes/block-supports/layout.php | |
| 2576 | wp_render_position_supportwp-includes/block-supports/position.php | |
| 2577 | wp_render_typography_supportwp-includes/block-supports/typography.php | |
| 2578 | wp_render_widgetwp-includes/widgets.php | |
| 2579 | wp_render_widget_controlwp-includes/widgets.php | |
| 2580 | wp_replace_in_html_tagswp-includes/formatting.php | |
| 2581 | wp_replace_insecure_home_urlwp-includes/https-migration.php | |
| 2582 | wp_required_field_indicatorwp-includes/general-template.php | |
| 2583 | wp_required_field_messagewp-includes/general-template.php | |
| 2584 | wp_reschedule_eventwp-includes/cron.php | |
| 2585 | wp_reset_postdatawp-includes/query.php | |
| 2586 | wp_reset_querywp-includes/query.php | |
| 2587 | wp_resolve_numeric_slug_conflictswp-includes/rewrite.php | |
| 2588 | wp_resolve_post_datewp-includes/post.php | |
| 2589 | wp_resource_hintswp-includes/general-template.php | |
| 2590 | wp_restore_group_inner_containerwp-includes/block-supports/layout.php | |
| 2591 | wp_restore_image_outer_containerwp-includes/block-supports/layout.php | |
| 2592 | wp_restore_post_revisionwp-includes/revision.php | |
| 2593 | wp_restore_post_revision_metawp-includes/revision.php | |
| 2594 | wp_revisions_enabledwp-includes/revision.php | |
| 2595 | wp_revisions_to_keepwp-includes/revision.php | |
| 2596 | wp_richedit_prewp-includes/deprecated.php | |
| 2597 | wp_robotswp-includes/robots-template.php | |
| 2598 | wp_robots_max_image_preview_largewp-includes/robots-template.php | |
| 2599 | wp_robots_no_robotswp-includes/robots-template.php | |
| 2600 | wp_robots_noindexwp-includes/robots-template.php | |
| 2601 | wp_robots_noindex_embedswp-includes/robots-template.php | |
| 2602 | wp_robots_noindex_searchwp-includes/robots-template.php | |
| 2603 | wp_robots_sensitive_pagewp-includes/robots-template.php | |
| 2604 | wp_roleswp-includes/capabilities.php | |
| 2605 | wp_safe_redirectwp-includes/pluggable.php | |
| 2606 | wp_safe_remote_getwp-includes/http.php | |
| 2607 | wp_safe_remote_headwp-includes/http.php | |
| 2608 | wp_safe_remote_postwp-includes/http.php | |
| 2609 | wp_safe_remote_requestwp-includes/http.php | |
| 2610 | wp_saltwp-includes/pluggable.php | |
| 2611 | wp_sanitize_redirectwp-includes/pluggable.php | |
| 2612 | wp_sanitize_script_attributeswp-includes/script-loader.php | |
| 2613 | wp_save_post_revisionwp-includes/revision.php | |
| 2614 | wp_save_post_revision_on_insertwp-includes/revision.php | |
| 2615 | wp_save_revisioned_meta_fieldswp-includes/revision.php | |
| 2616 | wp_schedule_delete_old_privacy_export_fileswp-includes/functions.php | |
| 2617 | wp_schedule_eventwp-includes/cron.php | |
| 2618 | wp_schedule_single_eventwp-includes/cron.php | |
| 2619 | wp_schedule_update_checkswp-includes/update.php | |
| 2620 | wp_schedule_update_user_countswp-includes/user.php | |
| 2621 | wp_scheduled_deletewp-includes/functions.php | |
| 2622 | wp_script_add_datawp-includes/functions.wp-scripts.php | |
| 2623 | wp_script_iswp-includes/functions.wp-scripts.php | |
| 2624 | wp_script_moduleswp-includes/script-modules.php | |
| 2625 | wp_scriptswp-includes/functions.wp-scripts.php | |
| 2626 | wp_scripts_get_suffixwp-includes/script-loader.php | |
| 2627 | wp_send_new_user_notificationswp-includes/user.php | |
| 2628 | wp_send_user_requestwp-includes/user.php | |
| 2629 | wp_sensitive_page_metawp-includes/deprecated.php | |
| 2630 | wp_set_all_user_settingswp-includes/option.php | |
| 2631 | wp_set_auth_cookiewp-includes/pluggable.php | |
| 2632 | wp_set_comment_cookieswp-includes/comment.php | |
| 2633 | wp_set_comment_statuswp-includes/comment.php | |
| 2634 | wp_set_current_userwp-includes/pluggable.php | |
| 2635 | wp_set_internal_encodingwp-includes/load.php | |
| 2636 | wp_set_lang_dirwp-includes/load.php | |
| 2637 | wp_set_object_termswp-includes/taxonomy.php | |
| 2638 | wp_set_option_autoloadwp-includes/option.php | |
| 2639 | wp_set_option_autoload_valueswp-includes/option.php | |
| 2640 | wp_set_options_autoloadwp-includes/option.php | |
| 2641 | wp_set_passwordwp-includes/pluggable.php | |
| 2642 | wp_set_post_categorieswp-includes/post.php | |
| 2643 | wp_set_post_catswp-includes/deprecated.php | |
| 2644 | wp_set_post_tagswp-includes/post.php | |
| 2645 | wp_set_post_termswp-includes/post.php | |
| 2646 | wp_set_script_translationswp-includes/functions.wp-scripts.php | |
| 2647 | wp_set_sidebars_widgetswp-includes/widgets.php | |
| 2648 | wp_set_template_globalswp-includes/template.php | |
| 2649 | wp_set_unique_slug_on_create_template_partwp-includes/theme-templates.php | |
| 2650 | wp_set_wpdb_varswp-includes/load.php | |
| 2651 | wp_setcookiewp-includes/pluggable-deprecated.php | |
| 2652 | wp_setup_nav_menu_itemwp-includes/nav-menu.php | |
| 2653 | wp_setup_widgets_block_editorwp-includes/widgets.php | |
| 2654 | wp_shortlink_headerwp-includes/link-template.php | |
| 2655 | wp_shortlink_wp_headwp-includes/link-template.php | |
| 2656 | wp_should_add_elements_class_namewp-includes/block-supports/elements.php | |
| 2657 | wp_should_load_block_editor_scripts_and_styleswp-includes/script-loader.php | |
| 2658 | wp_should_load_separate_core_block_assetswp-includes/script-loader.php | |
| 2659 | wp_should_replace_insecure_home_urlwp-includes/https-migration.php | |
| 2660 | wp_should_skip_block_supports_serializationwp-includes/block-supports/utils.php | |
| 2661 | wp_show_heic_upload_errorwp-includes/media.php | |
| 2662 | wp_sidebar_descriptionwp-includes/widgets.php | |
| 2663 | wp_signonwp-includes/user.php | |
| 2664 | wp_site_admin_email_change_notificationwp-includes/functions.php | |
| 2665 | wp_site_iconwp-includes/general-template.php | |
| 2666 | wp_sitemaps_get_max_urlswp-includes/sitemaps.php | |
| 2667 | wp_sitemaps_get_serverwp-includes/sitemaps.php | |
| 2668 | wp_sizes_attribute_includes_valid_autowp-includes/media.php | |
| 2669 | wp_skip_border_serializationwp-includes/deprecated.php | |
| 2670 | wp_skip_dimensions_serializationwp-includes/deprecated.php | |
| 2671 | wp_skip_paused_pluginswp-includes/load.php | |
| 2672 | wp_skip_paused_themeswp-includes/load.php | |
| 2673 | wp_skip_spacing_serializationwp-includes/deprecated.php | |
| 2674 | wp_slashwp-includes/formatting.php | |
| 2675 | wp_slash_strings_onlywp-includes/deprecated.php | |
| 2676 | wp_spaces_regexpwp-includes/formatting.php | |
| 2677 | wp_spam_commentwp-includes/comment.php | |
| 2678 | wp_specialcharswp-includes/deprecated.php | |
| 2679 | wp_specialchars_decodewp-includes/formatting.php | |
| 2680 | wp_sprintfwp-includes/formatting.php | |
| 2681 | wp_sprintf_lwp-includes/formatting.php | |
| 2682 | wp_ssl_constantswp-includes/default-constants.php | |
| 2683 | wp_start_object_cachewp-includes/load.php | |
| 2684 | wp_start_scraping_edited_file_errorswp-includes/load.php | |
| 2685 | wp_staticize_emojiwp-includes/formatting.php | |
| 2686 | wp_staticize_emoji_for_emailwp-includes/formatting.php | |
| 2687 | wp_strict_cross_origin_referrerwp-includes/general-template.php | |
| 2688 | wp_strip_all_tagswp-includes/formatting.php | |
| 2689 | wp_style_add_datawp-includes/functions.wp-styles.php | |
| 2690 | wp_style_engine_get_styleswp-includes/style-engine.php | |
| 2691 | wp_style_engine_get_stylesheet_from_contextwp-includes/style-engine.php | |
| 2692 | wp_style_engine_get_stylesheet_from_css_ruleswp-includes/style-engine.php | |
| 2693 | wp_style_iswp-includes/functions.wp-styles.php | |
| 2694 | wp_style_loader_srcwp-includes/script-loader.php | |
| 2695 | wp_styleswp-includes/functions.wp-styles.php | |
| 2696 | wp_suspend_cache_additionwp-includes/functions.php | |
| 2697 | wp_suspend_cache_invalidationwp-includes/functions.php | |
| 2698 | wp_tag_cloudwp-includes/category-template.php | |
| 2699 | wp_targeted_link_relwp-includes/formatting.php | |
| 2700 | wp_targeted_link_rel_callbackwp-includes/formatting.php | |
| 2701 | wp_templating_constantswp-includes/default-constants.php | |
| 2702 | wp_term_is_sharedwp-includes/taxonomy.php | |
| 2703 | wp_text_diffwp-includes/pluggable.php | |
| 2704 | wp_theme_get_element_class_namewp-includes/theme.php | |
| 2705 | wp_throttle_comment_floodwp-includes/comment.php | |
| 2706 | wp_timezonewp-includes/functions.php | |
| 2707 | wp_timezone_choicewp-includes/functions.php | |
| 2708 | wp_timezone_override_offsetwp-includes/functions.php | |
| 2709 | wp_timezone_stringwp-includes/functions.php | |
| 2710 | wp_timezone_supportedwp-includes/deprecated.php | |
| 2711 | wp_tinycolor_bound01wp-includes/deprecated.php | |
| 2712 | wp_tinycolor_hsl_to_rgbwp-includes/deprecated.php | |
| 2713 | wp_tinycolor_hue_to_rgbwp-includes/deprecated.php | |
| 2714 | wp_tinycolor_rgb_to_rgbwp-includes/deprecated.php | |
| 2715 | wp_tinycolor_string_to_rgbwp-includes/deprecated.php | |
| 2716 | wp_tinymce_inline_scriptswp-includes/script-loader.php | |
| 2717 | wp_titlewp-includes/general-template.php | |
| 2718 | wp_title_rsswp-includes/feed.php | |
| 2719 | wp_transition_comment_statuswp-includes/comment.php | |
| 2720 | wp_transition_post_statuswp-includes/post.php | |
| 2721 | wp_trash_commentwp-includes/comment.php | |
| 2722 | wp_trash_postwp-includes/post.php | |
| 2723 | wp_trash_post_commentswp-includes/post.php | |
| 2724 | wp_trigger_errorwp-includes/functions.php | |
| 2725 | wp_trim_excerptwp-includes/formatting.php | |
| 2726 | wp_trim_wordswp-includes/formatting.php | |
| 2727 | wp_typography_get_css_variable_inline_stylewp-includes/deprecated.php | |
| 2728 | wp_typography_get_preset_inline_style_valuewp-includes/block-supports/typography.php | |
| 2729 | wp_underscore_playlist_templateswp-includes/media.php | |
| 2730 | wp_unique_filenamewp-includes/functions.php | |
| 2731 | wp_unique_idwp-includes/functions.php | |
| 2732 | wp_unique_post_slugwp-includes/post.php | |
| 2733 | wp_unique_prefixed_idwp-includes/functions.php | |
| 2734 | wp_unique_term_slugwp-includes/taxonomy.php | |
| 2735 | wp_unregister_font_collectionwp-includes/fonts.php | |
| 2736 | wp_unregister_sidebar_widgetwp-includes/widgets.php | |
| 2737 | wp_unregister_widget_controlwp-includes/widgets.php | |
| 2738 | wp_unschedule_eventwp-includes/cron.php | |
| 2739 | wp_unschedule_hookwp-includes/cron.php | |
| 2740 | wp_unslashwp-includes/formatting.php | |
| 2741 | wp_unspam_commentwp-includes/comment.php | |
| 2742 | wp_untrash_commentwp-includes/comment.php | |
| 2743 | wp_untrash_postwp-includes/post.php | |
| 2744 | wp_untrash_post_commentswp-includes/post.php | |
| 2745 | wp_untrash_post_set_previous_statuswp-includes/post.php | |
| 2746 | wp_update_attachment_metadatawp-includes/post.php | |
| 2747 | wp_update_commentwp-includes/comment.php | |
| 2748 | wp_update_comment_countwp-includes/comment.php | |
| 2749 | wp_update_comment_count_nowwp-includes/comment.php | |
| 2750 | wp_update_custom_css_postwp-includes/theme.php | |
| 2751 | wp_update_https_detection_errorswp-includes/deprecated.php | |
| 2752 | wp_update_https_migration_requiredwp-includes/https-migration.php | |
| 2753 | wp_update_nav_menu_itemwp-includes/nav-menu.php | |
| 2754 | wp_update_nav_menu_objectwp-includes/nav-menu.php | |
| 2755 | wp_update_php_annotationwp-includes/functions.php | |
| 2756 | wp_update_pluginswp-includes/update.php | |
| 2757 | wp_update_postwp-includes/post.php | |
| 2758 | wp_update_termwp-includes/taxonomy.php | |
| 2759 | wp_update_term_countwp-includes/taxonomy.php | |
| 2760 | wp_update_term_count_nowwp-includes/taxonomy.php | |
| 2761 | wp_update_themeswp-includes/update.php | |
| 2762 | wp_update_urls_to_httpswp-includes/https-migration.php | |
| 2763 | wp_update_userwp-includes/user.php | |
| 2764 | wp_update_user_countswp-includes/user.php | |
| 2765 | wp_upload_bitswp-includes/functions.php | |
| 2766 | wp_upload_dirwp-includes/functions.php | |
| 2767 | wp_use_widgets_block_editorwp-includes/widgets.php | |
| 2768 | wp_user_personal_data_exporterwp-includes/user.php | |
| 2769 | wp_user_request_action_descriptionwp-includes/user.php | |
| 2770 | wp_user_settingswp-includes/option.php | |
| 2771 | wp_using_ext_object_cachewp-includes/load.php | |
| 2772 | wp_using_themeswp-includes/load.php | |
| 2773 | wp_validate_application_passwordwp-includes/user.php | |
| 2774 | wp_validate_auth_cookiewp-includes/pluggable.php | |
| 2775 | wp_validate_booleanwp-includes/functions.php | |
| 2776 | wp_validate_logged_in_cookiewp-includes/user.php | |
| 2777 | wp_validate_redirectwp-includes/pluggable.php | |
| 2778 | wp_validate_user_request_keywp-includes/user.php | |
| 2779 | wp_verify_noncewp-includes/pluggable.php | |
| 2780 | wp_version_checkwp-includes/update.php | |
| 2781 | wp_video_shortcodewp-includes/media.php | |
| 2782 | wp_widget_descriptionwp-includes/widgets.php | |
| 2783 | wp_widget_rss_formwp-includes/widgets.php | |
| 2784 | wp_widget_rss_outputwp-includes/widgets.php | |
| 2785 | wp_widget_rss_processwp-includes/widgets.php | |
| 2786 | wp_widgets_add_menuwp-includes/functions.php | |
| 2787 | wp_widgets_initwp-includes/widgets.php | |
| 2788 | wpautopwp-includes/formatting.php | |
| 2789 | wptexturizewp-includes/formatting.php | |
| 2790 | wptexturize_primeswp-includes/formatting.php | |
| 2791 | wpview_media_sandbox_styleswp-includes/media.php | |
| 2792 | xmlrpc_getpostcategorywp-includes/functions.php | |
| 2793 | xmlrpc_getposttitlewp-includes/functions.php | |
| 2794 | xmlrpc_pingback_errorwp-includes/comment.php | |
| 2795 | xmlrpc_removepostdatawp-includes/functions.php | |
| 2796 | zeroisewp-includes/formatting.php |
WordPressで利用できるグローバル関数リスト
通常は定義されない関数。
アクセス先または処理によって動的に定義され利用できる。
| 番号 | 関数名/定義箇所 | 内容 |
|---|---|---|
| 1 | WP_Filesystemwp-admin/includes/file.php | |
| 2 | _wp-includes/compat.php | |
| 3 | __get_optionwp-admin/includes/upgrade.php | |
| 4 | _access_denied_splashwp-admin/includes/ms.php | |
| 5 | _add_plugin_file_editor_to_toolswp-admin/menu.php | |
| 6 | _add_themes_utility_lastwp-admin/menu.php | |
| 7 | _admin_notice_post_lockedwp-admin/includes/post.php | |
| 8 | _admin_search_querywp-admin/includes/template.php | |
| 9 | _cleanup_image_add_captionwp-admin/includes/media.php | |
| 10 | _copy_image_filewp-admin/includes/image.php | |
| 11 | _crop_image_resourcewp-admin/includes/image-edit.php | |
| 12 | _customizer_mobile_viewport_metawp-admin/includes/misc.php | |
| 13 | _disable_block_editor_for_navigation_post_typewp-admin/includes/post.php | |
| 14 | _disable_content_editor_for_navigation_post_typewp-admin/includes/post.php | |
| 15 | _draft_or_post_titlewp-admin/includes/template.php | |
| 16 | _enable_content_editor_for_navigation_post_typewp-admin/includes/post.php | |
| 17 | _fix_attachment_linkswp-admin/includes/post.php | |
| 18 | _flip_image_resourcewp-admin/includes/image-edit.php | |
| 19 | _get_cron_lockwp-cron.php | |
| 20 | _get_dropinswp-admin/includes/plugin.php | |
| 21 | _get_list_tablewp-admin/includes/list-table.php | |
| 22 | _get_plugin_data_markup_translatewp-admin/includes/plugin.php | |
| 23 | _get_plugin_from_callbackwp-admin/includes/template.php | |
| 24 | _get_template_edit_filenamewp-admin/includes/theme.php | |
| 25 | _image_get_preview_ratiowp-admin/includes/image-edit.php | |
| 26 | _insert_into_post_buttonwp-admin/includes/deprecated.php | |
| 27 | _list_meta_rowwp-admin/includes/template.php | |
| 28 | _load_image_to_edit_pathwp-admin/includes/image.php | |
| 29 | _local_storage_noticewp-admin/includes/template.php | |
| 30 | _media_buttonwp-admin/includes/deprecated.php | |
| 31 | _media_stateswp-admin/includes/template.php | |
| 32 | _post_stateswp-admin/includes/template.php | |
| 33 | _preload_old_requests_classes_and_interfaceswp-admin/includes/update-core.php | |
| 34 | _prime_network_cacheswp-includes/ms-network.php | |
| 35 | _prime_site_cacheswp-includes/ms-site.php | |
| 36 | _redirect_to_about_wordpresswp-admin/includes/update-core.php | |
| 37 | _relocate_childrenwp-admin/includes/deprecated.php | |
| 38 | _rotate_image_resourcewp-admin/includes/image-edit.php | |
| 39 | _sort_name_callbackwp-admin/includes/widgets.php | |
| 40 | _sort_uname_callbackwp-admin/includes/plugin.php | |
| 41 | _thickbox_path_admin_subfolderwp-admin/includes/ms.php | |
| 42 | _unzip_file_pclzipwp-admin/includes/file.php | |
| 43 | _unzip_file_ziparchivewp-admin/includes/file.php | |
| 44 | _update_blog_date_on_post_deletewp-includes/ms-blogs.php | |
| 45 | _update_blog_date_on_post_publishwp-includes/ms-blogs.php | |
| 46 | _update_posts_count_on_deletewp-includes/ms-blogs.php | |
| 47 | _update_posts_count_on_transition_post_statuswp-includes/ms-blogs.php | |
| 48 | _upgrade_422_find_genericons_files_in_folderwp-admin/includes/update-core.php | |
| 49 | _upgrade_422_remove_genericonswp-admin/includes/update-core.php | |
| 50 | _upgrade_440_force_deactivate_incompatible_pluginswp-admin/includes/update-core.php | |
| 51 | _upgrade_core_deactivate_incompatible_pluginswp-admin/includes/update-core.php | |
| 52 | _usort_by_first_memberwp-admin/includes/import.php | |
| 53 | _usort_terms_by_IDwp-includes/deprecated.php | |
| 54 | _wp_admin_html_beginwp-admin/includes/template.php | |
| 55 | _wp_ajax_add_hierarchical_termwp-admin/includes/ajax-actions.php | |
| 56 | _wp_ajax_delete_comment_responsewp-admin/includes/ajax-actions.php | |
| 57 | _wp_ajax_menu_quick_searchwp-admin/includes/nav-menu.php | |
| 58 | _wp_block_editor_posts_page_noticewp-admin/includes/template.php | |
| 59 | _wp_credits_add_profile_linkwp-admin/includes/credits.php | |
| 60 | _wp_credits_build_object_linkwp-admin/includes/credits.php | |
| 61 | _wp_dashboard_control_callbackwp-admin/includes/dashboard.php | |
| 62 | _wp_dashboard_recent_comments_rowwp-admin/includes/dashboard.php | |
| 63 | _wp_delete_orphaned_draft_menu_itemswp-admin/includes/nav-menu.php | |
| 64 | _wp_expand_nav_menu_post_datawp-admin/includes/nav-menu.php | |
| 65 | _wp_get_allowed_postdatawp-admin/includes/post.php | |
| 66 | _wp_handle_uploadwp-admin/includes/file.php | |
| 67 | _wp_image_meta_replace_originalwp-admin/includes/image.php | |
| 68 | _wp_make_subsizeswp-admin/includes/image.php | |
| 69 | _wp_menu_outputwp-admin/menu-header.php | |
| 70 | _wp_nav_menu_meta_box_objectwp-admin/includes/nav-menu.php | |
| 71 | _wp_personal_data_cleanup_requestswp-admin/includes/privacy-tools.php | |
| 72 | _wp_personal_data_handle_actionswp-admin/includes/privacy-tools.php | |
| 73 | _wp_post_thumbnail_htmlwp-admin/includes/post.php | |
| 74 | _wp_posts_page_noticewp-admin/includes/template.php | |
| 75 | _wp_privacy_completed_requestwp-admin/includes/privacy-tools.php | |
| 76 | _wp_privacy_requests_screen_optionswp-admin/includes/deprecated.php | |
| 77 | _wp_privacy_resend_requestwp-admin/includes/privacy-tools.php | |
| 78 | _wp_privacy_settings_filter_draft_page_titleswp-admin/includes/misc.php | |
| 79 | _wp_translate_postdatawp-admin/includes/post.php | |
| 80 | activate_pluginwp-admin/includes/plugin.php | |
| 81 | activate_pluginswp-admin/includes/plugin.php | |
| 82 | activate_sitewide_pluginwp-admin/includes/ms-deprecated.php | |
| 83 | add_allowed_optionswp-admin/includes/plugin.php | |
| 84 | add_blog_optionwp-includes/ms-blogs.php | |
| 85 | add_clean_indexwp-admin/includes/upgrade.php | |
| 86 | add_comments_pagewp-admin/includes/plugin.php | |
| 87 | add_contextual_helpwp-admin/includes/deprecated.php | |
| 88 | add_cssclasswp-admin/includes/menu.php | |
| 89 | add_dashboard_pagewp-admin/includes/plugin.php | |
| 90 | add_existing_user_to_blogwp-includes/ms-functions.php | |
| 91 | add_linkwp-admin/includes/bookmark.php | |
| 92 | add_links_pagewp-admin/includes/plugin.php | |
| 93 | add_management_pagewp-admin/includes/plugin.php | |
| 94 | add_media_pagewp-admin/includes/plugin.php | |
| 95 | add_menu_classeswp-admin/includes/menu.php | |
| 96 | add_menu_pagewp-admin/includes/plugin.php | |
| 97 | add_metawp-admin/includes/post.php | |
| 98 | add_meta_boxwp-admin/includes/template.php | |
| 99 | add_new_user_to_blogwp-includes/ms-functions.php | |
| 100 | add_object_pagewp-admin/includes/deprecated.php | |
| 101 | add_option_update_handlerwp-admin/includes/deprecated.php | |
| 102 | add_options_pagewp-admin/includes/plugin.php | |
| 103 | add_pages_pagewp-admin/includes/plugin.php | |
| 104 | add_plugins_pagewp-admin/includes/plugin.php | |
| 105 | add_posts_pagewp-admin/includes/plugin.php | |
| 106 | add_screen_optionwp-admin/includes/screen.php | |
| 107 | add_settings_errorwp-admin/includes/template.php | |
| 108 | add_settings_fieldwp-admin/includes/template.php | |
| 109 | add_settings_sectionwp-admin/includes/template.php | |
| 110 | add_site_metawp-includes/ms-site.php | |
| 111 | add_submenu_pagewp-admin/includes/plugin.php | |
| 112 | add_theme_pagewp-admin/includes/plugin.php | |
| 113 | add_userwp-admin/includes/user.php | |
| 114 | add_user_to_blogwp-includes/ms-functions.php | |
| 115 | add_users_pagewp-admin/includes/plugin.php | |
| 116 | add_utility_pagewp-admin/includes/deprecated.php | |
| 117 | admin_color_scheme_pickerwp-admin/includes/misc.php | |
| 118 | admin_created_user_emailwp-admin/includes/user.php | |
| 119 | allow_subdirectory_installwp-admin/includes/network.php | |
| 120 | allow_subdomain_installwp-admin/includes/network.php | |
| 121 | array_is_listwp-includes/compat.php | |
| 122 | array_key_firstwp-includes/compat.php | |
| 123 | array_key_lastwp-includes/compat.php | |
| 124 | attachment_id3_data_meta_boxwp-admin/includes/meta-boxes.php | |
| 125 | attachment_submit_meta_boxwp-admin/includes/meta-boxes.php | |
| 126 | attachment_submitbox_metadatawp-admin/includes/media.php | |
| 127 | avoid_blog_page_permalink_collisionwp-admin/includes/ms.php | |
| 128 | balanceTagswp-includes/formatting.php | |
| 129 | block_core_navigation_get_inner_blocks_from_unstable_locationwp-includes/blocks/navigation.php | |
| 130 | block_core_navigation_get_menu_items_at_locationwp-includes/blocks/navigation.php | |
| 131 | block_core_navigation_sort_menu_items_by_parent_idwp-includes/blocks/navigation.php | |
| 132 | bulk_edit_postswp-admin/includes/post.php | |
| 133 | can_edit_networkwp-admin/includes/ms.php | |
| 134 | capital_P_dangitwp-includes/formatting.php | |
| 135 | category_existswp-admin/includes/taxonomy.php | |
| 136 | check_columnwp-admin/install-helper.php | |
| 137 | check_import_new_userswp-admin/includes/ms.php | |
| 138 | check_upload_mimeswp-includes/ms-functions.php | |
| 139 | check_upload_sizewp-admin/includes/ms.php | |
| 140 | choose_primary_blogwp-admin/includes/ms.php | |
| 141 | clean_blog_cachewp-includes/ms-site.php | |
| 142 | clean_network_cachewp-includes/ms-network.php | |
| 143 | clean_site_details_cachewp-includes/ms-blogs.php | |
| 144 | clear_global_post_cachewp-includes/ms-deprecated.php | |
| 145 | codepress_get_langwp-admin/includes/deprecated.php | |
| 146 | comment_IDwp-includes/comment-template.php | |
| 147 | comment_author_IPwp-includes/comment-template.php | |
| 148 | comment_existswp-admin/includes/comment.php | |
| 149 | comment_footer_diewp-admin/includes/comment.php | |
| 150 | compression_testwp-admin/includes/template.php | |
| 151 | confirm_another_blog_signupwp-signup.php | |
| 152 | confirm_blog_signupwp-signup.php | |
| 153 | confirm_delete_userswp-admin/includes/ms.php | |
| 154 | confirm_user_signupwp-signup.php | |
| 155 | convert_to_screenwp-admin/includes/template.php | |
| 156 | copy_dirwp-admin/includes/file.php | |
| 157 | core_auto_updates_settingswp-admin/update-core.php | |
| 158 | core_update_footerwp-admin/includes/update.php | |
| 159 | core_upgrade_preamblewp-admin/update-core.php | |
| 160 | create_empty_blogwp-includes/ms-deprecated.php | |
| 161 | current_theme_infowp-admin/includes/deprecated.php | |
| 162 | customize_themes_print_templateswp-admin/includes/theme.php | |
| 163 | dashboard_browser_nag_classwp-admin/includes/dashboard.php | |
| 164 | dashboard_php_nag_classwp-admin/includes/dashboard.php | |
| 165 | dbDeltawp-admin/includes/upgrade.php | |
| 166 | deactivate_pluginswp-admin/includes/plugin.php | |
| 167 | deactivate_sitewide_pluginwp-admin/includes/ms-deprecated.php | |
| 168 | deactivated_plugins_noticewp-admin/includes/plugin.php | |
| 169 | default_password_nagwp-admin/includes/user.php | |
| 170 | default_password_nag_edit_userwp-admin/includes/user.php | |
| 171 | default_password_nag_handlerwp-admin/includes/user.php | |
| 172 | delete_blog_optionwp-includes/ms-blogs.php | |
| 173 | delete_metawp-admin/includes/post.php | |
| 174 | delete_pluginswp-admin/includes/plugin.php | |
| 175 | delete_site_metawp-includes/ms-site.php | |
| 176 | delete_site_meta_by_keywp-includes/ms-site.php | |
| 177 | delete_themewp-admin/includes/theme.php | |
| 178 | deslashwp-admin/includes/upgrade.php | |
| 179 | diffwp-includes/Text/Diff/Engine/xdiff.php | |
| 180 | dismiss_core_updatewp-admin/includes/update.php | |
| 181 | dismissed_updateswp-admin/update-core.php | |
| 182 | display_headerwp-admin/install.php | |
| 183 | display_plugins_tablewp-admin/includes/plugin-install.php | |
| 184 | display_setup_formwp-admin/install.php | |
| 185 | display_space_usagewp-admin/includes/ms.php | |
| 186 | display_themewp-admin/includes/theme-install.php | |
| 187 | display_themeswp-admin/includes/theme-install.php | |
| 188 | do_accordion_sectionswp-admin/includes/template.php | |
| 189 | do_activate_headerwp-activate.php | |
| 190 | do_block_editor_incompatible_meta_boxwp-admin/includes/template.php | |
| 191 | do_core_upgradewp-admin/update-core.php | |
| 192 | do_dismiss_core_updatewp-admin/update-core.php | |
| 193 | do_meta_boxeswp-admin/includes/template.php | |
| 194 | do_settings_fieldswp-admin/includes/template.php | |
| 195 | do_settings_sectionswp-admin/includes/template.php | |
| 196 | do_signup_headerwp-signup.php | |
| 197 | do_undismiss_core_updatewp-admin/update-core.php | |
| 198 | documentation_linkwp-admin/includes/deprecated.php | |
| 199 | domain_existswp-includes/ms-functions.php | |
| 200 | download_urlwp-admin/includes/file.php | |
| 201 | drop_indexwp-admin/includes/upgrade.php | |
| 202 | dropdown_categorieswp-admin/includes/deprecated.php | |
| 203 | dropdown_link_categorieswp-admin/includes/deprecated.php | |
| 204 | edit_commentwp-admin/includes/comment.php | |
| 205 | edit_form_image_editorwp-admin/includes/media.php | |
| 206 | edit_linkwp-admin/includes/bookmark.php | |
| 207 | edit_postwp-admin/includes/post.php | |
| 208 | edit_userwp-admin/includes/user.php | |
| 209 | endElementwp-admin/link-parse-opml.php | |
| 210 | export_date_optionswp-admin/export.php | |
| 211 | export_wpwp-admin/includes/export.php | |
| 212 | extract_from_markerswp-admin/includes/misc.php | |
| 213 | favorite_actionswp-admin/includes/deprecated.php | |
| 214 | file_is_displayable_imagewp-admin/includes/image.php | |
| 215 | file_is_valid_imagewp-admin/includes/image.php | |
| 216 | filter_SSLwp-includes/ms-functions.php | |
| 217 | find_core_auto_updatewp-admin/includes/update.php | |
| 218 | find_core_updatewp-admin/includes/update.php | |
| 219 | find_posts_divwp-admin/includes/template.php | |
| 220 | fix_import_form_sizewp-admin/includes/ms.php | |
| 221 | fix_phpmailer_messageidwp-includes/ms-functions.php | |
| 222 | floated_admin_avatarwp-admin/includes/comment.php | |
| 223 | force_ssl_contentwp-includes/ms-functions.php | |
| 224 | format_code_langwp-admin/includes/ms.php | |
| 225 | generate_random_passwordwp-includes/ms-deprecated.php | |
| 226 | get_active_blog_for_userwp-includes/ms-functions.php | |
| 227 | get_admin_page_parentwp-admin/includes/plugin.php | |
| 228 | get_admin_page_titlewp-admin/includes/plugin.php | |
| 229 | get_admin_users_for_domainwp-includes/ms-deprecated.php | |
| 230 | get_alloptions_110wp-admin/includes/upgrade.php | |
| 231 | get_allowed_themeswp-admin/includes/deprecated.php | |
| 232 | get_attachment_fields_to_editwp-admin/includes/media.php | |
| 233 | get_attachment_innerHTMLwp-includes/deprecated.php | |
| 234 | get_author_user_idswp-admin/includes/deprecated.php | |
| 235 | get_available_post_statuseswp-admin/includes/post.php | |
| 236 | get_block_editor_server_block_settingswp-admin/includes/post.php | |
| 237 | get_blog_countwp-includes/ms-functions.php | |
| 238 | get_blog_detailswp-includes/ms-blogs.php | |
| 239 | get_blog_id_from_urlwp-includes/ms-functions.php | |
| 240 | get_blog_listwp-includes/ms-deprecated.php | |
| 241 | get_blog_optionwp-includes/ms-blogs.php | |
| 242 | get_blog_permalinkwp-includes/ms-functions.php | |
| 243 | get_blog_postwp-includes/ms-functions.php | |
| 244 | get_blog_statuswp-includes/ms-blogs.php | |
| 245 | get_blogaddress_by_domainwp-includes/ms-deprecated.php | |
| 246 | get_blogaddress_by_idwp-includes/ms-blogs.php | |
| 247 | get_blogaddress_by_namewp-includes/ms-blogs.php | |
| 248 | get_broken_themeswp-admin/includes/deprecated.php | |
| 249 | get_cat_IDwp-includes/category.php | |
| 250 | get_category_to_editwp-admin/includes/taxonomy.php | |
| 251 | get_clean_basedomainwp-admin/includes/network.php | |
| 252 | get_cli_argswp-admin/includes/class-wp-importer.php | |
| 253 | get_column_headerswp-admin/includes/screen.php | |
| 254 | get_comment_IDwp-includes/comment-template.php | |
| 255 | get_comment_author_IPwp-includes/comment-template.php | |
| 256 | get_comment_to_editwp-admin/includes/comment.php | |
| 257 | get_compat_media_markupwp-admin/includes/media.php | |
| 258 | get_core_checksumswp-admin/includes/update.php | |
| 259 | get_core_updateswp-admin/includes/update.php | |
| 260 | get_current_screenwp-admin/includes/screen.php | |
| 261 | get_current_sitewp-includes/ms-functions.php | |
| 262 | get_current_site_namewp-includes/ms-load.php | |
| 263 | get_dashboard_blogwp-includes/ms-deprecated.php | |
| 264 | get_default_link_to_editwp-admin/includes/bookmark.php | |
| 265 | get_default_page_to_editwp-admin/includes/deprecated.php | |
| 266 | get_default_post_to_editwp-admin/includes/post.php | |
| 267 | get_dropinswp-admin/includes/plugin.php | |
| 268 | get_editable_authorswp-admin/includes/deprecated.php | |
| 269 | get_editable_roleswp-admin/includes/user.php | |
| 270 | get_editable_user_idswp-admin/includes/deprecated.php | |
| 271 | get_filewp-admin/includes/noop.php | |
| 272 | get_file_descriptionwp-admin/includes/file.php | |
| 273 | get_filesystem_methodwp-admin/includes/file.php | |
| 274 | get_hidden_columnswp-admin/includes/screen.php | |
| 275 | get_hidden_meta_boxeswp-admin/includes/screen.php | |
| 276 | get_home_pathwp-admin/includes/file.php | |
| 277 | get_id_from_blognamewp-includes/ms-blogs.php | |
| 278 | get_image_send_to_editorwp-admin/includes/media.php | |
| 279 | get_importerswp-admin/includes/import.php | |
| 280 | get_inline_datawp-admin/includes/template.php | |
| 281 | get_last_updatedwp-includes/ms-blogs.php | |
| 282 | get_link_to_editwp-admin/includes/bookmark.php | |
| 283 | get_media_itemwp-admin/includes/media.php | |
| 284 | get_media_itemswp-admin/includes/media.php | |
| 285 | get_media_stateswp-admin/includes/template.php | |
| 286 | get_meta_keyswp-admin/includes/post.php | |
| 287 | get_most_active_blogswp-includes/ms-deprecated.php | |
| 288 | get_most_recent_post_of_userwp-includes/ms-functions.php | |
| 289 | get_mu_pluginswp-admin/includes/plugin.php | |
| 290 | get_networkwp-includes/ms-network.php | |
| 291 | get_network_by_pathwp-includes/ms-load.php | |
| 292 | get_networkswp-includes/ms-network.php | |
| 293 | get_nonauthor_user_idswp-admin/includes/deprecated.php | |
| 294 | get_others_draftswp-admin/includes/deprecated.php | |
| 295 | get_others_pendingwp-admin/includes/deprecated.php | |
| 296 | get_others_unpublished_postswp-admin/includes/deprecated.php | |
| 297 | get_page_templateswp-admin/includes/theme.php | |
| 298 | get_pending_comments_numwp-admin/includes/comment.php | |
| 299 | get_plugin_datawp-admin/includes/plugin.php | |
| 300 | get_plugin_fileswp-admin/includes/plugin.php | |
| 301 | get_plugin_page_hookwp-admin/includes/plugin.php | |
| 302 | get_plugin_page_hooknamewp-admin/includes/plugin.php | |
| 303 | get_plugin_updateswp-admin/includes/update.php | |
| 304 | get_pluginswp-admin/includes/plugin.php | |
| 305 | get_post_meta_by_idwp-admin/includes/post.php | |
| 306 | get_post_stateswp-admin/includes/template.php | |
| 307 | get_post_to_editwp-admin/includes/deprecated.php | |
| 308 | get_preferred_from_update_corewp-admin/includes/update.php | |
| 309 | get_real_file_to_editwp-admin/includes/deprecated.php | |
| 310 | get_sample_permalinkwp-admin/includes/post.php | |
| 311 | get_sample_permalink_htmlwp-admin/includes/post.php | |
| 312 | get_screen_iconwp-admin/includes/deprecated.php | |
| 313 | get_settings_errorswp-admin/includes/template.php | |
| 314 | get_sitewp-includes/ms-site.php | |
| 315 | get_site_allowed_themeswp-admin/includes/ms-deprecated.php | |
| 316 | get_site_by_pathwp-includes/ms-load.php | |
| 317 | get_site_metawp-includes/ms-site.php | |
| 318 | get_site_screen_help_sidebar_contentwp-admin/includes/ms.php | |
| 319 | get_site_screen_help_tab_argswp-admin/includes/ms.php | |
| 320 | get_siteswp-includes/ms-site.php | |
| 321 | get_sitestatswp-includes/ms-functions.php | |
| 322 | get_space_allowedwp-includes/ms-functions.php | |
| 323 | get_space_usedwp-includes/ms-functions.php | |
| 324 | get_subdirectory_reserved_nameswp-includes/ms-functions.php | |
| 325 | get_submit_buttonwp-admin/includes/template.php | |
| 326 | get_tags_to_editwp-admin/includes/taxonomy.php | |
| 327 | get_terms_to_editwp-admin/includes/taxonomy.php | |
| 328 | get_the_IDwp-includes/post-template.php | |
| 329 | get_the_author_IDwp-includes/deprecated.php | |
| 330 | get_the_category_by_IDwp-includes/category-template.php | |
| 331 | get_theme_feature_listwp-admin/includes/theme.php | |
| 332 | get_theme_update_availablewp-admin/includes/theme.php | |
| 333 | get_theme_updateswp-admin/includes/update.php | |
| 334 | get_udimswp-admin/includes/deprecated.php | |
| 335 | get_upload_iframe_srcwp-admin/includes/media.php | |
| 336 | get_upload_space_availablewp-includes/ms-functions.php | |
| 337 | get_user_detailswp-includes/ms-deprecated.php | |
| 338 | get_user_id_from_stringwp-includes/ms-deprecated.php | |
| 339 | get_user_to_editwp-admin/includes/user.php | |
| 340 | get_users_draftswp-admin/includes/user.php | |
| 341 | global_termswp-includes/ms-deprecated.php | |
| 342 | got_mod_rewritewp-admin/includes/misc.php | |
| 343 | got_url_rewritewp-admin/includes/misc.php | |
| 344 | graceful_failwp-includes/ms-deprecated.php | |
| 345 | has_metawp-admin/includes/post.php | |
| 346 | hash_equalswp-includes/compat.php | |
| 347 | hash_hmacwp-includes/compat.php | |
| 348 | heartbeat_autosavewp-admin/includes/misc.php | |
| 349 | iframe_footerwp-admin/includes/template.php | |
| 350 | iframe_headerwp-admin/includes/template.php | |
| 351 | iis7_add_rewrite_rulewp-admin/includes/misc.php | |
| 352 | iis7_delete_rewrite_rulewp-admin/includes/misc.php | |
| 353 | iis7_rewrite_rule_existswp-admin/includes/misc.php | |
| 354 | iis7_save_url_rewrite_ruleswp-admin/includes/misc.php | |
| 355 | image_add_captionwp-admin/includes/media.php | |
| 356 | image_align_input_fieldswp-admin/includes/media.php | |
| 357 | image_attachment_fields_to_editwp-admin/includes/media.php | |
| 358 | image_attachment_fields_to_savewp-admin/includes/deprecated.php | |
| 359 | image_edit_apply_changeswp-admin/includes/image-edit.php | |
| 360 | image_link_input_fieldswp-admin/includes/media.php | |
| 361 | image_media_send_to_editorwp-admin/includes/media.php | |
| 362 | image_size_input_fieldswp-admin/includes/media.php | |
| 363 | insert_blogwp-includes/ms-deprecated.php | |
| 364 | insert_with_markerswp-admin/includes/misc.php | |
| 365 | install_blogwp-includes/ms-deprecated.php | |
| 366 | install_blog_defaultswp-includes/ms-deprecated.php | |
| 367 | install_dashboardwp-admin/includes/plugin-install.php | |
| 368 | install_global_termswp-admin/includes/ms-deprecated.php | |
| 369 | install_networkwp-admin/includes/schema.php | |
| 370 | install_plugin_informationwp-admin/includes/plugin-install.php | |
| 371 | install_plugin_install_statuswp-admin/includes/plugin-install.php | |
| 372 | install_plugins_favorites_formwp-admin/includes/plugin-install.php | |
| 373 | install_plugins_uploadwp-admin/includes/plugin-install.php | |
| 374 | install_popular_tagswp-admin/includes/plugin-install.php | |
| 375 | install_search_formwp-admin/includes/plugin-install.php | |
| 376 | install_theme_informationwp-admin/includes/theme-install.php | |
| 377 | install_theme_search_formwp-admin/includes/theme-install.php | |
| 378 | install_themes_dashboardwp-admin/includes/theme-install.php | |
| 379 | install_themes_feature_listwp-admin/includes/theme-install.php | |
| 380 | install_themes_uploadwp-admin/includes/theme-install.php | |
| 381 | is_archivedwp-includes/ms-blogs.php | |
| 382 | is_countablewp-includes/compat.php | |
| 383 | is_email_address_unsafewp-includes/ms-functions.php | |
| 384 | is_main_blogwp-includes/ms-deprecated.php | |
| 385 | is_network_only_pluginwp-admin/includes/plugin.php | |
| 386 | is_plugin_activewp-admin/includes/plugin.php | |
| 387 | is_plugin_active_for_networkwp-admin/includes/plugin.php | |
| 388 | is_plugin_inactivewp-admin/includes/plugin.php | |
| 389 | is_plugin_pausedwp-admin/includes/plugin.php | |
| 390 | is_site_adminwp-includes/ms-deprecated.php | |
| 391 | is_subdomain_installwp-includes/ms-load.php | |
| 392 | is_theme_pausedwp-admin/includes/theme.php | |
| 393 | is_uninstallable_pluginwp-admin/includes/plugin.php | |
| 394 | is_upload_space_availablewp-includes/ms-functions.php | |
| 395 | is_user_option_localwp-includes/ms-deprecated.php | |
| 396 | is_user_spammywp-includes/ms-functions.php | |
| 397 | is_wpmu_sitewide_pluginwp-admin/includes/ms-deprecated.php | |
| 398 | link_advanced_meta_boxwp-admin/includes/meta-boxes.php | |
| 399 | link_categories_meta_boxwp-admin/includes/meta-boxes.php | |
| 400 | link_submit_meta_boxwp-admin/includes/meta-boxes.php | |
| 401 | link_target_meta_boxwp-admin/includes/meta-boxes.php | |
| 402 | link_xfn_meta_boxwp-admin/includes/meta-boxes.php | |
| 403 | list_core_updatewp-admin/update-core.php | |
| 404 | list_fileswp-admin/includes/file.php | |
| 405 | list_metawp-admin/includes/template.php | |
| 406 | list_plugin_updateswp-admin/update-core.php | |
| 407 | list_theme_updateswp-admin/update-core.php | |
| 408 | list_translation_updateswp-admin/update-core.php | |
| 409 | load_image_to_editwp-admin/includes/image.php | |
| 410 | logIOxmlrpc.php | |
| 411 | login_footerwp-login.php | |
| 412 | login_headerwp-login.php | |
| 413 | lowercase_octetswp-includes/canonical.php | |
| 414 | maintenance_nagwp-admin/includes/update.php | |
| 415 | make_db_currentwp-admin/includes/upgrade.php | |
| 416 | make_db_current_silentwp-admin/includes/upgrade.php | |
| 417 | make_site_themewp-admin/includes/upgrade.php | |
| 418 | make_site_theme_from_defaultwp-admin/includes/upgrade.php | |
| 419 | make_site_theme_from_oldschoolwp-admin/includes/upgrade.php | |
| 420 | maybe_add_columnwp-admin/includes/upgrade.php | |
| 421 | maybe_add_existing_user_to_blogwp-includes/ms-functions.php | |
| 422 | maybe_convert_table_to_utf8mb4wp-admin/includes/upgrade.php | |
| 423 | maybe_create_tablewp-admin/includes/upgrade.php | |
| 424 | maybe_disable_automattic_widgetswp-admin/includes/upgrade.php | |
| 425 | maybe_disable_link_managerwp-admin/includes/upgrade.php | |
| 426 | maybe_drop_columnwp-admin/install-helper.php | |
| 427 | maybe_redirect_404wp-includes/ms-functions.php | |
| 428 | mb_strlenwp-includes/compat.php | |
| 429 | mb_substrwp-includes/compat.php | |
| 430 | media_buttonswp-admin/includes/media.php | |
| 431 | media_handle_sideloadwp-admin/includes/media.php | |
| 432 | media_handle_uploadwp-admin/includes/media.php | |
| 433 | media_post_single_attachment_fields_to_editwp-admin/includes/media.php | |
| 434 | media_send_to_editorwp-admin/includes/media.php | |
| 435 | media_sideload_imagewp-admin/includes/media.php | |
| 436 | media_single_attachment_fields_to_editwp-admin/includes/media.php | |
| 437 | media_upload_audiowp-admin/includes/deprecated.php | |
| 438 | media_upload_filewp-admin/includes/deprecated.php | |
| 439 | media_upload_flash_bypasswp-admin/includes/media.php | |
| 440 | media_upload_formwp-admin/includes/media.php | |
| 441 | media_upload_form_handlerwp-admin/includes/media.php | |
| 442 | media_upload_gallerywp-admin/includes/media.php | |
| 443 | media_upload_gallery_formwp-admin/includes/media.php | |
| 444 | media_upload_headerwp-admin/includes/media.php | |
| 445 | media_upload_html_bypasswp-admin/includes/media.php | |
| 446 | media_upload_imagewp-admin/includes/deprecated.php | |
| 447 | media_upload_librarywp-admin/includes/media.php | |
| 448 | media_upload_library_formwp-admin/includes/media.php | |
| 449 | media_upload_max_image_resizewp-admin/includes/media.php | |
| 450 | media_upload_tabswp-admin/includes/media.php | |
| 451 | media_upload_text_afterwp-admin/includes/media.php | |
| 452 | media_upload_type_formwp-admin/includes/media.php | |
| 453 | media_upload_type_url_formwp-admin/includes/media.php | |
| 454 | media_upload_videowp-admin/includes/deprecated.php | |
| 455 | menu_page_urlwp-admin/includes/plugin.php | |
| 456 | meta_box_prefswp-admin/includes/screen.php | |
| 457 | meta_formwp-admin/includes/template.php | |
| 458 | move_dirwp-admin/includes/file.php | |
| 459 | ms_cookie_constantswp-includes/ms-default-constants.php | |
| 460 | ms_deprecated_blogs_filewp-admin/includes/ms-deprecated.php | |
| 461 | ms_file_constantswp-includes/ms-default-constants.php | |
| 462 | ms_is_switchedwp-includes/ms-blogs.php | |
| 463 | ms_load_current_site_and_networkwp-includes/ms-load.php | |
| 464 | ms_not_installedwp-includes/ms-load.php | |
| 465 | ms_site_checkwp-includes/ms-load.php | |
| 466 | ms_subdomain_constantswp-includes/ms-default-constants.php | |
| 467 | ms_upload_constantswp-includes/ms-default-constants.php | |
| 468 | mu_dropdown_languageswp-admin/includes/ms.php | |
| 469 | mu_optionswp-admin/includes/ms-deprecated.php | |
| 470 | multisite_over_quota_messagewp-admin/includes/media.php | |
| 471 | network_domain_checkwp-admin/includes/network.php | |
| 472 | network_edit_site_navwp-admin/includes/ms.php | |
| 473 | network_step1wp-admin/includes/network.php | |
| 474 | network_step2wp-admin/includes/network.php | |
| 475 | newblog_notify_siteadminwp-includes/ms-functions.php | |
| 476 | newuser_notify_siteadminwp-includes/ms-functions.php | |
| 477 | next_widget_id_numberwp-admin/includes/widgets.php | |
| 478 | nextpagewp-admin/network/upgrade.php | |
| 479 | onCatChangewp-includes/blocks/categories.php | |
| 480 | option_update_filterwp-admin/includes/plugin.php | |
| 481 | options_reading_blog_charsetwp-admin/includes/options.php | |
| 482 | page_attributes_meta_boxwp-admin/includes/meta-boxes.php | |
| 483 | page_linkswp-admin/includes/deprecated.php | |
| 484 | page_template_dropdownwp-admin/includes/template.php | |
| 485 | parent_dropdownwp-admin/includes/template.php | |
| 486 | paused_plugins_noticewp-admin/includes/plugin.php | |
| 487 | paused_themes_noticewp-admin/includes/theme.php | |
| 488 | plugin_sandbox_scrapewp-admin/includes/plugin.php | |
| 489 | plugins_apiwp-admin/includes/plugin-install.php | |
| 490 | populate_networkwp-admin/includes/schema.php | |
| 491 | populate_network_metawp-admin/includes/schema.php | |
| 492 | populate_optionswp-admin/includes/schema.php | |
| 493 | populate_roleswp-admin/includes/schema.php | |
| 494 | populate_roles_160wp-admin/includes/schema.php | |
| 495 | populate_roles_210wp-admin/includes/schema.php | |
| 496 | populate_roles_230wp-admin/includes/schema.php | |
| 497 | populate_roles_250wp-admin/includes/schema.php | |
| 498 | populate_roles_260wp-admin/includes/schema.php | |
| 499 | populate_roles_270wp-admin/includes/schema.php | |
| 500 | populate_roles_280wp-admin/includes/schema.php | |
| 501 | populate_roles_300wp-admin/includes/schema.php | |
| 502 | populate_site_metawp-admin/includes/schema.php | |
| 503 | post_author_meta_boxwp-admin/includes/meta-boxes.php | |
| 504 | post_categories_meta_boxwp-admin/includes/meta-boxes.php | |
| 505 | post_comment_meta_boxwp-admin/includes/meta-boxes.php | |
| 506 | post_comment_meta_box_theadwp-admin/includes/meta-boxes.php | |
| 507 | post_comment_status_meta_boxwp-admin/includes/meta-boxes.php | |
| 508 | post_custom_meta_boxwp-admin/includes/meta-boxes.php | |
| 509 | post_excerpt_meta_boxwp-admin/includes/meta-boxes.php | |
| 510 | post_existswp-admin/includes/post.php | |
| 511 | post_form_autocomplete_offwp-admin/includes/deprecated.php | |
| 512 | post_format_meta_boxwp-admin/includes/meta-boxes.php | |
| 513 | post_previewwp-admin/includes/post.php | |
| 514 | post_revisions_meta_boxwp-admin/includes/meta-boxes.php | |
| 515 | post_slug_meta_boxwp-admin/includes/meta-boxes.php | |
| 516 | post_submit_meta_boxwp-admin/includes/meta-boxes.php | |
| 517 | post_tags_meta_boxwp-admin/includes/meta-boxes.php | |
| 518 | post_thumbnail_meta_boxwp-admin/includes/meta-boxes.php | |
| 519 | post_trackback_meta_boxwp-admin/includes/meta-boxes.php | |
| 520 | postbox_classeswp-admin/includes/post.php | |
| 521 | pre_schema_upgradewp-admin/includes/upgrade.php | |
| 522 | prepare_vars_for_template_usagewp-admin/includes/deprecated.php | |
| 523 | print_column_headerswp-admin/includes/list-table.php | |
| 524 | readonlywp-includes/php-compat/readonly.php | |
| 525 | redirect_postwp-admin/includes/post.php | |
| 526 | redirect_this_sitewp-includes/ms-functions.php | |
| 527 | refresh_blog_detailswp-includes/ms-blogs.php | |
| 528 | refresh_user_detailswp-admin/includes/ms.php | |
| 529 | register_and_do_post_meta_boxeswp-admin/includes/meta-boxes.php | |
| 530 | register_column_headerswp-admin/includes/list-table.php | |
| 531 | register_importerwp-admin/includes/import.php | |
| 532 | remove_allowed_optionswp-admin/includes/plugin.php | |
| 533 | remove_menu_pagewp-admin/includes/plugin.php | |
| 534 | remove_meta_boxwp-admin/includes/template.php | |
| 535 | remove_option_update_handlerwp-admin/includes/deprecated.php | |
| 536 | remove_submenu_pagewp-admin/includes/plugin.php | |
| 537 | remove_user_from_blogwp-includes/ms-functions.php | |
| 538 | request_filesystem_credentialswp-admin/includes/file.php | |
| 539 | restore_current_blogwp-includes/ms-blogs.php | |
| 540 | results_are_pagedwp-admin/includes/deprecated.php | |
| 541 | resume_pluginwp-admin/includes/plugin.php | |
| 542 | resume_themewp-admin/includes/theme.php | |
| 543 | saveDomDocumentwp-admin/includes/misc.php | |
| 544 | save_mod_rewrite_ruleswp-admin/includes/misc.php | |
| 545 | schedulewp-admin/includes/post.php | |
| 546 | screen_iconwp-admin/includes/deprecated.php | |
| 547 | screen_layoutwp-admin/includes/deprecated.php | |
| 548 | screen_metawp-admin/includes/deprecated.php | |
| 549 | screen_optionswp-admin/includes/deprecated.php | |
| 550 | set_current_screenwp-admin/includes/screen.php | |
| 551 | set_screen_optionswp-admin/includes/misc.php | |
| 552 | settings_errorswp-admin/includes/template.php | |
| 553 | settings_fieldswp-admin/includes/plugin.php | |
| 554 | setup_config_display_headerwp-admin/setup-config.php | |
| 555 | show_blog_formwp-signup.php | |
| 556 | show_messagewp-admin/includes/misc.php | |
| 557 | show_user_formwp-signup.php | |
| 558 | signup_another_blogwp-signup.php | |
| 559 | signup_blogwp-signup.php | |
| 560 | signup_get_available_languageswp-signup.php | |
| 561 | signup_nonce_checkwp-includes/ms-functions.php | |
| 562 | signup_nonce_fieldswp-includes/ms-functions.php | |
| 563 | signup_userwp-signup.php | |
| 564 | site_admin_noticewp-admin/includes/ms.php | |
| 565 | sodiumCompatAutoloaderwp-includes/sodium_compat/autoload.php | |
| 566 | sodium_addwp-includes/sodium_compat/lib/php72compat.php | |
| 567 | sodium_base642binwp-includes/sodium_compat/lib/php72compat.php | |
| 568 | sodium_bin2base64wp-includes/sodium_compat/lib/php72compat.php | |
| 569 | sodium_bin2hexwp-includes/sodium_compat/lib/php72compat.php | |
| 570 | sodium_comparewp-includes/sodium_compat/lib/php72compat.php | |
| 571 | sodium_crypto_aead_aegis128l_decryptwp-includes/sodium_compat/lib/php84compat.php | |
| 572 | sodium_crypto_aead_aegis128l_encryptwp-includes/sodium_compat/lib/php84compat.php | |
| 573 | sodium_crypto_aead_aegis256_decryptwp-includes/sodium_compat/lib/php84compat.php | |
| 574 | sodium_crypto_aead_aegis256_encryptwp-includes/sodium_compat/lib/php84compat.php | |
| 575 | sodium_crypto_aead_aes256gcm_decryptwp-includes/sodium_compat/lib/php72compat.php | |
| 576 | sodium_crypto_aead_aes256gcm_encryptwp-includes/sodium_compat/lib/php72compat.php | |
| 577 | sodium_crypto_aead_aes256gcm_is_availablewp-includes/sodium_compat/lib/php72compat.php | |
| 578 | sodium_crypto_aead_chacha20poly1305_decryptwp-includes/sodium_compat/lib/php72compat.php | |
| 579 | sodium_crypto_aead_chacha20poly1305_encryptwp-includes/sodium_compat/lib/php72compat.php | |
| 580 | sodium_crypto_aead_chacha20poly1305_ietf_decryptwp-includes/sodium_compat/lib/php72compat.php | |
| 581 | sodium_crypto_aead_chacha20poly1305_ietf_encryptwp-includes/sodium_compat/lib/php72compat.php | |
| 582 | sodium_crypto_aead_chacha20poly1305_ietf_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 583 | sodium_crypto_aead_chacha20poly1305_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 584 | sodium_crypto_aead_xchacha20poly1305_ietf_decryptwp-includes/sodium_compat/lib/php72compat.php | |
| 585 | sodium_crypto_aead_xchacha20poly1305_ietf_encryptwp-includes/sodium_compat/lib/php72compat.php | |
| 586 | sodium_crypto_aead_xchacha20poly1305_ietf_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 587 | sodium_crypto_authwp-includes/sodium_compat/lib/php72compat.php | |
| 588 | sodium_crypto_auth_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 589 | sodium_crypto_auth_verifywp-includes/sodium_compat/lib/php72compat.php | |
| 590 | sodium_crypto_boxwp-includes/sodium_compat/lib/php72compat.php | |
| 591 | sodium_crypto_box_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 592 | sodium_crypto_box_openwp-includes/sodium_compat/lib/php72compat.php | |
| 593 | sodium_crypto_box_sealwp-includes/sodium_compat/lib/php72compat.php | |
| 594 | sodium_crypto_box_seal_openwp-includes/sodium_compat/lib/php72compat.php | |
| 595 | sodium_crypto_box_secretkeywp-includes/sodium_compat/lib/php72compat.php | |
| 596 | sodium_crypto_box_seed_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 597 | sodium_crypto_core_ristretto255_addwp-includes/sodium_compat/lib/ristretto255.php | |
| 598 | sodium_crypto_core_ristretto255_from_hashwp-includes/sodium_compat/lib/ristretto255.php | |
| 599 | sodium_crypto_core_ristretto255_is_valid_pointwp-includes/sodium_compat/lib/ristretto255.php | |
| 600 | sodium_crypto_core_ristretto255_randomwp-includes/sodium_compat/lib/ristretto255.php | |
| 601 | sodium_crypto_core_ristretto255_scalar_addwp-includes/sodium_compat/lib/ristretto255.php | |
| 602 | sodium_crypto_core_ristretto255_scalar_complementwp-includes/sodium_compat/lib/ristretto255.php | |
| 603 | sodium_crypto_core_ristretto255_scalar_invertwp-includes/sodium_compat/lib/ristretto255.php | |
| 604 | sodium_crypto_core_ristretto255_scalar_mulwp-includes/sodium_compat/lib/ristretto255.php | |
| 605 | sodium_crypto_core_ristretto255_scalar_negatewp-includes/sodium_compat/lib/ristretto255.php | |
| 606 | sodium_crypto_core_ristretto255_scalar_randomwp-includes/sodium_compat/lib/ristretto255.php | |
| 607 | sodium_crypto_core_ristretto255_scalar_reducewp-includes/sodium_compat/lib/ristretto255.php | |
| 608 | sodium_crypto_core_ristretto255_scalar_subwp-includes/sodium_compat/lib/ristretto255.php | |
| 609 | sodium_crypto_core_ristretto255_subwp-includes/sodium_compat/lib/ristretto255.php | |
| 610 | sodium_crypto_generichashwp-includes/sodium_compat/lib/php72compat.php | |
| 611 | sodium_crypto_generichash_finalwp-includes/sodium_compat/lib/php72compat.php | |
| 612 | sodium_crypto_generichash_initwp-includes/sodium_compat/lib/php72compat.php | |
| 613 | sodium_crypto_generichash_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 614 | sodium_crypto_generichash_updatewp-includes/sodium_compat/lib/php72compat.php | |
| 615 | sodium_crypto_kdf_derive_from_keywp-includes/sodium_compat/lib/php72compat.php | |
| 616 | sodium_crypto_kdf_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 617 | sodium_crypto_kxwp-includes/sodium_compat/lib/php72compat.php | |
| 618 | sodium_crypto_kx_client_session_keyswp-includes/sodium_compat/lib/php72compat.php | |
| 619 | sodium_crypto_kx_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 620 | sodium_crypto_kx_secretkeywp-includes/sodium_compat/lib/php72compat.php | |
| 621 | sodium_crypto_kx_seed_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 622 | sodium_crypto_kx_server_session_keyswp-includes/sodium_compat/lib/php72compat.php | |
| 623 | sodium_crypto_pwhashwp-includes/sodium_compat/lib/php72compat.php | |
| 624 | sodium_crypto_pwhash_scryptsalsa208sha256wp-includes/sodium_compat/lib/php72compat.php | |
| 625 | sodium_crypto_pwhash_scryptsalsa208sha256_strwp-includes/sodium_compat/lib/php72compat.php | |
| 626 | sodium_crypto_pwhash_scryptsalsa208sha256_str_verifywp-includes/sodium_compat/lib/php72compat.php | |
| 627 | sodium_crypto_pwhash_strwp-includes/sodium_compat/lib/php72compat.php | |
| 628 | sodium_crypto_pwhash_str_needs_rehashwp-includes/sodium_compat/lib/php72compat.php | |
| 629 | sodium_crypto_pwhash_str_verifywp-includes/sodium_compat/lib/php72compat.php | |
| 630 | sodium_crypto_scalarmultwp-includes/sodium_compat/lib/php72compat.php | |
| 631 | sodium_crypto_scalarmult_basewp-includes/sodium_compat/lib/php72compat.php | |
| 632 | sodium_crypto_scalarmult_ristretto255wp-includes/sodium_compat/lib/ristretto255.php | |
| 633 | sodium_crypto_scalarmult_ristretto255_basewp-includes/sodium_compat/lib/ristretto255.php | |
| 634 | sodium_crypto_secretboxwp-includes/sodium_compat/lib/php72compat.php | |
| 635 | sodium_crypto_secretbox_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 636 | sodium_crypto_secretbox_openwp-includes/sodium_compat/lib/php72compat.php | |
| 637 | sodium_crypto_secretstream_xchacha20poly1305_init_pullwp-includes/sodium_compat/lib/php72compat.php | |
| 638 | sodium_crypto_secretstream_xchacha20poly1305_init_pushwp-includes/sodium_compat/lib/php72compat.php | |
| 639 | sodium_crypto_secretstream_xchacha20poly1305_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 640 | sodium_crypto_secretstream_xchacha20poly1305_pullwp-includes/sodium_compat/lib/php72compat.php | |
| 641 | sodium_crypto_secretstream_xchacha20poly1305_pushwp-includes/sodium_compat/lib/php72compat.php | |
| 642 | sodium_crypto_secretstream_xchacha20poly1305_rekeywp-includes/sodium_compat/lib/php72compat.php | |
| 643 | sodium_crypto_shorthashwp-includes/sodium_compat/lib/php72compat.php | |
| 644 | sodium_crypto_shorthash_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 645 | sodium_crypto_signwp-includes/sodium_compat/lib/php72compat.php | |
| 646 | sodium_crypto_sign_detachedwp-includes/sodium_compat/lib/php72compat.php | |
| 647 | sodium_crypto_sign_ed25519_sk_to_curve25519wp-includes/sodium_compat/lib/php72compat.php | |
| 648 | sodium_crypto_sign_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 649 | sodium_crypto_sign_secretkeywp-includes/sodium_compat/lib/php72compat.php | |
| 650 | sodium_crypto_sign_seed_keypairwp-includes/sodium_compat/lib/php72compat.php | |
| 651 | sodium_crypto_streamwp-includes/sodium_compat/lib/php72compat.php | |
| 652 | sodium_crypto_stream_keygenwp-includes/sodium_compat/lib/php72compat.php | |
| 653 | sodium_crypto_stream_xchacha20wp-includes/sodium_compat/lib/stream-xchacha20.php | |
| 654 | sodium_crypto_stream_xchacha20_keygenwp-includes/sodium_compat/lib/stream-xchacha20.php | |
| 655 | sodium_crypto_stream_xchacha20_xorwp-includes/sodium_compat/lib/stream-xchacha20.php | |
| 656 | sodium_crypto_stream_xchacha20_xor_icwp-includes/sodium_compat/lib/stream-xchacha20.php | |
| 657 | sodium_crypto_stream_xorwp-includes/sodium_compat/lib/php72compat.php | |
| 658 | sodium_hex2binwp-includes/sodium_compat/lib/php72compat.php | |
| 659 | sodium_incrementwp-includes/sodium_compat/lib/php72compat.php | |
| 660 | sodium_library_version_majorwp-includes/sodium_compat/lib/php72compat.php | |
| 661 | sodium_library_version_minorwp-includes/sodium_compat/lib/php72compat.php | |
| 662 | sodium_memcmpwp-includes/sodium_compat/lib/php72compat.php | |
| 663 | sodium_memzerowp-includes/sodium_compat/lib/php72compat.php | |
| 664 | sodium_padwp-includes/sodium_compat/lib/php72compat.php | |
| 665 | sodium_randombytes_bufwp-includes/sodium_compat/lib/php72compat.php | |
| 666 | sodium_randombytes_random16wp-includes/sodium_compat/lib/php72compat.php | |
| 667 | sodium_randombytes_uniformwp-includes/sodium_compat/lib/php72compat.php | |
| 668 | sodium_unpadwp-includes/sodium_compat/lib/php72compat.php | |
| 669 | sodium_version_stringwp-includes/sodium_compat/lib/php72compat.php | |
| 670 | sort_menuwp-admin/includes/menu.php | |
| 671 | startElementwp-admin/link-parse-opml.php | |
| 672 | str_containswp-includes/compat.php | |
| 673 | str_ends_withwp-includes/compat.php | |
| 674 | str_starts_withwp-includes/compat.php | |
| 675 | stream_preview_imagewp-admin/includes/image-edit.php | |
| 676 | submit_buttonwp-admin/includes/template.php | |
| 677 | switch_to_blogwp-includes/ms-blogs.php | |
| 678 | sync_category_tag_slugswp-admin/includes/ms-deprecated.php | |
| 679 | tag_existswp-admin/includes/taxonomy.php | |
| 680 | taxonomy_meta_box_sanitize_cb_checkboxeswp-admin/includes/post.php | |
| 681 | taxonomy_meta_box_sanitize_cb_inputwp-admin/includes/post.php | |
| 682 | tb_closewp-admin/includes/template.php | |
| 683 | the_IDwp-includes/post-template.php | |
| 684 | the_attachment_linkswp-admin/includes/deprecated.php | |
| 685 | the_author_IDwp-includes/deprecated.php | |
| 686 | the_block_editor_meta_box_post_form_hidden_fieldswp-admin/includes/post.php | |
| 687 | the_block_editor_meta_boxeswp-admin/includes/post.php | |
| 688 | the_category_IDwp-includes/deprecated.php | |
| 689 | the_media_upload_tabswp-admin/includes/media.php | |
| 690 | the_post_passwordwp-admin/includes/template.php | |
| 691 | theme_update_availablewp-admin/includes/theme.php | |
| 692 | themes_apiwp-admin/includes/theme.php | |
| 693 | tinymce_includewp-admin/includes/deprecated.php | |
| 694 | touch_timewp-admin/includes/template.php | |
| 695 | trackback_responsewp-trackback.php | |
| 696 | translate_level_to_rolewp-admin/includes/upgrade.php | |
| 697 | translations_apiwp-admin/includes/translation-install.php | |
| 698 | type_url_form_audiowp-admin/includes/deprecated.php | |
| 699 | type_url_form_filewp-admin/includes/deprecated.php | |
| 700 | type_url_form_imagewp-admin/includes/deprecated.php | |
| 701 | type_url_form_videowp-admin/includes/deprecated.php | |
| 702 | undismiss_core_updatewp-admin/includes/update.php | |
| 703 | uninstall_pluginwp-admin/includes/plugin.php | |
| 704 | unzip_filewp-admin/includes/file.php | |
| 705 | update_archivedwp-includes/ms-blogs.php | |
| 706 | update_blog_detailswp-includes/ms-blogs.php | |
| 707 | update_blog_optionwp-includes/ms-blogs.php | |
| 708 | update_blog_statuswp-includes/ms-blogs.php | |
| 709 | update_corewp-admin/includes/update-core.php | |
| 710 | update_gallery_tabwp-admin/includes/media.php | |
| 711 | update_home_siteurlwp-admin/includes/misc.php | |
| 712 | update_metawp-admin/includes/post.php | |
| 713 | update_nagwp-admin/includes/update.php | |
| 714 | update_network_cachewp-includes/ms-network.php | |
| 715 | update_network_option_new_admin_emailwp-includes/ms-functions.php | |
| 716 | update_option_new_admin_emailwp-admin/includes/misc.php | |
| 717 | update_posts_countwp-includes/ms-functions.php | |
| 718 | update_recently_editedwp-admin/includes/misc.php | |
| 719 | update_right_now_messagewp-admin/includes/update.php | |
| 720 | update_site_cachewp-includes/ms-site.php | |
| 721 | update_site_metawp-includes/ms-site.php | |
| 722 | update_sitemeta_cachewp-includes/ms-site.php | |
| 723 | update_user_statuswp-includes/ms-deprecated.php | |
| 724 | upgrade_100wp-admin/includes/upgrade.php | |
| 725 | upgrade_101wp-admin/includes/upgrade.php | |
| 726 | upgrade_110wp-admin/includes/upgrade.php | |
| 727 | upgrade_130wp-admin/includes/upgrade.php | |
| 728 | upgrade_160wp-admin/includes/upgrade.php | |
| 729 | upgrade_210wp-admin/includes/upgrade.php | |
| 730 | upgrade_230wp-admin/includes/upgrade.php | |
| 731 | upgrade_230_old_tableswp-admin/includes/upgrade.php | |
| 732 | upgrade_230_options_tablewp-admin/includes/upgrade.php | |
| 733 | upgrade_250wp-admin/includes/upgrade.php | |
| 734 | upgrade_252wp-admin/includes/upgrade.php | |
| 735 | upgrade_260wp-admin/includes/upgrade.php | |
| 736 | upgrade_270wp-admin/includes/upgrade.php | |
| 737 | upgrade_280wp-admin/includes/upgrade.php | |
| 738 | upgrade_290wp-admin/includes/upgrade.php | |
| 739 | upgrade_300wp-admin/includes/upgrade.php | |
| 740 | upgrade_330wp-admin/includes/upgrade.php | |
| 741 | upgrade_340wp-admin/includes/upgrade.php | |
| 742 | upgrade_350wp-admin/includes/upgrade.php | |
| 743 | upgrade_370wp-admin/includes/upgrade.php | |
| 744 | upgrade_372wp-admin/includes/upgrade.php | |
| 745 | upgrade_380wp-admin/includes/upgrade.php | |
| 746 | upgrade_400wp-admin/includes/upgrade.php | |
| 747 | upgrade_420wp-admin/includes/upgrade.php | |
| 748 | upgrade_430wp-admin/includes/upgrade.php | |
| 749 | upgrade_430_fix_commentswp-admin/includes/upgrade.php | |
| 750 | upgrade_431wp-admin/includes/upgrade.php | |
| 751 | upgrade_440wp-admin/includes/upgrade.php | |
| 752 | upgrade_450wp-admin/includes/upgrade.php | |
| 753 | upgrade_460wp-admin/includes/upgrade.php | |
| 754 | upgrade_500wp-admin/includes/upgrade.php | |
| 755 | upgrade_510wp-admin/includes/upgrade.php | |
| 756 | upgrade_530wp-admin/includes/upgrade.php | |
| 757 | upgrade_550wp-admin/includes/upgrade.php | |
| 758 | upgrade_560wp-admin/includes/upgrade.php | |
| 759 | upgrade_590wp-admin/includes/upgrade.php | |
| 760 | upgrade_600wp-admin/includes/upgrade.php | |
| 761 | upgrade_630wp-admin/includes/upgrade.php | |
| 762 | upgrade_640wp-admin/includes/upgrade.php | |
| 763 | upgrade_650wp-admin/includes/upgrade.php | |
| 764 | upgrade_670wp-admin/includes/upgrade.php | |
| 765 | upgrade_allwp-admin/includes/upgrade.php | |
| 766 | upgrade_networkwp-admin/includes/upgrade.php | |
| 767 | upgrade_old_slugswp-admin/includes/upgrade.php | |
| 768 | upload_is_file_too_bigwp-includes/ms-functions.php | |
| 769 | upload_is_user_over_quotawp-admin/includes/ms.php | |
| 770 | upload_size_limit_filterwp-includes/ms-functions.php | |
| 771 | upload_space_settingwp-admin/includes/ms.php | |
| 772 | use_codepresswp-admin/includes/deprecated.php | |
| 773 | use_ssl_preferencewp-admin/includes/user.php | |
| 774 | user_can_access_admin_pagewp-admin/includes/plugin.php | |
| 775 | users_can_register_signup_filterwp-includes/ms-functions.php | |
| 776 | validate_active_pluginswp-admin/includes/plugin.php | |
| 777 | validate_another_blog_signupwp-signup.php | |
| 778 | validate_blog_formwp-signup.php | |
| 779 | validate_blog_signupwp-signup.php | |
| 780 | validate_emailwp-includes/ms-deprecated.php | |
| 781 | validate_file_to_editwp-admin/includes/file.php | |
| 782 | validate_pluginwp-admin/includes/plugin.php | |
| 783 | validate_plugin_requirementswp-admin/includes/plugin.php | |
| 784 | validate_user_formwp-signup.php | |
| 785 | validate_user_signupwp-signup.php | |
| 786 | verify_file_md5wp-admin/includes/file.php | |
| 787 | verify_file_signaturewp-admin/includes/file.php | |
| 788 | welcome_user_msg_filterwp-includes/ms-functions.php | |
| 789 | wp_add_dashboard_widgetwp-admin/includes/dashboard.php | |
| 790 | wp_add_id3_tag_datawp-admin/includes/media.php | |
| 791 | wp_add_privacy_policy_contentwp-admin/includes/plugin.php | |
| 792 | wp_admin_canonical_urlwp-admin/includes/misc.php | |
| 793 | wp_admin_headerswp-admin/includes/misc.php | |
| 794 | wp_admin_viewport_metawp-admin/includes/misc.php | |
| 795 | wp_ajax_activate_pluginwp-admin/includes/ajax-actions.php | |
| 796 | wp_ajax_add_link_categorywp-admin/includes/ajax-actions.php | |
| 797 | wp_ajax_add_menu_itemwp-admin/includes/ajax-actions.php | |
| 798 | wp_ajax_add_metawp-admin/includes/ajax-actions.php | |
| 799 | wp_ajax_add_tagwp-admin/includes/ajax-actions.php | |
| 800 | wp_ajax_add_userwp-admin/includes/ajax-actions.php | |
| 801 | wp_ajax_ajax_tag_searchwp-admin/includes/ajax-actions.php | |
| 802 | wp_ajax_autocomplete_userwp-admin/includes/ajax-actions.php | |
| 803 | wp_ajax_closed_postboxeswp-admin/includes/ajax-actions.php | |
| 804 | wp_ajax_crop_imagewp-admin/includes/ajax-actions.php | |
| 805 | wp_ajax_dashboard_widgetswp-admin/includes/ajax-actions.php | |
| 806 | wp_ajax_date_formatwp-admin/includes/ajax-actions.php | |
| 807 | wp_ajax_delete_commentwp-admin/includes/ajax-actions.php | |
| 808 | wp_ajax_delete_inactive_widgetswp-admin/includes/ajax-actions.php | |
| 809 | wp_ajax_delete_linkwp-admin/includes/ajax-actions.php | |
| 810 | wp_ajax_delete_metawp-admin/includes/ajax-actions.php | |
| 811 | wp_ajax_delete_pagewp-admin/includes/ajax-actions.php | |
| 812 | wp_ajax_delete_pluginwp-admin/includes/ajax-actions.php | |
| 813 | wp_ajax_delete_postwp-admin/includes/ajax-actions.php | |
| 814 | wp_ajax_delete_tagwp-admin/includes/ajax-actions.php | |
| 815 | wp_ajax_delete_themewp-admin/includes/ajax-actions.php | |
| 816 | wp_ajax_destroy_sessionswp-admin/includes/ajax-actions.php | |
| 817 | wp_ajax_dim_commentwp-admin/includes/ajax-actions.php | |
| 818 | wp_ajax_dismiss_wp_pointerwp-admin/includes/ajax-actions.php | |
| 819 | wp_ajax_edit_commentwp-admin/includes/ajax-actions.php | |
| 820 | wp_ajax_edit_theme_plugin_filewp-admin/includes/ajax-actions.php | |
| 821 | wp_ajax_fetch_listwp-admin/includes/ajax-actions.php | |
| 822 | wp_ajax_find_postswp-admin/includes/ajax-actions.php | |
| 823 | wp_ajax_generate_passwordwp-admin/includes/ajax-actions.php | |
| 824 | wp_ajax_get_attachmentwp-admin/includes/ajax-actions.php | |
| 825 | wp_ajax_get_commentswp-admin/includes/ajax-actions.php | |
| 826 | wp_ajax_get_community_eventswp-admin/includes/ajax-actions.php | |
| 827 | wp_ajax_get_permalinkwp-admin/includes/ajax-actions.php | |
| 828 | wp_ajax_get_post_thumbnail_htmlwp-admin/includes/ajax-actions.php | |
| 829 | wp_ajax_get_revision_diffswp-admin/includes/ajax-actions.php | |
| 830 | wp_ajax_get_tagcloudwp-admin/includes/ajax-actions.php | |
| 831 | wp_ajax_health_check_background_updateswp-admin/includes/ajax-actions.php | |
| 832 | wp_ajax_health_check_dotorg_communicationwp-admin/includes/ajax-actions.php | |
| 833 | wp_ajax_health_check_get_sizeswp-admin/includes/ajax-actions.php | |
| 834 | wp_ajax_health_check_loopback_requestswp-admin/includes/ajax-actions.php | |
| 835 | wp_ajax_health_check_site_status_resultwp-admin/includes/ajax-actions.php | |
| 836 | wp_ajax_heartbeatwp-admin/includes/ajax-actions.php | |
| 837 | wp_ajax_hidden_columnswp-admin/includes/ajax-actions.php | |
| 838 | wp_ajax_image_editorwp-admin/includes/ajax-actions.php | |
| 839 | wp_ajax_imgedit_previewwp-admin/includes/ajax-actions.php | |
| 840 | wp_ajax_inline_savewp-admin/includes/ajax-actions.php | |
| 841 | wp_ajax_inline_save_taxwp-admin/includes/ajax-actions.php | |
| 842 | wp_ajax_install_pluginwp-admin/includes/ajax-actions.php | |
| 843 | wp_ajax_install_themewp-admin/includes/ajax-actions.php | |
| 844 | wp_ajax_logged_inwp-admin/includes/ajax-actions.php | |
| 845 | wp_ajax_media_create_image_subsizeswp-admin/includes/ajax-actions.php | |
| 846 | wp_ajax_menu_get_metaboxwp-admin/includes/ajax-actions.php | |
| 847 | wp_ajax_menu_locations_savewp-admin/includes/ajax-actions.php | |
| 848 | wp_ajax_menu_quick_searchwp-admin/includes/ajax-actions.php | |
| 849 | wp_ajax_meta_box_orderwp-admin/includes/ajax-actions.php | |
| 850 | wp_ajax_nopriv_generate_passwordwp-admin/includes/ajax-actions.php | |
| 851 | wp_ajax_nopriv_heartbeatwp-admin/includes/ajax-actions.php | |
| 852 | wp_ajax_oembed_cachewp-admin/includes/ajax-actions.php | |
| 853 | wp_ajax_parse_embedwp-admin/includes/ajax-actions.php | |
| 854 | wp_ajax_parse_media_shortcodewp-admin/includes/ajax-actions.php | |
| 855 | wp_ajax_query_attachmentswp-admin/includes/ajax-actions.php | |
| 856 | wp_ajax_query_themeswp-admin/includes/ajax-actions.php | |
| 857 | wp_ajax_replyto_commentwp-admin/includes/ajax-actions.php | |
| 858 | wp_ajax_rest_noncewp-admin/includes/ajax-actions.php | |
| 859 | wp_ajax_sample_permalinkwp-admin/includes/ajax-actions.php | |
| 860 | wp_ajax_save_attachmentwp-admin/includes/ajax-actions.php | |
| 861 | wp_ajax_save_attachment_compatwp-admin/includes/ajax-actions.php | |
| 862 | wp_ajax_save_attachment_orderwp-admin/includes/ajax-actions.php | |
| 863 | wp_ajax_save_user_color_schemewp-admin/includes/ajax-actions.php | |
| 864 | wp_ajax_save_widgetwp-admin/includes/ajax-actions.php | |
| 865 | wp_ajax_save_wporg_usernamewp-admin/includes/ajax-actions.php | |
| 866 | wp_ajax_search_install_pluginswp-admin/includes/ajax-actions.php | |
| 867 | wp_ajax_search_pluginswp-admin/includes/ajax-actions.php | |
| 868 | wp_ajax_send_attachment_to_editorwp-admin/includes/ajax-actions.php | |
| 869 | wp_ajax_send_link_to_editorwp-admin/includes/ajax-actions.php | |
| 870 | wp_ajax_send_password_resetwp-admin/includes/ajax-actions.php | |
| 871 | wp_ajax_set_attachment_thumbnailwp-admin/includes/ajax-actions.php | |
| 872 | wp_ajax_set_post_thumbnailwp-admin/includes/ajax-actions.php | |
| 873 | wp_ajax_time_formatwp-admin/includes/ajax-actions.php | |
| 874 | wp_ajax_toggle_auto_updateswp-admin/includes/ajax-actions.php | |
| 875 | wp_ajax_trash_postwp-admin/includes/ajax-actions.php | |
| 876 | wp_ajax_untrash_postwp-admin/includes/ajax-actions.php | |
| 877 | wp_ajax_update_pluginwp-admin/includes/ajax-actions.php | |
| 878 | wp_ajax_update_themewp-admin/includes/ajax-actions.php | |
| 879 | wp_ajax_update_welcome_panelwp-admin/includes/ajax-actions.php | |
| 880 | wp_ajax_update_widgetwp-admin/includes/ajax-actions.php | |
| 881 | wp_ajax_upload_attachmentwp-admin/includes/ajax-actions.php | |
| 882 | wp_ajax_widgets_orderwp-admin/includes/ajax-actions.php | |
| 883 | wp_ajax_wp_compression_testwp-admin/includes/ajax-actions.php | |
| 884 | wp_ajax_wp_fullscreen_save_postwp-admin/includes/ajax-actions.php | |
| 885 | wp_ajax_wp_link_ajaxwp-admin/includes/ajax-actions.php | |
| 886 | wp_ajax_wp_privacy_erase_personal_datawp-admin/includes/ajax-actions.php | |
| 887 | wp_ajax_wp_privacy_export_personal_datawp-admin/includes/ajax-actions.php | |
| 888 | wp_ajax_wp_remove_post_lockwp-admin/includes/ajax-actions.php | |
| 889 | wp_attempt_focuswp-login.php | |
| 890 | wp_autosavewp-admin/includes/post.php | |
| 891 | wp_autosave_post_revisioned_meta_fieldswp-admin/includes/post.php | |
| 892 | wp_cache_set_sites_last_changedwp-includes/ms-site.php | |
| 893 | wp_can_install_language_packwp-admin/includes/translation-install.php | |
| 894 | wp_caption_input_textareawp-admin/includes/media.php | |
| 895 | wp_category_checklistwp-admin/includes/template.php | |
| 896 | wp_check_browser_versionwp-admin/includes/dashboard.php | |
| 897 | wp_check_locked_postswp-admin/includes/misc.php | |
| 898 | wp_check_mysql_versionwp-admin/includes/upgrade.php | |
| 899 | wp_check_php_versionwp-admin/includes/misc.php | |
| 900 | wp_check_post_lockwp-admin/includes/post.php | |
| 901 | wp_check_site_meta_support_prefilterwp-includes/ms-site.php | |
| 902 | wp_clean_plugins_cachewp-admin/includes/plugin.php | |
| 903 | wp_color_scheme_settingswp-admin/includes/misc.php | |
| 904 | wp_comment_replywp-admin/includes/template.php | |
| 905 | wp_comment_trashnoticewp-admin/includes/template.php | |
| 906 | wp_copy_parent_attachment_propertieswp-admin/includes/image.php | |
| 907 | wp_count_siteswp-includes/ms-blogs.php | |
| 908 | wp_create_categorieswp-admin/includes/taxonomy.php | |
| 909 | wp_create_categorywp-admin/includes/taxonomy.php | |
| 910 | wp_create_image_subsizeswp-admin/includes/image.php | |
| 911 | wp_create_post_autosavewp-admin/includes/post.php | |
| 912 | wp_create_tagwp-admin/includes/taxonomy.php | |
| 913 | wp_create_termwp-admin/includes/taxonomy.php | |
| 914 | wp_create_thumbnailwp-admin/includes/deprecated.php | |
| 915 | wp_creditswp-admin/includes/credits.php | |
| 916 | wp_credits_section_listwp-admin/includes/credits.php | |
| 917 | wp_credits_section_titlewp-admin/includes/credits.php | |
| 918 | wp_crop_imagewp-admin/includes/image.php | |
| 919 | wp_dashboardwp-admin/includes/dashboard.php | |
| 920 | wp_dashboard_browser_nagwp-admin/includes/dashboard.php | |
| 921 | wp_dashboard_cached_rss_widgetwp-admin/includes/dashboard.php | |
| 922 | wp_dashboard_emptywp-admin/includes/dashboard.php | |
| 923 | wp_dashboard_events_newswp-admin/includes/dashboard.php | |
| 924 | wp_dashboard_incoming_linkswp-admin/includes/deprecated.php | |
| 925 | wp_dashboard_incoming_links_controlwp-admin/includes/deprecated.php | |
| 926 | wp_dashboard_incoming_links_outputwp-admin/includes/deprecated.php | |
| 927 | wp_dashboard_php_nagwp-admin/includes/dashboard.php | |
| 928 | wp_dashboard_pluginswp-admin/includes/deprecated.php | |
| 929 | wp_dashboard_plugins_outputwp-admin/includes/deprecated.php | |
| 930 | wp_dashboard_primarywp-admin/includes/dashboard.php | |
| 931 | wp_dashboard_primary_controlwp-admin/includes/deprecated.php | |
| 932 | wp_dashboard_primary_outputwp-admin/includes/dashboard.php | |
| 933 | wp_dashboard_quick_presswp-admin/includes/dashboard.php | |
| 934 | wp_dashboard_quick_press_outputwp-admin/includes/deprecated.php | |
| 935 | wp_dashboard_quotawp-admin/includes/dashboard.php | |
| 936 | wp_dashboard_recent_commentswp-admin/includes/dashboard.php | |
| 937 | wp_dashboard_recent_comments_controlwp-admin/includes/deprecated.php | |
| 938 | wp_dashboard_recent_draftswp-admin/includes/dashboard.php | |
| 939 | wp_dashboard_recent_postswp-admin/includes/dashboard.php | |
| 940 | wp_dashboard_right_nowwp-admin/includes/dashboard.php | |
| 941 | wp_dashboard_rss_controlwp-admin/includes/dashboard.php | |
| 942 | wp_dashboard_rss_outputwp-admin/includes/dashboard.php | |
| 943 | wp_dashboard_secondarywp-admin/includes/deprecated.php | |
| 944 | wp_dashboard_secondary_controlwp-admin/includes/deprecated.php | |
| 945 | wp_dashboard_secondary_outputwp-admin/includes/deprecated.php | |
| 946 | wp_dashboard_setupwp-admin/includes/dashboard.php | |
| 947 | wp_dashboard_site_activitywp-admin/includes/dashboard.php | |
| 948 | wp_dashboard_site_healthwp-admin/includes/dashboard.php | |
| 949 | wp_dashboard_trigger_widget_controlwp-admin/includes/dashboard.php | |
| 950 | wp_delete_linkwp-admin/includes/bookmark.php | |
| 951 | wp_delete_signup_on_user_deletewp-includes/ms-functions.php | |
| 952 | wp_delete_sitewp-includes/ms-site.php | |
| 953 | wp_delete_userwp-admin/includes/user.php | |
| 954 | wp_doc_link_parsewp-admin/includes/misc.php | |
| 955 | wp_download_language_packwp-admin/includes/translation-install.php | |
| 956 | wp_dropdown_catswp-admin/includes/deprecated.php | |
| 957 | wp_dropdown_roleswp-admin/includes/template.php | |
| 958 | wp_edit_attachments_querywp-admin/includes/post.php | |
| 959 | wp_edit_attachments_query_varswp-admin/includes/post.php | |
| 960 | wp_edit_posts_querywp-admin/includes/post.php | |
| 961 | wp_edit_theme_plugin_filewp-admin/includes/file.php | |
| 962 | wp_exif_date2tswp-admin/includes/image.php | |
| 963 | wp_exif_frac2decwp-admin/includes/image.php | |
| 964 | wp_generate_attachment_metadatawp-admin/includes/image.php | |
| 965 | wp_get_active_network_pluginswp-includes/ms-load.php | |
| 966 | wp_get_auto_update_messagewp-admin/includes/update.php | |
| 967 | wp_get_available_translationswp-admin/includes/translation-install.php | |
| 968 | wp_get_db_schemawp-admin/includes/schema.php | |
| 969 | wp_get_link_catswp-admin/includes/bookmark.php | |
| 970 | wp_get_media_creation_timestampwp-admin/includes/media.php | |
| 971 | wp_get_missing_image_subsizeswp-admin/includes/image.php | |
| 972 | wp_get_nav_menu_to_editwp-admin/includes/nav-menu.php | |
| 973 | wp_get_networkwp-includes/ms-load.php | |
| 974 | wp_get_plugin_action_buttonwp-admin/includes/plugin-install.php | |
| 975 | wp_get_plugin_errorwp-admin/includes/plugin.php | |
| 976 | wp_get_plugin_file_editable_extensionswp-admin/includes/file.php | |
| 977 | wp_get_popular_importerswp-admin/includes/import.php | |
| 978 | wp_get_revision_ui_diffwp-admin/includes/revision.php | |
| 979 | wp_get_siteswp-includes/ms-deprecated.php | |
| 980 | wp_get_theme_errorwp-admin/includes/theme.php | |
| 981 | wp_get_theme_file_editable_extensionswp-admin/includes/file.php | |
| 982 | wp_handle_sideloadwp-admin/includes/file.php | |
| 983 | wp_handle_uploadwp-admin/includes/file.php | |
| 984 | wp_handle_upload_errorwp-admin/includes/file.php | |
| 985 | wp_heartbeat_set_suspensionwp-admin/includes/misc.php | |
| 986 | wp_iframewp-admin/includes/media.php | |
| 987 | wp_image_editorwp-admin/includes/image-edit.php | |
| 988 | wp_import_cleanupwp-admin/includes/import.php | |
| 989 | wp_import_handle_uploadwp-admin/includes/import.php | |
| 990 | wp_import_upload_formwp-admin/includes/template.php | |
| 991 | wp_initial_nav_menu_meta_boxeswp-admin/includes/nav-menu.php | |
| 992 | wp_initialize_sitewp-includes/ms-site.php | |
| 993 | wp_insert_categorywp-admin/includes/taxonomy.php | |
| 994 | wp_insert_linkwp-admin/includes/bookmark.php | |
| 995 | wp_insert_sitewp-includes/ms-site.php | |
| 996 | wp_install_defaultswp-admin/includes/upgrade.php | |
| 997 | wp_install_language_formwp-admin/includes/translation-install.php | |
| 998 | wp_install_maybe_enable_pretty_permalinkswp-admin/includes/upgrade.php | |
| 999 | wp_is_authorize_application_password_request_validwp-admin/includes/user.php | |
| 1000 | wp_is_authorize_application_redirect_url_validwp-admin/includes/user.php | |
| 1001 | wp_is_auto_update_enabled_for_typewp-admin/includes/update.php | |
| 1002 | wp_is_auto_update_forced_for_itemwp-admin/includes/update.php | |
| 1003 | wp_is_large_networkwp-includes/ms-functions.php | |
| 1004 | wp_is_site_initializedwp-includes/ms-site.php | |
| 1005 | wp_lazyload_site_metawp-includes/ms-site.php | |
| 1006 | wp_link_category_checklistwp-admin/includes/template.php | |
| 1007 | wp_link_manager_disabled_messagewp-admin/includes/bookmark.php | |
| 1008 | wp_list_widget_controlswp-admin/includes/widgets.php | |
| 1009 | wp_list_widget_controls_dynamic_sidebarwp-admin/includes/widgets.php | |
| 1010 | wp_list_widgetswp-admin/includes/widgets.php | |
| 1011 | wp_load_press_thiswp-admin/press-this.php | |
| 1012 | wp_login_viewport_metawp-login.php | |
| 1013 | wp_make_plugin_file_treewp-admin/includes/misc.php | |
| 1014 | wp_make_theme_file_treewp-admin/includes/misc.php | |
| 1015 | wp_maybe_clean_new_site_cache_on_updatewp-includes/ms-site.php | |
| 1016 | wp_maybe_transition_site_statuses_on_updatewp-includes/ms-site.php | |
| 1017 | wp_maybe_update_network_site_countswp-includes/ms-functions.php | |
| 1018 | wp_maybe_update_network_site_counts_on_updatewp-includes/ms-site.php | |
| 1019 | wp_maybe_update_network_user_countswp-includes/ms-functions.php | |
| 1020 | wp_media_attach_actionwp-admin/includes/media.php | |
| 1021 | wp_media_insert_url_formwp-admin/includes/media.php | |
| 1022 | wp_media_upload_handlerwp-admin/includes/media.php | |
| 1023 | wp_nav_menu_disabled_checkwp-admin/includes/nav-menu.php | |
| 1024 | wp_nav_menu_item_link_meta_boxwp-admin/includes/nav-menu.php | |
| 1025 | wp_nav_menu_item_post_type_meta_boxwp-admin/includes/nav-menu.php | |
| 1026 | wp_nav_menu_item_taxonomy_meta_boxwp-admin/includes/nav-menu.php | |
| 1027 | wp_nav_menu_locations_meta_boxwp-admin/includes/deprecated.php | |
| 1028 | wp_nav_menu_manage_columnswp-admin/includes/nav-menu.php | |
| 1029 | wp_nav_menu_max_depthwp-admin/nav-menus.php | |
| 1030 | wp_nav_menu_post_type_meta_boxeswp-admin/includes/nav-menu.php | |
| 1031 | wp_nav_menu_setupwp-admin/includes/nav-menu.php | |
| 1032 | wp_nav_menu_taxonomy_meta_boxeswp-admin/includes/nav-menu.php | |
| 1033 | wp_nav_menu_update_menu_itemswp-admin/includes/nav-menu.php | |
| 1034 | wp_network_admin_email_change_notificationwp-includes/ms-functions.php | |
| 1035 | wp_network_dashboard_right_nowwp-admin/includes/dashboard.php | |
| 1036 | wp_new_blog_notificationwp-admin/includes/upgrade.php | |
| 1037 | wp_normalize_site_datawp-includes/ms-site.php | |
| 1038 | wp_opcache_invalidatewp-admin/includes/file.php | |
| 1039 | wp_opcache_invalidate_directorywp-admin/includes/file.php | |
| 1040 | wp_plugin_update_rowwp-admin/includes/update.php | |
| 1041 | wp_plugin_update_rowswp-admin/includes/update.php | |
| 1042 | wp_popular_terms_checklistwp-admin/includes/template.php | |
| 1043 | wp_preload_dialogswp-admin/includes/deprecated.php | |
| 1044 | wp_prepare_site_datawp-includes/ms-site.php | |
| 1045 | wp_print_admin_notice_templateswp-admin/includes/update.php | |
| 1046 | wp_print_community_events_markupwp-admin/includes/dashboard.php | |
| 1047 | wp_print_community_events_templateswp-admin/includes/dashboard.php | |
| 1048 | wp_print_file_editor_templateswp-admin/includes/file.php | |
| 1049 | wp_print_media_templateswp-includes/media-template.php | |
| 1050 | wp_print_plugin_file_treewp-admin/includes/misc.php | |
| 1051 | wp_print_request_filesystem_credentials_modalwp-admin/includes/file.php | |
| 1052 | wp_print_revision_templateswp-admin/includes/revision.php | |
| 1053 | wp_print_theme_file_treewp-admin/includes/misc.php | |
| 1054 | wp_print_update_row_templateswp-admin/includes/update.php | |
| 1055 | wp_privacy_generate_personal_data_export_filewp-admin/includes/privacy-tools.php | |
| 1056 | wp_privacy_generate_personal_data_export_group_htmlwp-admin/includes/privacy-tools.php | |
| 1057 | wp_privacy_process_personal_data_erasure_pagewp-admin/includes/privacy-tools.php | |
| 1058 | wp_privacy_process_personal_data_export_pagewp-admin/includes/privacy-tools.php | |
| 1059 | wp_privacy_send_personal_data_export_emailwp-admin/includes/privacy-tools.php | |
| 1060 | wp_quicktagswp-admin/includes/deprecated.php | |
| 1061 | wp_read_audio_metadatawp-admin/includes/media.php | |
| 1062 | wp_read_image_metadatawp-admin/includes/image.php | |
| 1063 | wp_read_video_metadatawp-admin/includes/media.php | |
| 1064 | wp_recovery_mode_nagwp-admin/includes/update.php | |
| 1065 | wp_refresh_heartbeat_nonceswp-admin/includes/misc.php | |
| 1066 | wp_refresh_metabox_loader_nonceswp-admin/includes/misc.php | |
| 1067 | wp_refresh_post_lockwp-admin/includes/misc.php | |
| 1068 | wp_refresh_post_nonceswp-admin/includes/misc.php | |
| 1069 | wp_reset_varswp-admin/includes/misc.php | |
| 1070 | wp_restore_imagewp-admin/includes/image-edit.php | |
| 1071 | wp_revoke_userwp-admin/includes/user.php | |
| 1072 | wp_save_imagewp-admin/includes/image-edit.php | |
| 1073 | wp_save_image_filewp-admin/includes/image-edit.php | |
| 1074 | wp_save_nav_menu_itemswp-admin/includes/nav-menu.php | |
| 1075 | wp_schedule_update_network_countswp-includes/ms-functions.php | |
| 1076 | wp_set_link_catswp-admin/includes/bookmark.php | |
| 1077 | wp_set_post_lockwp-admin/includes/post.php | |
| 1078 | wp_should_upgrade_global_tableswp-admin/includes/upgrade.php | |
| 1079 | wp_shrink_dimensionswp-admin/includes/deprecated.php | |
| 1080 | wp_simplepie_autoloadwp-includes/class-simplepie.php | |
| 1081 | wp_star_ratingwp-admin/includes/template.php | |
| 1082 | wp_stream_imagewp-admin/includes/image-edit.php | |
| 1083 | wp_switch_roles_and_userwp-includes/ms-blogs.php | |
| 1084 | wp_tempnamwp-admin/includes/file.php | |
| 1085 | wp_terms_checklistwp-admin/includes/template.php | |
| 1086 | wp_theme_auto_update_setting_templatewp-admin/themes.php | |
| 1087 | wp_theme_update_rowwp-admin/includes/update.php | |
| 1088 | wp_theme_update_rowswp-admin/includes/update.php | |
| 1089 | wp_tiny_mcewp-admin/includes/deprecated.php | |
| 1090 | wp_trusted_keyswp-admin/includes/file.php | |
| 1091 | wp_underscore_audio_templatewp-includes/media-template.php | |
| 1092 | wp_underscore_video_templatewp-includes/media-template.php | |
| 1093 | wp_uninitialize_sitewp-includes/ms-site.php | |
| 1094 | wp_unregister_GLOBALSwp-includes/deprecated.php | |
| 1095 | wp_update_categorywp-admin/includes/taxonomy.php | |
| 1096 | wp_update_corewp-admin/includes/deprecated.php | |
| 1097 | wp_update_image_subsizeswp-admin/includes/image.php | |
| 1098 | wp_update_linkwp-admin/includes/bookmark.php | |
| 1099 | wp_update_network_countswp-includes/ms-functions.php | |
| 1100 | wp_update_network_site_countswp-includes/ms-functions.php | |
| 1101 | wp_update_network_user_countswp-includes/ms-functions.php | |
| 1102 | wp_update_pluginwp-admin/includes/deprecated.php | |
| 1103 | wp_update_sitewp-includes/ms-site.php | |
| 1104 | wp_update_themewp-admin/includes/deprecated.php | |
| 1105 | wp_upgradewp-admin/includes/upgrade.php | |
| 1106 | wp_validate_site_datawp-includes/ms-site.php | |
| 1107 | wp_welcome_panelwp-admin/includes/dashboard.php | |
| 1108 | wp_widget_controlwp-admin/includes/widgets.php | |
| 1109 | wp_widgets_access_body_classwp-admin/includes/widgets.php | |
| 1110 | wp_write_postwp-admin/includes/post.php | |
| 1111 | wp_zip_file_is_validwp-admin/includes/file.php | |
| 1112 | wpmu_activate_signupwp-includes/ms-functions.php | |
| 1113 | wpmu_activate_stylesheetwp-activate.php | |
| 1114 | wpmu_admin_do_redirectwp-includes/ms-deprecated.php | |
| 1115 | wpmu_admin_redirect_add_updated_paramwp-includes/ms-deprecated.php | |
| 1116 | wpmu_checkAvailableSpacewp-admin/includes/ms-deprecated.php | |
| 1117 | wpmu_create_blogwp-includes/ms-functions.php | |
| 1118 | wpmu_create_userwp-includes/ms-functions.php | |
| 1119 | wpmu_current_sitewp-includes/ms-load.php | |
| 1120 | wpmu_delete_blogwp-admin/includes/ms.php | |
| 1121 | wpmu_delete_userwp-admin/includes/ms.php | |
| 1122 | wpmu_get_blog_allowedthemeswp-admin/includes/ms-deprecated.php | |
| 1123 | wpmu_log_new_registrationswp-includes/ms-functions.php | |
| 1124 | wpmu_menuwp-admin/includes/ms-deprecated.php | |
| 1125 | wpmu_new_site_admin_notificationwp-includes/ms-functions.php | |
| 1126 | wpmu_signup_blogwp-includes/ms-functions.php | |
| 1127 | wpmu_signup_blog_notificationwp-includes/ms-functions.php | |
| 1128 | wpmu_signup_stylesheetwp-signup.php | |
| 1129 | wpmu_signup_userwp-includes/ms-functions.php | |
| 1130 | wpmu_signup_user_notificationwp-includes/ms-functions.php | |
| 1131 | wpmu_update_blogs_datewp-includes/ms-blogs.php | |
| 1132 | wpmu_validate_blog_signupwp-includes/ms-functions.php | |
| 1133 | wpmu_validate_user_signupwp-includes/ms-functions.php | |
| 1134 | wpmu_welcome_notificationwp-includes/ms-functions.php | |
| 1135 | wpmu_welcome_user_notificationwp-includes/ms-functions.php | |
| 1136 | write_postwp-admin/includes/post.php | |
| 1137 | wxr_authors_listwp-admin/includes/export.php | |
| 1138 | wxr_cat_namewp-admin/includes/export.php | |
| 1139 | wxr_category_descriptionwp-admin/includes/export.php | |
| 1140 | wxr_cdatawp-admin/includes/export.php | |
| 1141 | wxr_filter_postmetawp-admin/includes/export.php | |
| 1142 | wxr_nav_menu_termswp-admin/includes/export.php | |
| 1143 | wxr_post_taxonomywp-admin/includes/export.php | |
| 1144 | wxr_site_urlwp-admin/includes/export.php | |
| 1145 | wxr_tag_descriptionwp-admin/includes/export.php | |
| 1146 | wxr_tag_namewp-admin/includes/export.php | |
| 1147 | wxr_term_descriptionwp-admin/includes/export.php | |
| 1148 | wxr_term_metawp-admin/includes/export.php | |
| 1149 | wxr_term_namewp-admin/includes/export.php | |
| 1150 | xfn_checkwp-admin/includes/meta-boxes.php |
