商品カテゴリー すべての商品 WordPressプラグイン PHPツール Javascriptツール

WordPressの全フックポイント一覧

▼調査対象 WordPress v6.7.1 (最新版:2024/12/04現在)
全フックポイントを調べてみました。
CTRL+F で検索できるように一画面表示しています。
フィルターの先頭へ移動

WordPressで利用できるアクションフックリスト

アクションは別の処理に割り込み処理を追加する場合に利用します。
▼アクションの登録コード
add_action(‘アクション名’,関数,優先順位,引数の数);
優先順位で前処理、後処理を調整できます。
実行タイミングはそのアクションが実行されている箇所になります。
受け取れる引数はそのアクションによって決まっています。
プラグインやテーマ独自のフックを登録することも出来ます。
▼アクションの実行コード
do_action(‘アクション名’,引数);

番号 アクション名/実行しているファイル
1_admin_menuwp-admin/includes/menu.php
2_core_updated_successfullywp-admin/includes/update-core.php
3_network_admin_menuwp-admin/includes/menu.php
4_user_admin_menuwp-admin/includes/menu.php
5_wp_put_post_revisionwp-includes/revision.php
6activate_blogwp-admin/network/sites.php
7activate_headerwp-activate.php
8activate_pluginwp-admin/includes/plugin.php
9activate_wp_headwp-activate.php
10activate_{$plugin}wp-admin/includes/plugin.phpwp-admin/plugins.php
11activated_pluginwp-admin/includes/plugin.php
12activity_box_endwp-admin/includes/dashboard.php
13add_admin_bar_menuswp-includes/class-wp-admin-bar.php
14add_attachmentwp-includes/post.php
15add_inline_datawp-admin/includes/template.php
16add_linkwp-admin/includes/bookmark.php
17add_meta_boxeswp-admin/includes/meta-boxes.phpwp-admin/edit-link-form.phpwp-admin/edit-form-comment.php
18add_meta_boxes_commentwp-admin/edit-form-comment.php
19add_meta_boxes_linkwp-admin/edit-link-form.php
20add_meta_boxes_{$post_type}wp-admin/includes/meta-boxes.php
21add_optionwp-includes/option.php
22add_option_{$option}wp-includes/option.php
23add_site_optionwp-includes/option.php
24add_site_option_{$option}wp-includes/option.php
25add_tag_form_fieldswp-admin/edit-tags.php
26add_term_relationshipwp-includes/taxonomy.php
27add_user_rolewp-includes/class-wp-user.php
28add_user_to_blogwp-includes/ms-functions.php
29add_{$meta_type}_metawp-includes/meta.php
30added_existing_userwp-includes/ms-functions.php
31added_optionwp-includes/option.php
32added_term_relationshipwp-includes/taxonomy.php
33added_usermetawp-includes/deprecated.php
34added_{$meta_type}_metawp-includes/meta.php
35admin_action_{$action}wp-admin/admin.php
36admin_bar_initwp-includes/class-wp-admin-bar.php
37admin_color_scheme_pickerwp-admin/user-edit.php
38admin_email_confirmwp-login.php
39admin_email_confirm_formwp-login.php
40admin_enqueue_scriptswp-admin/admin-header.phpwp-admin/includes/template.phpwp-admin/includes/media.phpwp-includes/class-wp-customize-widgets.php
41admin_footerwp-admin/admin-footer.phpwp-admin/includes/template.php
42admin_footer-widgets.phpwp-includes/class-wp-customize-widgets.php
43admin_footer-{$hook_suffix}wp-admin/admin-footer.php
44admin_headwp-admin/admin-header.phpwp-admin/includes/template.phpwp-admin/includes/media.php
45admin_head-media-upload-popupwp-admin/includes/media.php
46admin_head-{$hook_suffix}wp-admin/admin-header.phpwp-admin/includes/template.php
47admin_head_{$content_func}wp-admin/includes/media.php
48admin_initwp-admin/admin-post.phpwp-admin/admin-ajax.phpwp-admin/admin.php
49admin_menuwp-admin/includes/menu.php
50admin_noticeswp-admin/admin-header.php
51admin_page_access_deniedwp-admin/includes/menu.php
52admin_postwp-admin/admin-post.php
53admin_post_noprivwp-admin/admin-post.php
54admin_post_nopriv_{$action}wp-admin/admin-post.php
55admin_post_{$action}wp-admin/admin-post.php
56admin_print_footer_scriptswp-admin/admin-footer.phpwp-admin/includes/template.phpwp-admin/includes/media.phpwp-includes/class-wp-customize-widgets.php
57admin_print_footer_scripts-widgets.phpwp-includes/class-wp-customize-widgets.php
58admin_print_footer_scripts-{$hook_suffix}wp-admin/admin-footer.phpwp-admin/includes/template.php
59admin_print_scriptswp-admin/admin-header.phpwp-admin/includes/template.phpwp-admin/includes/media.phpwp-includes/class-wp-customize-widgets.php
60admin_print_scripts-media-upload-popupwp-admin/includes/media.php
61admin_print_scripts-widgets.phpwp-includes/class-wp-customize-widgets.php
62admin_print_scripts-{$hook_suffix}wp-admin/admin-header.phpwp-admin/includes/template.php
63admin_print_styleswp-admin/admin-header.phpwp-admin/includes/template.phpwp-admin/includes/media.phpwp-includes/class-wp-customize-widgets.php
64admin_print_styles-media-upload-popupwp-admin/includes/media.php
65admin_print_styles-widgets.phpwp-includes/class-wp-customize-widgets.php
66admin_print_styles-{$hook_suffix}wp-admin/admin-header.phpwp-admin/includes/template.php
67admin_xml_nswp-admin/includes/template.php
68adminmenuwp-admin/menu-header.php
69after-{$taxonomy}-tablewp-admin/edit-tags.php
70after_core_auto_updates_settingswp-admin/update-core.php
71after_db_upgradewp-admin/admin.php
72after_delete_postwp-includes/post.php
73after_menu_locations_tablewp-admin/nav-menus.php
74after_mu_upgradewp-admin/network/upgrade.phpwp-admin/admin.php
75after_password_resetwp-includes/user.php
76after_plugin_rowwp-admin/includes/class-wp-plugins-list-table.php
77after_plugin_row_metawp-admin/includes/class-wp-plugins-list-table.php
78after_plugin_row_{$plugin_file}wp-admin/includes/class-wp-plugins-list-table.php
79after_setup_themewp-settings.php
80after_signup_formwp-signup.php
81after_signup_sitewp-includes/ms-functions.php
82after_signup_userwp-includes/ms-functions.php
83after_switch_themewp-includes/theme.php
84after_theme_rowwp-admin/includes/class-wp-ms-themes-list-table.php
85after_theme_row_{$stylesheet}wp-admin/includes/class-wp-ms-themes-list-table.php
86after_wp_tiny_mcewp-includes/class-wp-editor.php
87all_admin_noticeswp-admin/admin-header.php
88application_password_did_authenticatewp-includes/user.php
89application_password_failed_authenticationwp-includes/user.php
90archive_blogwp-includes/ms-site.php
91atom_authorwp-includes/feed-atom.php
92atom_comments_nswp-includes/feed-atom-comments.php
93atom_entrywp-includes/feed-atom.php
94atom_headwp-includes/feed-atom.php
95atom_nswp-includes/feed-atom.phpwp-includes/feed-atom-comments.php
96attachment_submitbox_misc_actionswp-admin/includes/meta-boxes.php
97attachment_updatedwp-includes/post.php
98auth_cookie_bad_hashwp-includes/pluggable.php
99auth_cookie_bad_session_tokenwp-includes/pluggable.php
100auth_cookie_bad_usernamewp-includes/pluggable.php
101auth_cookie_expiredwp-includes/pluggable.php
102auth_cookie_malformedwp-includes/pluggable.php
103auth_cookie_validwp-includes/pluggable.php
104auth_redirectwp-includes/pluggable.php
105automatic_updates_completewp-admin/includes/class-wp-automatic-updater.php
106before_delete_postwp-includes/post.php
107before_signup_formwp-signup.php
108before_signup_headerwp-signup.php
109before_wp_tiny_mcewp-includes/class-wp-editor.php
110begin_fetch_post_thumbnail_htmlwp-includes/post-thumbnail-template.php
111block_editor_meta_box_hidden_fieldswp-admin/includes/post.php
112blog_privacy_selectorwp-admin/install.phpwp-admin/options-reading.php
113bulk_edit_custom_boxwp-admin/includes/class-wp-posts-list-table.php
114bulk_edit_postswp-admin/includes/post.php
115change_localewp-includes/class-wp-locale-switcher.php
116check_admin_refererwp-includes/pluggable.php
117check_ajax_refererwp-includes/pluggable.php
118clean_attachment_cachewp-includes/post.php
119clean_comment_cachewp-includes/comment.php
120clean_network_cachewp-includes/ms-network.php
121clean_object_term_cachewp-includes/taxonomy.php
122clean_page_cachewp-includes/post.php
123clean_post_cachewp-includes/post.php
124clean_site_cachewp-includes/ms-site.php
125clean_taxonomy_cachewp-includes/taxonomy.php
126clean_term_cachewp-includes/taxonomy.php
127clean_user_cachewp-includes/user.php
128clear_auth_cookiewp-includes/pluggable.php
129comment_atom_entrywp-includes/feed-atom-comments.php
130comment_closedwp-includes/comment.php
131comment_duplicate_triggerwp-includes/comment.php
132comment_flood_triggerwp-includes/comment.php
133comment_formwp-includes/comment-template.php
134comment_form_afterwp-includes/comment-template.php
135comment_form_after_fieldswp-includes/comment-template.php
136comment_form_beforewp-includes/comment-template.php
137comment_form_before_fieldswp-includes/comment-template.php
138comment_form_comments_closedwp-includes/comment-template.php
139comment_form_logged_in_afterwp-includes/comment-template.php
140comment_form_must_log_in_afterwp-includes/comment-template.php
141comment_form_topwp-includes/comment-template.php
142comment_id_not_foundwp-includes/comment.php
143comment_loop_startwp-includes/class-wp-query.php
144comment_on_draftwp-includes/comment.php
145comment_on_password_protectedwp-includes/comment.php
146comment_on_trashwp-includes/comment.php
147comment_postwp-includes/comment.php
148comment_reply_to_unapproved_commentwp-includes/comment.php
149comment_{$new_status}_{$comment->comment_type}wp-includes/comment.php
150comment_{$old_status}_to_{$new_status}wp-includes/comment.php
151commentrss2_itemwp-includes/feed-rss2-comments.php
152comments_atom_headwp-includes/feed-atom-comments.php
153commentsrss2_headwp-includes/feed-rss2-comments.php
154core_upgrade_preamblewp-admin/update-core.php
155create_termwp-includes/taxonomy.php
156create_{$taxonomy}wp-includes/taxonomy.php
157created_termwp-includes/taxonomy.php
158created_{$taxonomy}wp-includes/taxonomy.php
159cron_reschedule_event_errorwp-cron.php
160cron_unschedule_event_errorwp-cron.php
161current_screenwp-admin/includes/class-wp-screen.php
162custom_header_optionswp-admin/includes/class-custom-image-header.php
163customize_controls_enqueue_scriptswp-admin/customize.php
164customize_controls_headwp-admin/customize.php
165customize_controls_initwp-admin/customize.php
166customize_controls_print_footer_scriptswp-admin/customize.php
167customize_controls_print_scriptswp-admin/customize.php
168customize_controls_print_styleswp-admin/customize.php
169customize_post_value_setwp-includes/class-wp-customize-manager.php
170customize_post_value_set_{$setting_id}wp-includes/class-wp-customize-manager.php
171customize_preview_initwp-includes/class-wp-customize-manager.php
172customize_preview_{$this->id}wp-includes/class-wp-customize-setting.php
173customize_preview_{$this->type}wp-includes/class-wp-customize-setting.php
174customize_registerwp-includes/class-wp-customize-manager.phpwp-includes/theme.php
175customize_render_controlwp-includes/class-wp-customize-control.php
176customize_render_control_{$this->id}wp-includes/class-wp-customize-control.php
177customize_render_panelwp-includes/class-wp-customize-panel.php
178customize_render_panel_{$this->id}wp-includes/class-wp-customize-panel.php
179customize_render_partials_afterwp-includes/customize/class-wp-customize-selective-refresh.php
180customize_render_partials_beforewp-includes/customize/class-wp-customize-selective-refresh.php
181customize_render_sectionwp-includes/class-wp-customize-section.php
182customize_render_section_{$this->id}wp-includes/class-wp-customize-section.php
183customize_savewp-includes/class-wp-customize-manager.php
184customize_save_afterwp-includes/class-wp-customize-manager.php
185customize_save_validation_beforewp-includes/class-wp-customize-manager.php
186customize_save_{$id_base}wp-includes/class-wp-customize-setting.php
187customize_update_{$this->type}wp-includes/class-wp-customize-setting.php
188dbx_post_sidebarwp-admin/edit-form-advanced.php
189deactivate_blogwp-admin/network/sites.php
190deactivate_pluginwp-admin/includes/plugin.php
191deactivate_{$plugin}wp-admin/includes/plugin.php
192deactivated_pluginwp-admin/includes/plugin.php
193delete_attachmentwp-includes/post.php
194delete_commentwp-includes/comment.php
195delete_linkwp-admin/includes/bookmark.php
196delete_optionwp-includes/option.php
197delete_option_{$option}wp-includes/option.php
198delete_pluginwp-admin/includes/plugin.php
199delete_postwp-includes/post.php
200delete_post_{$post->post_type}wp-includes/post.php
201delete_postmetawp-includes/meta.php
202delete_site_optionwp-includes/option.php
203delete_site_option_{$option}wp-includes/option.php
204delete_site_transient_{$transient}wp-includes/option.php
205delete_termwp-includes/taxonomy.php
206delete_term_relationshipswp-includes/taxonomy.php
207delete_term_taxonomywp-includes/taxonomy.php
208delete_themewp-admin/includes/theme.php
209delete_transient_{$transient}wp-includes/option.php
210delete_userwp-admin/includes/user.php
211delete_user_formwp-admin/includes/ms.phpwp-admin/users.php
212delete_usermetawp-includes/deprecated.php
213delete_widgetwp-admin/includes/ajax-actions.phpwp-admin/widgets-form.phpwp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
214delete_{$meta_type}_metawp-includes/meta.php
215delete_{$meta_type}metawp-includes/meta.php
216delete_{$taxonomy}wp-includes/taxonomy.php
217deleted_commentwp-includes/comment.php
218deleted_linkwp-admin/includes/bookmark.php
219deleted_optionwp-includes/option.php
220deleted_pluginwp-admin/includes/plugin.php
221deleted_postwp-includes/post.php
222deleted_post_{$post->post_type}wp-includes/post.php
223deleted_postmetawp-includes/meta.php
224deleted_site_transientwp-includes/option.php
225deleted_term_relationshipswp-includes/taxonomy.php
226deleted_term_taxonomywp-includes/taxonomy.php
227deleted_themewp-admin/includes/theme.php
228deleted_transientwp-includes/option.php
229deleted_userwp-admin/includes/ms.phpwp-admin/includes/user.php
230deleted_usermetawp-includes/deprecated.php
231deleted_{$meta_type}_metawp-includes/meta.php
232deleted_{$meta_type}metawp-includes/meta.php
233deprecated_argument_runwp-includes/functions.php
234deprecated_class_runwp-includes/functions.php
235deprecated_constructor_runwp-includes/functions.php
236deprecated_file_includedwp-includes/functions.php
237deprecated_function_runwp-includes/functions.php
238deprecated_hook_runwp-includes/functions.php
239do_all_pingswp-includes/comment.php
240do_faviconwp-includes/template-loader.php
241do_faviconicowp-includes/functions.php
242do_feed_{$feed}wp-includes/functions.php
243do_meta_boxeswp-admin/includes/dashboard.phpwp-admin/includes/meta-boxes.phpwp-admin/edit-link-form.php
244do_robotswp-includes/template-loader.php
245do_robotstxtwp-includes/functions.php
246doing_it_wrong_runwp-includes/functions.php
247dynamic_sidebarwp-includes/widgets.php
248dynamic_sidebar_afterwp-includes/widgets.php
249dynamic_sidebar_beforewp-includes/widgets.php
250edit_attachmentwp-includes/post.php
251edit_commentwp-includes/comment.php
252edit_form_advancedwp-admin/edit-form-advanced.phpwp-admin/includes/post.php
253edit_form_after_editorwp-admin/edit-form-advanced.php
254edit_form_after_titlewp-admin/edit-form-advanced.phpwp-admin/includes/post.php
255edit_form_before_permalinkwp-admin/edit-form-advanced.php
256edit_form_topwp-admin/edit-form-advanced.php
257edit_linkwp-admin/includes/bookmark.php
258edit_page_formwp-admin/edit-form-advanced.php
259edit_postwp-includes/post.phpwp-includes/class-wp-customize-manager.phpwp-includes/comment.php
260edit_post_{$post->post_type}wp-includes/post.phpwp-includes/class-wp-customize-manager.phpwp-includes/comment.php
261edit_termwp-includes/taxonomy.php
262edit_term_taxonomieswp-includes/taxonomy.php
263edit_term_taxonomywp-includes/taxonomy.php
264edit_termswp-includes/taxonomy.php
265edit_user_created_userwp-admin/includes/user.php
266edit_user_profilewp-admin/user-edit.php
267edit_user_profile_updatewp-admin/user-edit.php
268edit_{$taxonomy}wp-includes/taxonomy.php
269edited_termwp-includes/taxonomy.php
270edited_term_taxonomieswp-includes/taxonomy.php
271edited_term_taxonomywp-includes/taxonomy.php
272edited_termswp-includes/taxonomy.php
273edited_{$taxonomy}wp-includes/taxonomy.php
274embed_contentwp-includes/theme-compat/embed-content.phpwp-includes/theme-compat/embed-404.php
275embed_content_metawp-includes/theme-compat/embed-content.php
276embed_footerwp-includes/theme-compat/footer-embed.php
277embed_headwp-includes/theme-compat/header-embed.php
278end_fetch_post_thumbnail_htmlwp-includes/post-thumbnail-template.php
279enqueue_block_assetswp-includes/block-editor.phpwp-includes/script-loader.php
280enqueue_block_editor_assetswp-admin/site-editor.phpwp-admin/edit-form-blocks.phpwp-admin/widgets-form-blocks.phpwp-includes/class-wp-customize-widgets.php
281enqueue_embed_scriptswp-includes/embed.php
282example_actionwp-includes/plugin.php
283export_filterswp-admin/export.php
284export_wpwp-admin/includes/export.php
285generate_recovery_mode_keywp-includes/class-wp-recovery-mode-key-service.php
286get_footerwp-includes/general-template.php
287get_headerwp-includes/general-template.php
288get_sidebarwp-includes/general-template.php
289get_template_partwp-includes/general-template.php
290get_template_part_{$slug}wp-includes/general-template.php
291grant_super_adminwp-includes/capabilities.php
292granted_super_adminwp-includes/capabilities.php
293heartbeat_nopriv_tickwp-admin/includes/ajax-actions.php
294heartbeat_tickwp-admin/includes/ajax-actions.php
295http_api_debugwp-includes/class-wp-http.php
296import_endwp-content/plugins/wordpress-importer/class-wp-import.php
297import_post_metawp-content/plugins/wordpress-importer/class-wp-import.php
298import_startwp-content/plugins/wordpress-importer/class-wp-import.php
299import_term_metawp-content/plugins/wordpress-importer/class-wp-import.php
300in_admin_footerwp-admin/admin-footer.php
301in_admin_headerwp-admin/admin-header.php
302in_plugin_update_message-{$file}wp-admin/includes/update.php
303in_theme_update_message-{$theme_key}wp-admin/includes/update.php
304initwp-settings.php
305install_plugins_pre_uploadwp-admin/plugin-install.php
306install_plugins_pre_{$tab}wp-admin/plugin-install.php
307install_plugins_table_headerwp-admin/includes/class-wp-plugin-install-list-table.php
308install_plugins_uploadwp-admin/plugin-install.php
309install_plugins_{$tab}wp-admin/plugin-install.php
310install_themes_pre_{$tab}wp-admin/theme-install.php
311install_themes_table_headerwp-admin/includes/class-wp-theme-install-list-table.php
312install_themes_{$tab}wp-admin/theme-install.php
313invite_userwp-admin/user-new.php
314is_wp_error_instancewp-includes/load.php
315load-categories.phpwp-admin/admin.php
316load-edit-link-categories.phpwp-admin/admin.php
317load-edit-tags.phpwp-admin/admin.php
318load-importer-{$importer}wp-admin/admin.php
319load-page-new.phpwp-admin/admin.php
320load-page.phpwp-admin/admin.php
321load-widgets.phpwp-admin/includes/ajax-actions.phpwp-includes/class-wp-customize-widgets.php
322load-{$page_hook}wp-admin/admin.php
323load-{$pagenow}wp-admin/admin.php
324load-{$plugin_page}wp-admin/admin.php
325load_feed_enginewp-includes/rss.php
326load_textdomainwp-includes/l10n.php
327login_enqueue_scriptswp-login.php
328login_footerwp-login.php
329login_formwp-login.php
330login_form_{$action}wp-login.php
331login_headwp-login.php
332login_headerwp-login.php
333login_initwp-login.php
334loop_no_resultswp-includes/class-wp-query.php
335lost_passwordwp-login.php
336lostpassword_formwp-login.php
337lostpassword_postwp-includes/user.php
338make_delete_blogwp-includes/ms-site.php
339make_ham_blogwp-includes/ms-site.php
340make_ham_userwp-includes/user.phpwp-includes/ms-deprecated.php
341make_spam_blogwp-includes/ms-site.php
342make_spam_userwp-includes/user.phpwp-includes/ms-deprecated.php
343make_undelete_blogwp-includes/ms-site.php
344manage_comments_custom_columnwp-admin/includes/class-wp-comments-list-table.php
345manage_comments_navwp-admin/includes/class-wp-comments-list-table.php
346manage_link_custom_columnwp-admin/includes/class-wp-links-list-table.php
347manage_media_custom_columnwp-admin/includes/class-wp-media-list-table.php
348manage_pages_custom_columnwp-admin/includes/class-wp-posts-list-table.php
349manage_plugins_custom_columnwp-admin/includes/class-wp-plugins-list-table.php
350manage_posts_custom_columnwp-admin/includes/class-wp-posts-list-table.php
351manage_posts_extra_tablenavwp-admin/includes/class-wp-posts-list-table.php
352manage_sites_custom_columnwp-admin/includes/class-wp-ms-sites-list-table.php
353manage_sites_extra_tablenavwp-admin/includes/class-wp-ms-sites-list-table.php
354manage_themes_custom_columnwp-admin/includes/class-wp-ms-themes-list-table.php
355manage_users_extra_tablenavwp-admin/includes/class-wp-users-list-table.php
356manage_{$post->post_type}_posts_custom_columnwp-admin/includes/class-wp-posts-list-table.php
357manage_{$this->screen->id}_custom_columnwp-admin/includes/class-wp-privacy-requests-table.phpwp-admin/includes/class-wp-application-passwords-list-table.php
358manage_{$this->screen->id}_custom_column_js_templatewp-admin/includes/class-wp-application-passwords-list-table.php
359mature_blogwp-includes/ms-site.php
360media_buttonswp-includes/class-wp-editor.php
361media_upload_{$tab}wp-admin/media-upload.php
362media_upload_{$type}wp-admin/media-upload.php
363metadata_lazyloader_queued_objectswp-includes/class-wp-metadata-lazyloader.php
364ms_loadedwp-includes/ms-settings.php
365ms_network_not_foundwp-includes/ms-load.php
366ms_site_not_foundwp-includes/ms-load.php
367mu_activity_box_endwp-admin/includes/dashboard.php
368mu_plugin_loadedwp-settings.php
369mu_rightnow_endwp-admin/includes/dashboard.php
370muplugins_loadedwp-settings.php
371myblogs_allblogs_optionswp-admin/my-sites.php
372network_admin_edit_{$action}wp-admin/network/edit.php
373network_admin_menuwp-admin/includes/menu.php
374network_admin_noticeswp-admin/admin-header.php
375network_plugin_loadedwp-settings.php
376network_site_info_formwp-admin/network/site-info.php
377network_site_new_created_userwp-admin/network/site-new.php
378network_site_new_formwp-admin/network/site-new.php
379network_site_users_after_list_tablewp-admin/network/site-users.php
380network_site_users_created_userwp-admin/network/site-users.php
381network_user_new_created_userwp-admin/network/user-new.php
382network_user_new_formwp-admin/network/user-new.php
383opml_headwp-links-opml.php
384page_attributes_meta_box_templatewp-admin/includes/meta-boxes.php
385page_attributes_misc_attributeswp-admin/includes/meta-boxes.php
386parse_tax_querywp-includes/class-wp-query.php
387parse_term_querywp-includes/class-wp-term-query.php
388password_resetwp-includes/user.php
389permalink_structure_changedwp-includes/class-wp-rewrite.php
390personal_optionswp-admin/user-edit.php
391personal_options_updatewp-admin/user-edit.php
392pingback_postwp-includes/class-wp-xmlrpc-server.php
393plugin_loadedwp-settings.php
394plugins_loadedwp-settings.php
395populate_optionswp-admin/includes/schema.php
396post-html-upload-uiwp-admin/includes/media.php
397post-plupload-upload-uiwp-admin/includes/media.phpwp-includes/media-template.php
398post-upload-uiwp-admin/includes/media.phpwp-includes/media-template.php
399post_action_{$action}wp-admin/post.php
400post_comment_status_meta_box-optionswp-admin/includes/meta-boxes.php
401post_edit_form_tagwp-admin/edit-form-advanced.php
402post_lock_lost_dialogwp-admin/includes/post.php
403post_locked_dialogwp-admin/includes/post.php
404post_stuckwp-includes/post.php
405post_submitbox_minor_actionswp-admin/includes/meta-boxes.php
406post_submitbox_misc_actionswp-admin/includes/meta-boxes.php
407post_submitbox_startwp-admin/includes/meta-boxes.php
408post_unstuckwp-includes/post.php
409post_updatedwp-includes/post.php
410posts_selectionwp-includes/class-wp-query.php
411pre-html-upload-uiwp-admin/includes/media.php
412pre-plupload-upload-uiwp-admin/includes/media.phpwp-includes/media-template.php
413pre-upload-uiwp-admin/includes/media.phpwp-includes/media-template.php
414pre_auto_updatewp-admin/includes/class-wp-automatic-updater.php
415pre_comment_on_postwp-includes/comment.php
416pre_current_active_pluginswp-admin/plugins.php
417pre_delete_site_option_{$option}wp-includes/option.php
418pre_delete_termwp-includes/taxonomy.php
419pre_get_search_formwp-includes/general-template.php
420pre_network_site_new_created_userwp-admin/network/site-new.php
421pre_post_updatewp-includes/post.php
422pre_trackback_postwp-trackback.php
423pre_uninstall_pluginwp-admin/includes/plugin.php
424preprocess_signup_formwp-signup.php
425print_default_editor_scriptswp-includes/class-wp-editor.php
426print_media_templateswp-includes/media-template.php
427profile_personal_optionswp-admin/user-edit.php
428profile_updatewp-includes/user.php
429publish_phonewp-mail.php
430quick_edit_custom_boxwp-admin/includes/class-wp-terms-list-table.phpwp-admin/includes/class-wp-posts-list-table.php
431rdf_headerwp-includes/feed-rdf.php
432rdf_itemwp-includes/feed-rdf.php
433rdf_nswp-includes/feed-rdf.php
434register_formwp-login.php
435register_new_userwp-includes/user.php
436register_postwp-includes/user.php
437register_settingwp-includes/option.php
438register_sidebarwp-includes/widgets.php
439registered_post_typewp-includes/post.php
440registered_post_type_{$post_type}wp-includes/post.php
441registered_taxonomywp-includes/taxonomy.php
442registered_taxonomy_for_object_typewp-includes/taxonomy.php
443registered_taxonomy_{$taxonomy}wp-includes/taxonomy.php
444remove_user_from_blogwp-includes/ms-functions.php
445remove_user_rolewp-includes/class-wp-user.php
446render_block_core_template_part_filewp-includes/blocks/template-part.php
447render_block_core_template_part_nonewp-includes/blocks/template-part.php
448render_block_core_template_part_postwp-includes/blocks/template-part.php
449resetpass_formwp-login.php
450rest_after_insert_application_passwordwp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
451rest_after_insert_attachmentwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
452rest_after_insert_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
453rest_after_insert_nav_menu_itemwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
454rest_after_insert_userwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
455rest_after_insert_{$this->post_type}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
456rest_after_insert_{$this->taxonomy}wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
457rest_after_save_widgetwp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
458rest_api_initwp-includes/rest-api.php
459rest_delete_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
460rest_delete_nav_menu_itemwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
461rest_delete_revisionwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
462rest_delete_userwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
463rest_delete_widgetwp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
464rest_delete_{$this->post_type}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
465rest_delete_{$this->taxonomy}wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
466rest_insert_attachmentwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
467rest_insert_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
468rest_insert_nav_menu_itemwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
469rest_insert_userwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
470rest_insert_{$this->post_type}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
471rest_insert_{$this->taxonomy}wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
472rest_save_sidebarwp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
473restore_previous_localewp-includes/class-wp-locale-switcher.php
474restrict_manage_commentswp-admin/includes/class-wp-comments-list-table.php
475restrict_manage_postswp-admin/includes/class-wp-posts-list-table.phpwp-admin/includes/class-wp-media-list-table.php
476restrict_manage_siteswp-admin/includes/class-wp-ms-sites-list-table.php
477restrict_manage_userswp-admin/includes/class-wp-users-list-table.php
478retrieve_passwordwp-includes/user.php
479retrieve_password_keywp-includes/user.php
480revoke_super_adminwp-includes/capabilities.php
481revoked_super_adminwp-includes/capabilities.php
482rightnow_endwp-admin/includes/dashboard.php
483rss2_comments_nswp-includes/feed-rss2-comments.php
484rss2_headwp-admin/includes/export.phpwp-includes/feed-rss2.php
485rss2_itemwp-includes/feed-rss2.php
486rss2_nswp-includes/feed-rss2-comments.phpwp-includes/feed-rss2.php
487rss_headwp-includes/feed-rss.php
488rss_itemwp-includes/feed-rss.php
489rss_tag_prewp-includes/feed-atom.phpwp-includes/feed-rdf.phpwp-includes/feed-atom-comments.phpwp-includes/feed-rss2-comments.phpwp-includes/feed-rss2.php
490sanitize_comment_cookieswp-settings.php
491save_postwp-includes/post.phpwp-includes/class-wp-customize-manager.php
492save_post_{$post->post_type}wp-includes/post.phpwp-includes/class-wp-customize-manager.php
493saved_termwp-includes/taxonomy.php
494saved_{$taxonomy}wp-includes/taxonomy.php
495set_auth_cookiewp-includes/pluggable.php
496set_comment_cookieswp-comments-post.php
497set_current_userwp-includes/pluggable.php
498set_logged_in_cookiewp-includes/pluggable.php
499set_object_termswp-includes/taxonomy.php
500set_site_transient_{$transient}wp-includes/option.php
501set_transient_{$transient}wp-includes/option.php
502set_user_rolewp-includes/class-wp-user.php
503setted_site_transientwp-includes/option.php
504setted_transientwp-includes/option.php
505setup_themewp-settings.php
506show_user_profilewp-admin/user-edit.php
507shutdownwp-includes/load.php
508sidebar_admin_pagewp-admin/widgets-form.phpwp-admin/widgets-form-blocks.php
509sidebar_admin_setupwp-admin/includes/ajax-actions.phpwp-admin/widgets-form.phpwp-admin/widgets-form-blocks.phpwp-includes/class-wp-customize-widgets.php
510signup_blogformwp-signup.php
511signup_extra_fieldswp-signup.php
512signup_finishedwp-signup.php
513signup_headerwp-signup.php
514signup_hidden_fieldswp-signup.php
515site_health_tab_contentwp-admin/site-health.php
516spam_commentwp-includes/comment.php
517spammed_commentwp-includes/comment.php
518split_shared_termwp-includes/taxonomy.php
519start_previewing_themewp-includes/class-wp-customize-manager.php
520stop_previewing_themewp-includes/class-wp-customize-manager.php
521submitlink_boxwp-admin/includes/meta-boxes.phpwp-admin/edit-link-form.php
522submitpage_boxwp-admin/edit-form-advanced.php
523submitpost_boxwp-admin/edit-form-advanced.php
524switch_blogwp-includes/ms-blogs.php
525switch_localewp-includes/class-wp-locale-switcher.php
526switch_themewp-includes/theme.php
527template_redirectwp-includes/template-loader.php
528the_widgetwp-includes/widgets.php
529tool_boxwp-admin/tools.php
530trackback_postwp-trackback.php
531transition_comment_statuswp-includes/comment.php
532transition_post_statuswp-includes/post.php
533trash_commentwp-includes/comment.php
534trash_post_commentswp-includes/post.php
535trashed_commentwp-includes/comment.php
536trashed_postwp-includes/post.phpwp-includes/class-wp-customize-manager.php
537trashed_post_commentswp-includes/post.php
538unarchive_blogwp-includes/ms-site.php
539uninstall_{$file}wp-admin/includes/plugin.php
540unload_textdomainwp-includes/l10n.php
541unmature_blogwp-includes/ms-site.php
542unregister_settingwp-includes/option.php
543unregistered_post_typewp-includes/post.php
544unregistered_taxonomywp-includes/taxonomy.php
545unregistered_taxonomy_for_object_typewp-includes/taxonomy.php
546unspam_commentwp-includes/comment.php
547unspammed_commentwp-includes/comment.php
548untrash_commentwp-includes/comment.php
549untrash_postwp-includes/post.php
550untrash_post_commentswp-includes/post.php
551untrashed_commentwp-includes/comment.php
552untrashed_postwp-includes/post.php
553untrashed_post_commentswp-includes/post.php
554update-core-custom_{$action}wp-admin/update-core.php
555update-custom_{$action}wp-admin/update.php
556update_blog_publicwp-includes/ms-site.php
557update_optionwp-includes/option.php
558update_option_{$option}wp-includes/option.php
559update_postmetawp-includes/meta.php
560update_site_optionwp-includes/option.php
561update_site_option_{$option}wp-includes/option.php
562update_usermetawp-includes/deprecated.php
563update_wpmu_optionswp-admin/network/settings.php
564update_{$meta_type}_metawp-includes/meta.php
565updated_optionwp-includes/option.php
566updated_postmetawp-includes/meta.php
567updated_usermetawp-includes/deprecated.php
568updated_{$meta_type}_metawp-includes/meta.php
569upgrader_overwrote_packagewp-admin/includes/class-plugin-upgrader.phpwp-admin/includes/class-theme-upgrader.php
570upgrader_process_completewp-admin/includes/class-wp-upgrader.php
571upload_ui_over_quotawp-admin/includes/media.phpwp-includes/media-template.php
572user_admin_menuwp-admin/includes/menu.php
573user_admin_noticeswp-admin/admin-header.php
574user_edit_form_tagwp-admin/user-edit.php
575user_new_formwp-admin/user-new.php
576user_new_form_tagwp-admin/user-new.php
577user_registerwp-includes/user.php
578user_request_action_confirmedwp-login.php
579validate_password_resetwp-login.php
580welcome_panelwp-admin/index.php
581widgets.phpwp-admin/includes/ajax-actions.phpwp-includes/class-wp-customize-widgets.php
582widgets_admin_pagewp-admin/widgets-form.phpwp-admin/widgets-form-blocks.php
583widgets_initwp-includes/widgets.php
584wp-mail.phpwp-mail.php
585wp_add_nav_menu_itemwp-includes/nav-menu.php
586wp_admin_noticewp-includes/functions.php
587wp_after_admin_bar_renderwp-includes/admin-bar.php
588wp_after_insert_postwp-includes/post.php
589wp_after_load_templatewp-includes/template.php
590wp_ajax_crop_image_pre_savewp-admin/includes/ajax-actions.php
591wp_ajax_nopriv_{$action}wp-admin/admin-ajax.php
592wp_ajax_{$action}wp-admin/admin-ajax.php
593wp_authenticate_application_password_errorswp-includes/user.php
594wp_authorize_application_password_formwp-admin/authorize-application.php
595wp_authorize_application_password_form_approved_no_jswp-admin/authorize-application.php
596wp_authorize_application_password_request_errorswp-admin/includes/user.php
597wp_before_admin_bar_renderwp-includes/admin-bar.php
598wp_before_load_templatewp-includes/template.php
599wp_body_openwp-includes/general-template.php
600wp_cache_set_last_changedwp-includes/functions.php
601wp_check_comment_disallowed_listwp-includes/comment.php
602wp_create_application_passwordwp-includes/class-wp-application-passwords.php
603wp_create_application_password_formwp-admin/user-edit.php
604wp_create_nav_menuwp-includes/nav-menu.php
605wp_creating_autosavewp-admin/includes/post.phpwp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
606wp_dashboard_setupwp-admin/includes/dashboard.php
607wp_delete_application_passwordwp-includes/class-wp-application-passwords.php
608wp_delete_nav_menuwp-includes/nav-menu.php
609wp_delete_post_revisionwp-includes/revision.php
610wp_delete_sitewp-includes/ms-site.php
611wp_edit_form_attachment_displaywp-admin/includes/media.php
612wp_enqueue_code_editorwp-includes/general-template.php
613wp_enqueue_mediawp-includes/media.php
614wp_enqueue_scriptswp-includes/script-loader.php
615wp_error_addedwp-includes/class-wp-error.php
616wp_footerwp-includes/general-template.php
617wp_headwp-includes/general-template.php
618wp_import_insert_commentwp-content/plugins/wordpress-importer/class-wp-import.php
619wp_import_insert_postwp-content/plugins/wordpress-importer/class-wp-import.php
620wp_import_insert_termwp-content/plugins/wordpress-importer/class-wp-import.php
621wp_import_insert_term_failedwp-content/plugins/wordpress-importer/class-wp-import.php
622wp_import_post_existswp-content/plugins/wordpress-importer/class-wp-import.php
623wp_import_set_post_termswp-content/plugins/wordpress-importer/class-wp-import.php
624wp_initialize_sitewp-includes/ms-site.php
625wp_insert_commentwp-includes/comment.php
626wp_insert_postwp-includes/post.phpwp-includes/class-wp-customize-manager.php
627wp_insert_sitewp-includes/ms-site.php
628wp_installwp-admin/includes/upgrade.php
629wp_loadedwp-settings.php
630wp_loginwp-includes/user.php
631wp_login_failedwp-includes/pluggable.php
632wp_logoutwp-includes/pluggable.php
633wp_mail_failedwp-includes/pluggable.php
634wp_mail_succeededwp-includes/pluggable.php
635wp_maybe_auto_updatewp-includes/update.php
636wp_media_attach_actionwp-admin/includes/media.php
637wp_metawp-includes/general-template.php
638wp_nav_menu_item_custom_fieldswp-admin/includes/class-walker-nav-menu-edit.php
639wp_nav_menu_item_custom_fields_customize_templatewp-includes/customize/class-wp-customize-nav-menu-item-control.php
640wp_network_dashboard_setupwp-admin/includes/dashboard.php
641wp_playlist_scriptswp-includes/media.php
642wp_print_footer_scriptswp-includes/script-loader.php
643wp_print_scriptswp-includes/functions.wp-scripts.phpwp-includes/script-loader.php
644wp_print_styleswp-includes/functions.wp-styles.php
645wp_privacy_personal_data_erasedwp-admin/includes/privacy-tools.php
646wp_privacy_personal_data_export_filewp-admin/includes/privacy-tools.php
647wp_privacy_personal_data_export_file_createdwp-admin/includes/privacy-tools.php
648wp_register_sidebar_widgetwp-includes/widgets.php
649wp_restore_post_revisionwp-includes/revision.php
650wp_roles_initwp-includes/class-wp-roles.php
651wp_set_comment_statuswp-includes/comment.php
652wp_set_passwordwp-includes/pluggable.php
653wp_sitemaps_initwp-includes/sitemaps.php
654wp_tiny_mce_initwp-includes/class-wp-editor.php
655wp_trash_postwp-includes/post.phpwp-includes/class-wp-customize-manager.php
656wp_trigger_error_runwp-includes/functions.php
657wp_uninitialize_sitewp-includes/ms-site.php
658wp_unregister_sidebar_widgetwp-includes/widgets.php
659wp_update_application_passwordwp-includes/class-wp-application-passwords.php
660wp_update_comment_countwp-includes/comment.php
661wp_update_nav_menuwp-admin/includes/nav-menu.phpwp-includes/nav-menu.phpwp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
662wp_update_nav_menu_itemwp-includes/nav-menu.php
663wp_update_sitewp-includes/ms-site.php
664wp_update_userwp-includes/user.php
665wp_upgradewp-admin/includes/upgrade.php
666wp_user_dashboard_setupwp-admin/includes/dashboard.php
667wp_validate_site_datawp-includes/ms-site.php
668wp_validate_site_deletionwp-includes/ms-site.php
669wp_verify_nonce_failedwp-includes/pluggable.php
670wpmu_activate_blogwp-includes/ms-functions.php
671wpmu_activate_userwp-includes/ms-functions.php
672wpmu_blog_updatedwp-includes/ms-blogs.php
673wpmu_delete_userwp-admin/includes/ms.php
674wpmu_new_userwp-includes/ms-functions.php
675wpmu_optionswp-admin/network/settings.php
676wpmu_update_blog_optionswp-admin/network/site-settings.php
677wpmu_upgrade_pagewp-admin/network/upgrade.php
678wpmu_upgrade_sitewp-admin/network/upgrade.php
679wpmuadmineditwp-admin/network/sites.phpwp-admin/network/settings.phpwp-admin/network/users.phpwp-admin/network/edit.php
680wpmuadminresultwp-admin/includes/dashboard.php
681wpmublogsactionwp-admin/includes/class-wp-ms-sites-list-table.php
682wpmueditblogactionwp-admin/network/site-settings.php
683xmlrpc_callwp-includes/class-wp-xmlrpc-server.php
684xmlrpc_call_success_blogger_deletePostwp-includes/class-wp-xmlrpc-server.php
685xmlrpc_call_success_blogger_editPostwp-includes/class-wp-xmlrpc-server.php
686xmlrpc_call_success_blogger_newPostwp-includes/class-wp-xmlrpc-server.php
687xmlrpc_call_success_mw_editPostwp-includes/class-wp-xmlrpc-server.php
688xmlrpc_call_success_mw_newMediaObjectwp-includes/class-wp-xmlrpc-server.php
689xmlrpc_call_success_mw_newPostwp-includes/class-wp-xmlrpc-server.php
690xmlrpc_call_success_wp_deleteCategorywp-includes/class-wp-xmlrpc-server.php
691xmlrpc_call_success_wp_deleteCommentwp-includes/class-wp-xmlrpc-server.php
692xmlrpc_call_success_wp_deletePagewp-includes/class-wp-xmlrpc-server.php
693xmlrpc_call_success_wp_editCommentwp-includes/class-wp-xmlrpc-server.php
694xmlrpc_call_success_wp_newCategorywp-includes/class-wp-xmlrpc-server.php
695xmlrpc_call_success_wp_newCommentwp-includes/class-wp-xmlrpc-server.php
696xmlrpc_publish_postwp-includes/post.php
697xmlrpc_rsd_apisxmlrpc.php
698{$new_status}_{$post->post_type}wp-includes/post.php
699{$old_status}_to_{$new_status}wp-includes/post.php
700{$taxonomy}_add_formwp-admin/edit-tags.php
701{$taxonomy}_add_form_fieldswp-admin/edit-tags.php
702{$taxonomy}_edit_formwp-admin/edit-tag-form.php
703{$taxonomy}_edit_form_fieldswp-admin/edit-tag-form.php
704{$taxonomy}_pre_add_formwp-admin/edit-tags.php
705{$taxonomy}_pre_edit_formwp-admin/edit-tag-form.php
706{$taxonomy}_term_edit_form_tagwp-admin/edit-tag-form.php
707{$taxonomy}_term_edit_form_topwp-admin/edit-tag-form.php
708{$taxonomy}_term_new_form_tagwp-admin/edit-tags.php

WordPressで利用できるフィルターフックリスト

アクションの先頭へ移動

フィルターは別の処理内の変数を変更する場合に利用します。
▼フィルターの登録コード
add_filter(‘フィルター名’,関数,優先順位,引数の数);
優先順位で前処理、後処理を調整できます。
実行タイミングはそのフィルターが実行されている箇所になります。
受け取れる引数はそのフィルターによって決まっています。
プラグインやテーマ独自のフィルターを登録することも出来ます。
▼フィルターの実行コード
apply_filters(‘フィルター名’,引数,…);
フィルターは基本的に1つ目の引数を返す処理になります。
戻した引数が元処理の変数として利用される構成です。

番号 フィルター名/実行しているファイル
1_get_page_linkwp-includes/link-template.php
2_wp_post_revision_field_{$field}wp-admin/includes/revision.php
3_wp_post_revision_fieldswp-includes/revision.php
4_wp_relative_upload_pathwp-includes/post.php
5activate_tinymce_for_media_descriptionwp-admin/includes/media.php
6add_menu_classeswp-admin/includes/menu.php
7add_pingwp-includes/post.php
8add_signup_metawp-signup.php
9add_trashed_suffix_to_trashed_postswp-includes/post.php
10add_{$meta_type}_metadatawp-includes/meta.php
11additional_capabilities_displaywp-admin/user-edit.php
12admin_body_classwp-admin/admin-header.phpwp-admin/includes/template.php
13admin_email_check_intervalwp-login.php
14admin_email_remind_intervalwp-admin/index.phpwp-login.php
15admin_footer_textwp-admin/admin-footer.php
16admin_memory_limitwp-includes/functions.php
17admin_post_thumbnail_htmlwp-admin/includes/post.php
18admin_post_thumbnail_sizewp-admin/includes/post.php
19admin_referrer_policywp-admin/includes/misc.php
20admin_titlewp-admin/admin-header.php
21admin_urlwp-includes/link-template.php
22admin_viewport_metawp-admin/includes/misc.php
23ajax_query_attachments_argswp-admin/includes/ajax-actions.php
24ajax_term_search_resultswp-admin/includes/ajax-actions.php
25all_pluginswp-admin/includes/ajax-actions.phpwp-admin/includes/class-wp-plugins-list-table.phpwp-admin/plugins.php
26all_themeswp-admin/includes/class-wp-ms-themes-list-table.php
27alloptionswp-includes/option.php
28allow_dev_auto_core_updateswp-admin/includes/class-core-upgrader.phpwp-admin/includes/class-wp-site-health-auto-updates.phpwp-admin/update-core.php
29allow_empty_commentwp-includes/class-wp-xmlrpc-server.phpwp-includes/comment.phpwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
30allow_major_auto_core_updateswp-admin/includes/class-core-upgrader.phpwp-admin/update-core.php
31allow_minor_auto_core_updateswp-admin/includes/class-core-upgrader.phpwp-admin/includes/class-wp-site-health-auto-updates.phpwp-admin/update-core.php
32allow_password_resetwp-includes/user.php
33allow_subdirectory_installwp-admin/includes/network.php
34allowed_block_types_allwp-includes/block-editor.php
35allowed_http_originwp-includes/http.php
36allowed_http_originswp-includes/http.php
37allowed_optionswp-admin/options.php
38allowed_redirect_hostswp-includes/pluggable.php
39allowed_themeswp-includes/class-wp-theme.php
40application_password_is_api_requestwp-includes/user.php
41async_update_translationwp-admin/includes/class-language-pack-upgrader.php
42async_upload_{$type}wp-admin/async-upload.php
43atom_enclosurewp-includes/feed.php
44attach_session_informationwp-includes/class-wp-session-tokens.php
45attachment_fields_to_editwp-admin/includes/media.php
46attachment_fields_to_savewp-admin/includes/post.phpwp-admin/includes/ajax-actions.phpwp-admin/includes/media.php
47attachment_iconwp-includes/deprecated.php
48attachment_innerHTMLwp-includes/deprecated.php
49attachment_linkwp-includes/link-template.php
50attachment_max_dimswp-includes/deprecated.php
51attachment_thumbnail_argswp-admin/includes/image.php
52attachment_url_to_postidwp-includes/media.php
53attribute_escapewp-includes/formatting.php
54audio_submitbox_misc_sectionswp-admin/includes/media.php
55auth_cookiewp-includes/pluggable.php
56auth_cookie_expirationwp-includes/user.phpwp-includes/pluggable.php
57auth_redirect_schemewp-includes/pluggable.php
58auth_{$object_type}_meta_{$meta_key}wp-includes/capabilities.php
59auth_{$object_type}_meta_{$meta_key}_for_{$object_subtype}wp-includes/capabilities.php
60authenticatewp-includes/pluggable.php
61author_emailwp-includes/comment-template.php
62author_feed_linkwp-includes/link-template.php
63author_linkwp-includes/author-template.php
64author_rewrite_ruleswp-includes/class-wp-rewrite.php
65auto_core_update_emailwp-admin/includes/class-wp-automatic-updater.php
66auto_core_update_send_emailwp-admin/includes/class-wp-automatic-updater.php
67auto_plugin_theme_update_emailwp-admin/includes/class-wp-automatic-updater.php
68auto_plugin_update_send_emailwp-admin/includes/class-wp-automatic-updater.php
69auto_theme_update_send_emailwp-admin/includes/class-wp-automatic-updater.php
70auto_update_{$type}wp-admin/includes/update.phpwp-admin/includes/class-wp-automatic-updater.php
71autocomplete_users_for_site_adminswp-admin/includes/ajax-actions.phpwp-admin/user-new.php
72automatic_updater_disabledwp-admin/includes/class-wp-automatic-updater.phpwp-admin/includes/class-wp-site-health-auto-updates.php
73automatic_updates_debug_emailwp-admin/includes/class-wp-automatic-updater.php
74automatic_updates_is_vcs_checkoutwp-admin/includes/class-wp-automatic-updater.phpwp-admin/includes/class-wp-site-health-auto-updates.php
75automatic_updates_send_debug_emailwp-admin/includes/class-wp-automatic-updater.php
76available_permalink_structure_tagswp-admin/options-permalink.php
77avatar_defaultswp-admin/options-discussion.php
78big_image_size_thresholdwp-admin/includes/image.php
79block_bindings_source_valuewp-includes/class-wp-block-bindings-source.php
80block_categories_allwp-includes/block-editor.php
81block_core_navigation_listable_blockswp-includes/blocks/navigation.php
82block_core_navigation_render_fallbackwp-includes/blocks/navigation.php
83block_core_navigation_render_inner_blockswp-includes/blocks/navigation.php
84block_default_classnamewp-includes/block-supports/generated-classname.php
85block_editor_no_javascript_messagewp-admin/edit-form-blocks.php
86block_editor_rest_api_preload_pathswp-includes/block-editor.php
87block_editor_settings_allwp-includes/block-editor.php
88block_local_requestswp-includes/class-wp-http.php
89block_parser_classwp-includes/blocks.php
90block_type_metadatawp-includes/blocks/index.phpwp-includes/blocks/comments.phpwp-includes/blocks.php
91block_type_metadata_settingswp-includes/blocks.php
92block_widgets_no_javascript_messagewp-admin/widgets-form-blocks.php
93blog_option_{$option}wp-includes/ms-blogs.php
94blog_redirect_404wp-includes/ms-functions.php
95bloginfowp-includes/general-template.php
96bloginfo_rsswp-includes/feed.php
97bloginfo_urlwp-includes/general-template.php
98body_classwp-includes/post-template.php
99browse-happy-noticewp-admin/includes/dashboard.php
100bulk_actions-{$this->screen->id}wp-admin/includes/class-wp-list-table.php
101bulk_post_updated_messageswp-admin/edit.php
102can_add_user_to_blogwp-includes/ms-functions.php
103can_edit_networkwp-admin/includes/ms.php
104cancel_comment_reply_linkwp-includes/comment-template.php
105category_css_classwp-includes/class-walker-category.php
106category_descriptionwp-includes/class-walker-category.php
107category_feed_linkwp-includes/link-template.php
108category_linkwp-includes/taxonomy.php
109category_list_link_attributeswp-includes/class-walker-category.php
110check_is_user_spammedwp-includes/user.php
111check_passwordwp-includes/pluggable.php
112clean_urlwp-includes/formatting.php
113close_comments_for_post_typeswp-includes/comment.php
114comment_authorwp-includes/comment-template.php
115comment_author_link_relwp-includes/comment-template.php
116comment_author_rsswp-includes/feed.php
117comment_classwp-includes/comment-template.php
118comment_cookie_lifetimewp-includes/comment.php
119comment_duplicate_messagewp-includes/comment.php
120comment_edit_prewp-admin/includes/comment.phpwp-admin/includes/class-wp-comments-list-table.php
121comment_edit_redirectwp-admin/comment.php
122comment_emailwp-admin/includes/class-wp-comments-list-table.phpwp-includes/comment-template.php
123comment_excerptwp-includes/comment-template.php
124comment_excerpt_lengthwp-includes/comment-template.php
125comment_flood_filterwp-includes/comment.php
126comment_flood_messagewp-includes/comment.php
127comment_form_default_fieldswp-includes/comment-template.php
128comment_form_defaultswp-includes/comment-template.php
129comment_form_field_commentwp-includes/comment-template.php
130comment_form_field_{$name}wp-includes/comment-template.php
131comment_form_fieldswp-includes/comment-template.php
132comment_form_logged_inwp-includes/comment-template.php
133comment_form_submit_buttonwp-includes/comment-template.php
134comment_form_submit_fieldwp-includes/comment-template.php
135comment_id_fieldswp-includes/comment-template.php
136comment_linkwp-includes/feed.php
137comment_max_links_urlwp-includes/comment.php
138comment_moderation_headerswp-includes/pluggable.php
139comment_moderation_recipientswp-includes/pluggable.php
140comment_moderation_subjectwp-includes/pluggable.php
141comment_moderation_textwp-includes/pluggable.php
142comment_notification_headerswp-includes/pluggable.php
143comment_notification_notify_authorwp-includes/pluggable.php
144comment_notification_recipientswp-includes/pluggable.php
145comment_notification_subjectwp-includes/pluggable.php
146comment_notification_textwp-includes/pluggable.php
147comment_post_redirectwp-comments-post.php
148comment_reply_linkwp-includes/comment-template.php
149comment_reply_link_argswp-includes/comment-template.php
150comment_row_actionswp-admin/includes/dashboard.phpwp-admin/includes/class-wp-comments-list-table.php
151comment_save_prewp-includes/comment.php
152comment_status_linkswp-admin/includes/class-wp-comments-list-table.php
153comment_textwp-includes/blocks/comment-content.phpwp-includes/comment-template.phpwp-includes/comment.phpwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
154comment_text_rsswp-includes/feed.php
155comment_urlwp-includes/comment-template.php
156comments_arraywp-includes/comment-template.php
157comments_link_feedwp-includes/feed.php
158comments_list_table_query_argswp-admin/includes/class-wp-comments-list-table.php
159comments_numberwp-includes/comment-template.php
160comments_openwp-includes/comment-template.php
161comments_per_pagewp-admin/includes/class-wp-comments-list-table.phpwp-admin/includes/class-wp-screen.php
162comments_popup_link_attributeswp-includes/comment-template.php
163comments_rewrite_ruleswp-includes/class-wp-rewrite.php
164comments_templatewp-includes/comment-template.php
165comments_template_query_argswp-includes/comment-template.php
166comments_template_top_level_query_argswp-includes/comment-template.php
167content_paginationwp-includes/class-wp-query.php
168content_save_prewp-includes/customize/class-wp-customize-nav-menu-item-setting.php
169content_urlwp-includes/link-template.php
170core_version_check_localewp-includes/update.php
171core_version_check_query_argswp-includes/update.php
172cron_memory_limitwp-includes/functions.php
173cron_scheduleswp-includes/cron.php
174current_theme_supports-{$feature}wp-includes/theme.php
175custom_menu_orderwp-admin/includes/menu.php
176customize_allowed_urlswp-includes/class-wp-customize-manager.php
177customize_changeset_branchingwp-includes/class-wp-customize-manager.php
178customize_changeset_save_datawp-includes/class-wp-customize-manager.php
179customize_control_activewp-includes/class-wp-customize-control.php
180customize_dynamic_partial_argswp-includes/customize/class-wp-customize-selective-refresh.php
181customize_dynamic_partial_classwp-includes/customize/class-wp-customize-selective-refresh.php
182customize_dynamic_setting_argswp-includes/class-wp-customize-manager.php
183customize_dynamic_setting_classwp-includes/class-wp-customize-manager.php
184customize_load_themeswp-includes/class-wp-customize-manager.php
185customize_loaded_componentswp-includes/class-wp-customize-manager.php
186customize_nav_menu_available_item_typeswp-includes/class-wp-customize-nav-menus.php
187customize_nav_menu_available_itemswp-includes/class-wp-customize-nav-menus.php
188customize_nav_menu_searched_itemswp-includes/class-wp-customize-nav-menus.php
189customize_panel_activewp-includes/class-wp-customize-panel.php
190customize_partial_renderwp-includes/customize/class-wp-customize-partial.php
191customize_partial_render_{$partial->id}wp-includes/customize/class-wp-customize-partial.php
192customize_previewable_deviceswp-includes/class-wp-customize-manager.php
193customize_refresh_nonceswp-includes/class-wp-customize-manager.php
194customize_render_partials_responsewp-includes/customize/class-wp-customize-selective-refresh.php
195customize_sanitize_js_{$this->id}wp-includes/class-wp-customize-setting.php
196customize_sanitize_{$this->id}wp-includes/class-wp-customize-setting.phpwp-includes/customize/class-wp-customize-nav-menu-item-setting.phpwp-includes/customize/class-wp-customize-nav-menu-setting.php
197customize_save_responsewp-includes/class-wp-customize-manager.php
198customize_section_activewp-includes/class-wp-customize-section.php
199customize_validate_{$setting->id}wp-includes/class-wp-customize-manager.php
200customize_validate_{$this->id}wp-includes/class-wp-customize-setting.php
201customize_value_{$id_base}wp-includes/class-wp-customize-setting.phpwp-includes/customize/class-wp-customize-custom-css-setting.php
202customizer_widgets_section_argswp-includes/class-wp-customize-widgets.php
203dashboard_glance_itemswp-admin/includes/dashboard.php
204dashboard_primary_feedwp-admin/includes/dashboard.php
205dashboard_primary_linkwp-admin/includes/dashboard.php
206dashboard_primary_titlewp-admin/includes/dashboard.php
207dashboard_recent_drafts_query_argswp-admin/includes/dashboard.php
208dashboard_recent_posts_query_argswp-admin/includes/dashboard.php
209dashboard_secondary_itemswp-admin/includes/dashboard.php
210dashboard_secondary_titlewp-admin/includes/dashboard.php
211date_formatswp-admin/options-general.php
212date_i18nwp-includes/functions.php
213date_query_valid_columnswp-includes/class-wp-date-query.php
214date_rewrite_ruleswp-includes/class-wp-rewrite.php
215day_linkwp-includes/link-template.php
216dbdelta_create_querieswp-admin/includes/upgrade.php
217dbdelta_insert_querieswp-admin/includes/upgrade.php
218dbdelta_querieswp-admin/includes/upgrade.php
219debug_informationwp-admin/includes/class-wp-debug-data.php
220default_avatar_selectwp-admin/options-discussion.php
221default_category_post_typeswp-includes/post.php
222default_contentwp-admin/includes/post.php
223default_excerptwp-admin/includes/post.php
224default_feedwp-includes/feed.php
225default_hidden_columnswp-admin/includes/screen.php
226default_hidden_meta_boxeswp-admin/includes/screen.php
227default_option_{$option}wp-includes/option.php
228default_page_template_titlewp-admin/includes/meta-boxes.phpwp-admin/includes/class-wp-posts-list-table.phpwp-admin/edit-form-blocks.php
229default_site_option_wp-includes/option.php
230default_site_option_{$option}wp-includes/option.php
231default_template_typeswp-includes/block-template-utils.php
232default_titlewp-admin/includes/post.php
233default_wp_template_part_areaswp-includes/block-template-utils.php
234default_{$meta_type}_metadatawp-includes/meta.php
235delete_site_email_contentwp-admin/ms-delete-site.php
236delete_{$meta_type}_metadatawp-includes/meta.php
237delete_{$meta_type}_metadata_by_midwp-includes/meta.php
238deprecated_argument_trigger_errorwp-includes/functions.php
239deprecated_class_trigger_errorwp-includes/functions.php
240deprecated_constructor_trigger_errorwp-includes/functions.php
241deprecated_file_trigger_errorwp-includes/functions.php
242deprecated_function_trigger_errorwp-includes/functions.php
243deprecated_hook_trigger_errorwp-includes/functions.php
244determine_current_userwp-includes/user.php
245determine_localewp-includes/l10n.php
246disable_captionswp-admin/includes/media.phpwp-includes/class-wp-editor.phpwp-includes/media-template.phpwp-includes/media.phpwp-includes/script-loader.php
247disable_categories_dropdownwp-admin/includes/class-wp-posts-list-table.php
248disable_formats_dropdownwp-admin/includes/class-wp-posts-list-table.php
249disable_months_dropdownwp-admin/includes/class-wp-list-table.php
250display_media_stateswp-admin/includes/template.php
251display_post_stateswp-admin/includes/template.php
252display_site_stateswp-admin/includes/class-wp-ms-sites-list-table.php
253do_mu_upgradewp-admin/admin.php
254do_parse_requestwp-includes/class-wp.php
255do_redirect_guess_404_permalinkwp-includes/canonical.php
256do_shortcode_tagwp-includes/shortcodes.php
257document_titlewp-includes/general-template.php
258document_title_partswp-includes/general-template.php
259document_title_separatorwp-includes/general-template.php
260documentation_ignore_functionswp-admin/includes/misc.php
261doing_it_wrong_trigger_errorwp-includes/functions.php
262domain_existswp-includes/ms-functions.php
263download_url_error_max_body_sizewp-admin/includes/file.php
264duplicate_comment_idwp-includes/comment.php
265dynamic_sidebar_has_widgetswp-includes/widgets.php
266dynamic_sidebar_paramswp-includes/widgets.php
267edit_bookmark_linkwp-includes/link-template.php
268edit_categories_per_pagewp-admin/includes/class-wp-terms-list-table.phpwp-admin/includes/class-wp-screen.php
269edit_comment_linkwp-includes/link-template.php
270edit_comment_misc_actionswp-admin/edit-form-comment.php
271edit_post_linkwp-includes/link-template.php
272edit_post_{$field}wp-includes/post.php
273edit_posts_per_pagewp-admin/includes/post.phpwp-admin/includes/class-wp-posts-list-table.phpwp-admin/includes/class-wp-screen.php
274edit_profile_urlwp-includes/link-template.php
275edit_tag_linkwp-includes/link-template.php
276edit_tags_per_pagewp-admin/includes/class-wp-terms-list-table.php
277edit_term_linkwp-includes/link-template.php
278edit_term_{$field}wp-includes/taxonomy.php
279edit_user_{$field}wp-includes/user.php
280edit_{$field}wp-includes/post.phpwp-includes/user.phpwp-includes/bookmark.php
281edit_{$post_type}_per_pagewp-admin/includes/post.php
282edit_{$taxonomy}_{$field}wp-includes/taxonomy.php
283editable_extensionswp-admin/includes/file.php
284editable_roleswp-admin/includes/user.php
285editable_slugwp-admin/includes/class-wp-terms-list-table.phpwp-admin/includes/post.phpwp-admin/includes/meta-boxes.phpwp-admin/includes/template.phpwp-admin/edit-tag-form.php
286editor_max_image_sizewp-includes/media.php
287editor_stylesheetswp-includes/theme.php
288email_change_emailwp-includes/user.php
289email_existswp-includes/user.php
290embed_cache_oembed_typeswp-includes/class-wp-embed.php
291embed_defaultswp-includes/embed.php
292embed_handler_htmlwp-includes/class-wp-embed.php
293embed_htmlwp-includes/embed.php
294embed_maybe_make_linkwp-includes/class-wp-embed.php
295embed_oembed_discoverwp-includes/class-wp-embed.php
296embed_oembed_htmlwp-includes/class-wp-embed.php
297embed_site_title_htmlwp-includes/embed.php
298embed_thumbnail_idwp-includes/theme-compat/embed-content.php
299embed_thumbnail_image_shapewp-includes/theme-compat/embed-content.php
300embed_thumbnail_image_sizewp-includes/theme-compat/embed-content.php
301emoji_extwp-includes/formatting.php
302emoji_svg_extwp-includes/formatting.php
303emoji_svg_urlwp-includes/formatting.php
304emoji_urlwp-includes/formatting.php
305enable_edit_any_user_configurationwp-admin/user-edit.php
306enable_live_network_countswp-includes/ms-functions.phpwp-includes/user.php
307enable_loading_advanced_cache_dropinwp-settings.phpwp-admin/includes/class-wp-site-health.php
308enable_loading_object_cache_dropinwp-includes/load.php
309enable_login_autofocuswp-login.php
310enable_maintenance_modewp-includes/load.php
311enable_post_by_email_configurationwp-mail.phpwp-admin/options-writing.phpwp-admin/options.php
312enable_update_services_configurationwp-admin/options-writing.php
313enable_wp_debug_mode_checkswp-includes/load.php
314enclosure_linkswp-includes/functions.php
315enter_title_herewp-admin/edit-form-advanced.phpwp-admin/includes/dashboard.phpwp-admin/edit-form-blocks.php
316esc_htmlwp-includes/formatting.php
317esc_textareawp-includes/formatting.php
318esc_xmlwp-includes/formatting.php
319example_filterwp-includes/plugin.php
320excerpt_allowed_blockswp-includes/blocks.php
321excerpt_allowed_wrapper_blockswp-includes/blocks.php
322excerpt_lengthwp-includes/blocks/latest-posts.phpwp-includes/formatting.php
323excerpt_morewp-includes/formatting.php
324excerpt_save_prewp-includes/customize/class-wp-customize-nav-menu-item-setting.php
325exit_on_http_headwp-includes/template-loader.php
326expiration_of_site_transient_{$transient}wp-includes/option.php
327expiration_of_transient_{$transient}wp-includes/option.php
328export_argswp-admin/export.php
329export_wp_filenamewp-admin/includes/export.php
330extra_theme_headerswp-includes/deprecated.php
331extra_{$context}_headerswp-includes/functions.php
332fallback_intermediate_image_sizeswp-admin/includes/image.php
333feed_content_typewp-includes/feed.php
334feed_linkwp-includes/link-template.php
335feed_links_argswp-includes/general-template.php
336feed_links_extra_argswp-includes/general-template.php
337feed_links_extra_show_author_feedwp-includes/general-template.php
338feed_links_extra_show_category_feedwp-includes/general-template.php
339feed_links_extra_show_post_comments_feedwp-includes/general-template.php
340feed_links_extra_show_post_type_archive_feedwp-includes/general-template.php
341feed_links_extra_show_search_feedwp-includes/general-template.php
342feed_links_extra_show_tag_feedwp-includes/general-template.php
343feed_links_extra_show_tax_feedwp-includes/general-template.php
344feed_links_show_comments_feedwp-includes/general-template.php
345feed_links_show_posts_feedwp-includes/general-template.php
346file_is_displayable_imagewp-admin/includes/image.php
347file_mod_allowedwp-includes/load.php
348filesystem_methodwp-admin/includes/file.php
349filesystem_method_filewp-admin/includes/file.php
350filter_block_editor_meta_boxeswp-admin/includes/post.php
351flush_rewrite_rules_hardwp-includes/class-wp-rewrite.php
352font_dirwp-includes/fonts.php
353force_filtered_html_on_importwp-admin/admin.php
354format_for_editorwp-includes/formatting.php
355format_to_editwp-includes/formatting.php
356found_comments_querywp-includes/class-wp-comment-query.php
357found_networks_querywp-includes/class-wp-network-query.php
358found_sites_querywp-includes/class-wp-site-query.php
359found_users_querywp-includes/class-wp-user-query.php
360frontpage_template_hierarchywp-includes/block-template-utils.php
361fs_ftp_connection_typeswp-admin/includes/file.php
362gallery_stylewp-includes/media.php
363get_ancestorswp-includes/taxonomy.php
364get_archives_linkwp-includes/general-template.php
365get_attached_filewp-includes/post.php
366get_attached_mediawp-includes/media.php
367get_attached_media_argswp-includes/media.php
368get_available_languageswp-includes/l10n.php
369get_avatarwp-includes/pluggable.php
370get_avatar_comment_typeswp-includes/link-template.php
371get_avatar_datawp-includes/link-template.php
372get_avatar_urlwp-includes/link-template.php
373get_block_file_templatewp-includes/block-template-utils.php
374get_block_templatewp-includes/block-template-utils.php
375get_block_templateswp-includes/block-template-utils.php
376get_block_type_uses_contextwp-includes/class-wp-block-type.php
377get_block_type_variationswp-includes/class-wp-block-type.php
378get_bloginfo_rsswp-includes/feed.php
379get_blogs_of_userwp-includes/user.php
380get_bookmarkswp-includes/bookmark.php
381get_calendarwp-includes/general-template.php
382get_canonical_urlwp-includes/link-template.php
383get_categories_taxonomywp-includes/category.php
384get_commentwp-includes/comment.php
385get_comment_IDwp-includes/comment-template.php
386get_comment_authorwp-includes/comment-template.php
387get_comment_author_IPwp-includes/comment-template.php
388get_comment_author_emailwp-includes/comment-template.php
389get_comment_author_linkwp-includes/comment-template.php
390get_comment_author_urlwp-includes/comment-template.php
391get_comment_author_url_linkwp-includes/comment-template.php
392get_comment_datewp-includes/comment-template.php
393get_comment_excerptwp-includes/comment-template.php
394get_comment_linkwp-includes/comment-template.php
395get_comment_textwp-includes/comment-template.php
396get_comment_timewp-includes/comment-template.php
397get_comment_typewp-includes/comment-template.php
398get_comments_linkwp-includes/comment-template.php
399get_comments_numberwp-includes/comment-template.php
400get_comments_pagenum_linkwp-includes/link-template.php
401get_custom_logowp-includes/general-template.php
402get_custom_logo_image_attributeswp-includes/general-template.php
403get_date_sqlwp-includes/class-wp-date-query.php
404get_default_comment_statuswp-includes/comment.php
405get_delete_post_linkwp-includes/link-template.php
406get_edit_bookmark_linkwp-includes/link-template.php
407get_edit_comment_linkwp-includes/link-template.php
408get_edit_post_linkwp-includes/link-template.php
409get_edit_tag_linkwp-includes/link-template.php
410get_edit_term_linkwp-includes/link-template.php
411get_edit_user_linkwp-includes/link-template.php
412get_editable_authorswp-admin/includes/deprecated.php
413get_enclosedwp-includes/post.php
414get_feed_build_datewp-includes/feed.php
415get_header_imagewp-includes/theme.php
416get_header_image_tagwp-includes/theme.php
417get_header_image_tag_attributeswp-includes/theme.php
418get_header_video_urlwp-includes/theme.php
419get_image_tagwp-includes/media.php
420get_image_tag_classwp-includes/media.php
421get_lastpostdatewp-includes/post.php
422get_lastpostmodifiedwp-includes/post.php
423get_main_network_idwp-includes/functions.php
424get_media_item_argswp-admin/includes/media.php
425get_networkwp-includes/ms-network.php
426get_object_subtype_{$object_type}wp-includes/meta.php
427get_object_termswp-includes/taxonomy.php
428get_others_draftswp-admin/includes/deprecated.php
429get_page_of_commentwp-includes/comment.php
430get_page_of_comment_query_argswp-includes/comment.php
431get_page_uriwp-includes/post.php
432get_pagenum_linkwp-includes/link-template.php
433get_pageswp-includes/post.php
434get_pages_query_argswp-includes/post.php
435get_post_gallerieswp-includes/media.php
436get_post_gallerywp-includes/media.php
437get_post_modified_timewp-includes/general-template.php
438get_post_statuswp-includes/post.php
439get_post_timewp-includes/general-template.php
440get_pungwp-includes/post.php
441get_role_listwp-admin/includes/class-wp-users-list-table.php
442get_sample_permalinkwp-admin/includes/post.php
443get_sample_permalink_htmlwp-admin/includes/post.php
444get_schedulewp-includes/cron.php
445get_search_formwp-includes/general-template.php
446get_search_querywp-includes/general-template.php
447get_shortlinkwp-includes/link-template.php
448get_sitewp-includes/ms-site.php
449get_site_icon_urlwp-includes/general-template.php
450get_space_allowedwp-includes/ms-functions.php
451get_tagswp-includes/category.php
452get_termwp-includes/taxonomy.php
453get_termswp-includes/taxonomy.php
454get_terms_argswp-includes/class-wp-term-query.php
455get_terms_defaultswp-includes/class-wp-term-query.php
456get_terms_fieldswp-includes/class-wp-term-query.php
457get_terms_orderbywp-includes/class-wp-term-query.php
458get_the_archive_descriptionwp-includes/general-template.php
459get_the_archive_titlewp-includes/general-template.php
460get_the_archive_title_prefixwp-includes/general-template.php
461get_the_author_{$field}wp-includes/author-template.php
462get_the_categorieswp-includes/category-template.php
463get_the_datewp-includes/general-template.php
464get_the_excerptwp-includes/post-template.phpwp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
465get_the_generator_{$type}wp-includes/general-template.php
466get_the_guidwp-includes/post-template.phpwp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
467get_the_modified_datewp-includes/general-template.php
468get_the_modified_timewp-includes/general-template.php
469get_the_post_type_descriptionwp-includes/general-template.php
470get_the_tagswp-includes/category-template.php
471get_the_termswp-includes/category-template.php
472get_the_timewp-includes/general-template.php
473get_theme_starter_contentwp-includes/theme.php
474get_to_pingwp-includes/post.php
475get_user_option_{$option}wp-includes/user.php
476get_usernumpostswp-includes/user.php
477get_users_draftswp-admin/includes/user.php
478get_wp_title_rsswp-includes/feed.php
479get_{$adjacent}_post_excluded_termswp-includes/link-template.php
480get_{$adjacent}_post_joinwp-includes/link-template.php
481get_{$adjacent}_post_sortwp-includes/link-template.php
482get_{$adjacent}_post_wherewp-includes/link-template.php
483get_{$meta_type}_metadatawp-includes/meta.php
484get_{$meta_type}_metadata_by_midwp-includes/meta.php
485get_{$taxonomy}wp-includes/taxonomy.php
486getarchives_joinwp-includes/general-template.php
487getarchives_wherewp-includes/general-template.php
488gettextwp-includes/l10n.php
489gettext_with_contextwp-includes/l10n.php
490gettext_with_context_{$domain}wp-includes/l10n.php
491gettext_{$domain}wp-includes/l10n.php
492got_rewritewp-admin/includes/misc.php
493got_url_rewritewp-admin/includes/misc.php
494graceful_failwp-includes/ms-deprecated.php
495graceful_fail_templatewp-includes/ms-deprecated.php
496handle_bulk_actions-{$screen}wp-admin/edit-comments.phpwp-admin/plugins.phpwp-admin/edit-tags.phpwp-admin/users.phpwp-admin/upload.phpwp-admin/edit.phpwp-admin/link-manager.php
497handle_network_bulk_actions-wp-admin/network/sites.phpwp-admin/network/themes.phpwp-admin/network/users.phpwp-admin/network/site-users.php
498handle_network_bulk_actions-{$screen}wp-admin/network/site-themes.php
499has_nav_menuwp-includes/nav-menu.php
500has_post_thumbnailwp-includes/post-thumbnail-template.php
501header_video_settingswp-includes/theme.php
502heartbeat_nopriv_receivedwp-admin/includes/ajax-actions.php
503heartbeat_nopriv_sendwp-admin/includes/ajax-actions.php
504heartbeat_receivedwp-admin/includes/ajax-actions.php
505heartbeat_sendwp-admin/includes/ajax-actions.php
506heartbeat_settingswp-includes/script-loader.php
507hidden_columnswp-admin/includes/screen.php
508hidden_meta_boxeswp-admin/includes/screen.php
509home_urlwp-includes/link-template.php
510hookwp-includes/plugin.php
511hooked_blockwp-includes/blocks.php
512hooked_block_typeswp-includes/blocks.php
513hooked_block_{$hooked_block_type}wp-includes/blocks.php
514htmledit_prewp-includes/deprecated.php
515http_allowed_safe_portswp-includes/http.php
516http_headers_useragentwp-includes/class-wp-xmlrpc-server.phpwp-includes/class-wp-http.php
517http_originwp-includes/http.php
518http_request_argswp-includes/class-wp-http.php
519http_request_host_is_externalwp-includes/http.php
520http_request_redirection_countwp-includes/class-wp-http.php
521http_request_reject_unsafe_urlswp-includes/class-wp-http.php
522http_request_timeoutwp-includes/class-wp-http.php
523http_request_versionwp-includes/class-wp-http.php
524http_responsewp-includes/class-wp-http.php
525https_local_ssl_verifywp-admin/includes/file.phpwp-admin/includes/class-wp-automatic-updater.phpwp-admin/includes/class-wp-site-health.phpwp-includes/cron.phpwp-includes/class-wp-http-curl.phpwp-includes/class-wp-http-streams.php
526https_ssl_verifywp-includes/class-wp-http-curl.phpwp-includes/class-wp-http-streams.phpwp-includes/class-wp-http.php
527human_time_diffwp-includes/formatting.php
528icon_dirwp-includes/post.phpwp-includes/media.phpwp-includes/deprecated.php
529icon_dir_uriwp-includes/post.php
530icon_dirswp-includes/post.php
531iis7_supports_permalinkswp-includes/functions.php
532iis7_url_rewrite_ruleswp-includes/class-wp-rewrite.php
533illegal_user_loginswp-admin/includes/user.phpwp-includes/ms-functions.phpwp-includes/user.phpwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
534image_add_caption_shortcodewp-admin/includes/media.php
535image_add_caption_textwp-admin/includes/media.php
536image_downsizewp-includes/media.php
537image_edit_thumbnails_separatelywp-admin/includes/image-edit.php
538image_editor_default_mime_typewp-includes/class-wp-image-editor.php
539image_editor_output_formatwp-includes/media.php
540image_editor_save_prewp-admin/includes/image-edit.php
541image_get_intermediate_sizewp-includes/media.php
542image_make_intermediate_sizewp-includes/class-wp-image-editor-imagick.phpwp-includes/class-wp-image-editor-gd.php
543image_memory_limitwp-includes/functions.php
544image_resize_dimensionswp-includes/media.php
545image_save_progressivewp-includes/class-wp-image-editor-imagick.phpwp-includes/class-wp-image-editor-gd.php
546image_send_to_editorwp-admin/includes/media.php
547image_send_to_editor_urlwp-admin/includes/media.php
548image_sideload_extensionswp-admin/includes/media.php
549image_strip_metawp-includes/class-wp-image-editor-imagick.php
550img_caption_shortcodewp-includes/media.php
551img_caption_shortcode_widthwp-includes/media.php
552import_allow_create_userswp-content/plugins/wordpress-importer/class-wp-import.php
553import_allow_fetch_attachmentswp-content/plugins/wordpress-importer/class-wp-import.php
554import_attachment_size_limitwp-content/plugins/wordpress-importer/class-wp-import.php
555import_post_meta_keywp-content/plugins/wordpress-importer/class-wp-import.php
556import_term_meta_keywp-content/plugins/wordpress-importer/class-wp-import.php
557import_upload_size_limitwp-admin/includes/template.php
558includes_urlwp-includes/link-template.php
559incompatible_sql_modeswp-includes/class-wpdb.php
560index_rel_linkwp-includes/deprecated.php
561index_template_hierarchywp-includes/block-template-utils.php
562insert_custom_user_metawp-includes/user.php
563insert_user_metawp-includes/user.php
564insert_with_markers_inline_instructionswp-admin/includes/misc.php
565install_plugin_complete_actionswp-admin/includes/class-plugin-installer-skin.php
566install_plugin_overwrite_actionswp-admin/includes/class-plugin-installer-skin.php
567install_plugin_overwrite_comparisonwp-admin/includes/class-plugin-installer-skin.php
568install_plugins_nonmenu_tabswp-admin/includes/class-wp-plugin-install-list-table.php
569install_plugins_table_api_args_{$tab}wp-admin/includes/class-wp-plugin-install-list-table.php
570install_plugins_tabswp-admin/includes/class-wp-plugin-install-list-table.php
571install_theme_complete_actionswp-admin/includes/class-theme-installer-skin.php
572install_theme_overwrite_actionswp-admin/includes/class-theme-installer-skin.php
573install_theme_overwrite_comparisonwp-admin/includes/class-theme-installer-skin.php
574install_themes_nonmenu_tabswp-admin/includes/class-wp-theme-install-list-table.php
575install_themes_table_api_args_wp-admin/includes/ajax-actions.php
576install_themes_table_api_args_{$tab}wp-admin/includes/class-wp-theme-install-list-table.php
577install_themes_tabswp-admin/includes/class-wp-theme-install-list-table.phpwp-admin/theme-install.php
578interactivity_process_directiveswp-includes/class-wp-block.php
579intermediate_image_sizeswp-includes/media.php
580intermediate_image_sizes_advancedwp-admin/includes/image.php
581invited_user_emailwp-admin/user-new.php
582is_active_sidebarwp-includes/widgets.php
583is_emailwp-includes/formatting.php
584is_email_address_unsafewp-includes/ms-functions.php
585is_header_video_activewp-includes/theme.php
586is_multi_authorwp-includes/author-template.php
587is_post_status_viewablewp-includes/post.php
588is_post_type_viewablewp-includes/post.php
589is_protected_endpointwp-includes/load.php
590is_protected_metawp-includes/meta.php
591is_stickywp-includes/post.php
592is_wide_widget_in_customizerwp-includes/class-wp-customize-widgets.php
593jpeg_qualitywp-admin/includes/image-edit.phpwp-includes/class-wp-image-editor.php
594js_escapewp-includes/formatting.php
595kses_allowed_protocolswp-includes/functions.php
596lang_codeswp-admin/includes/ms.php
597lang_dir_for_domainwp-includes/class-wp-textdomain-registry.php
598language_attributeswp-includes/general-template.php
599link_categorywp-links-opml.phpwp-includes/bookmark-template.phpwp-includes/deprecated.php
600link_titlewp-links-opml.php
601list_catswp-includes/class-walker-category.phpwp-includes/class-walker-category-dropdown.phpwp-includes/category-template.php
602list_pageswp-includes/class-walker-page-dropdown.php
603list_table_primary_columnwp-admin/includes/class-wp-list-table.php
604list_terms_exclusionswp-includes/class-wp-term-query.php
605load_default_embedswp-includes/embed.php
606load_default_widgetswp-includes/functions.php
607load_image_to_editwp-admin/includes/image.php
608load_image_to_edit_attachmenturlwp-admin/includes/image.php
609load_image_to_edit_filesystempathwp-admin/includes/image.php
610load_image_to_edit_pathwp-admin/includes/image.php
611load_script_textdomain_relative_pathwp-includes/l10n.php
612load_script_translation_filewp-includes/l10n.php
613load_script_translationswp-includes/l10n.php
614load_textdomain_mofilewp-includes/l10n.php
615load_translation_filewp-includes/l10n.php
616localewp-includes/l10n.php
617locale_stylesheet_uriwp-includes/theme.php
618log_query_custom_datawp-includes/class-wpdb.php
619login_body_classwp-login.php
620login_display_language_dropdownwp-login.php
621login_errorswp-login.php
622login_form_bottomwp-includes/general-template.php
623login_form_defaultswp-includes/general-template.php
624login_form_middlewp-includes/general-template.php
625login_form_topwp-includes/general-template.php
626login_headertextwp-login.php
627login_headerurlwp-login.php
628login_language_dropdown_argswp-login.php
629login_link_separatorwp-login.php
630login_messagewp-login.php
631login_messageswp-login.php
632login_redirectwp-login.php
633login_site_html_linkwp-login.php
634login_titlewp-login.php
635login_urlwp-includes/general-template.php
636loginoutwp-includes/general-template.php
637logout_redirectwp-login.php
638logout_urlwp-includes/general-template.php
639lost_password_html_linkwp-login.php
640lostpassword_errorswp-includes/user.php
641lostpassword_redirectwp-login.php
642lostpassword_urlwp-includes/general-template.php
643lostpassword_user_datawp-includes/user.php
644make_clickable_relwp-includes/formatting.php
645manage_media_columnswp-admin/includes/class-wp-media-list-table.php
646manage_pages_columnswp-admin/includes/class-wp-posts-list-table.php
647manage_posts_columnswp-admin/includes/class-wp-posts-list-table.php
648manage_sites_action_linkswp-admin/includes/class-wp-ms-sites-list-table.php
649manage_taxonomies_for_attachment_columnswp-admin/includes/class-wp-media-list-table.php
650manage_taxonomies_for_{$post_type}_columnswp-admin/includes/class-wp-posts-list-table.php
651manage_users_custom_columnwp-admin/includes/class-wp-users-list-table.phpwp-admin/includes/class-wp-ms-users-list-table.php
652manage_{$post_type}_posts_columnswp-admin/includes/class-wp-posts-list-table.php
653manage_{$screen->id}_columnswp-admin/includes/screen.php
654manage_{$this->screen->id}_sortable_columnswp-admin/includes/class-wp-list-table.php
655manage_{$this->screen->taxonomy}_custom_columnwp-admin/includes/class-wp-terms-list-table.php
656map_meta_capwp-includes/capabilities.php
657max_srcset_image_widthwp-includes/media.php
658mce_buttonswp-includes/class-wp-editor.phpwp-includes/script-loader.php
659mce_buttons_2wp-includes/class-wp-editor.phpwp-includes/script-loader.php
660mce_buttons_3wp-includes/class-wp-editor.phpwp-includes/script-loader.php
661mce_buttons_4wp-includes/class-wp-editor.phpwp-includes/script-loader.php
662mce_csswp-includes/class-wp-editor.php
663mce_external_languageswp-includes/class-wp-editor.php
664mce_external_pluginswp-includes/class-wp-editor.phpwp-includes/script-loader.php
665media_date_column_timewp-admin/includes/class-wp-media-list-table.php
666media_embedded_in_content_allowed_typeswp-includes/media.php
667media_library_infinite_scrollingwp-includes/media.php
668media_library_months_with_fileswp-includes/media.php
669media_library_show_audio_playlistwp-includes/media.php
670media_library_show_video_playlistwp-includes/media.php
671media_metawp-admin/includes/media.php
672media_row_actionswp-admin/includes/class-wp-media-list-table.php
673media_send_to_editorwp-admin/includes/ajax-actions.phpwp-admin/includes/media.php
674media_submitbox_misc_sectionswp-admin/includes/media.php
675media_upload_default_tabwp-admin/media-upload.phpwp-admin/includes/media.php
676media_upload_default_typewp-admin/media-upload.php
677media_upload_form_urlwp-admin/includes/media.php
678media_upload_mime_type_linkswp-admin/includes/media.php
679media_upload_tabswp-admin/includes/media.phpwp-includes/media.php
680media_view_settingswp-includes/media.php
681media_view_stringswp-includes/media.php
682mejs_settingswp-includes/script-loader.php
683menu_orderwp-admin/includes/menu.php
684meta_query_find_compatible_table_aliaswp-includes/class-wp-meta-query.php
685minimum_site_name_lengthwp-includes/ms-functions.php
686mod_rewrite_ruleswp-includes/class-wp-rewrite.php
687month_linkwp-includes/link-template.php
688months_dropdown_resultswp-admin/includes/class-wp-list-table.php
689ms_site_checkwp-includes/ms-load.php
690ms_sites_list_table_query_argswp-admin/includes/class-wp-ms-sites-list-table.php
691ms_user_list_site_actionswp-admin/includes/class-wp-ms-users-list-table.php
692ms_user_list_site_classwp-admin/includes/class-wp-ms-users-list-table.php
693ms_user_row_actionswp-admin/includes/class-wp-ms-users-list-table.php
694mu_dropdown_languageswp-admin/includes/ms.php
695mu_menu_itemswp-admin/network/settings.php
696myblogs_blog_actionswp-admin/my-sites.php
697myblogs_optionswp-admin/my-sites.php
698nav_menu_attr_titlewp-includes/nav-menu.phpwp-includes/customize/class-wp-customize-nav-menu-item-setting.php
699nav_menu_css_classwp-includes/class-walker-nav-menu.php
700nav_menu_descriptionwp-includes/nav-menu.phpwp-includes/customize/class-wp-customize-nav-menu-item-setting.php
701nav_menu_item_argswp-includes/class-walker-nav-menu.php
702nav_menu_item_attributeswp-includes/class-walker-nav-menu.php
703nav_menu_item_idwp-includes/class-walker-nav-menu.php
704nav_menu_item_titlewp-includes/class-walker-nav-menu.php
705nav_menu_link_attributeswp-includes/class-walker-nav-menu.php
706nav_menu_meta_box_objectwp-admin/includes/ajax-actions.phpwp-admin/includes/nav-menu.php
707nav_menu_submenu_attributeswp-includes/class-walker-nav-menu.php
708nav_menu_submenu_css_classwp-includes/class-walker-nav-menu.php
709navigation_markup_templatewp-includes/link-template.php
710navigation_widgets_formatwp-includes/widgets/class-wp-widget-tag-cloud.phpwp-includes/widgets/class-wp-widget-archives.phpwp-includes/widgets/class-wp-widget-meta.phpwp-includes/widgets/class-wp-widget-recent-posts.phpwp-includes/widgets/class-wp-widget-pages.phpwp-includes/widgets/class-wp-widget-categories.phpwp-includes/widgets/class-wp-widget-recent-comments.phpwp-includes/widgets/class-wp-nav-menu-widget.phpwp-includes/widgets/class-wp-widget-rss.php
711network_admin_email_change_emailwp-includes/ms-functions.php
712network_admin_plugin_action_linkswp-admin/includes/class-wp-plugins-list-table.php
713network_admin_plugin_action_links_{$plugin_file}wp-admin/includes/class-wp-plugins-list-table.php
714network_admin_urlwp-includes/link-template.php
715network_allowed_themeswp-includes/class-wp-theme.php
716network_by_path_segments_countwp-includes/class-wp-network.php
717network_home_urlwp-includes/link-template.php
718network_site_urlwp-includes/link-template.php
719network_sites_updated_message_{$action}wp-admin/network/sites.php
720new_admin_email_contentwp-admin/includes/misc.php
721new_admin_email_subjectwp-admin/includes/misc.php
722new_network_admin_email_contentwp-includes/ms-functions.php
723new_site_emailwp-includes/ms-functions.php
724new_user_email_contentwp-includes/user.php
725newblog_notify_siteadminwp-includes/ms-functions.php
726newblognamewp-includes/ms-functions.php
727newuser_notify_siteadminwp-includes/ms-functions.php
728next_comments_link_attributeswp-includes/link-template.php
729next_posts_link_attributeswp-includes/link-template.php
730ngettextwp-includes/l10n.php
731ngettext_with_contextwp-includes/l10n.php
732ngettext_with_context_{$domain}wp-includes/l10n.php
733ngettext_{$domain}wp-includes/l10n.php
734no_texturize_shortcodeswp-includes/formatting.php
735no_texturize_tagswp-includes/formatting.php
736nocache_headerswp-includes/functions.php
737nonce_lifewp-includes/pluggable.php
738nonce_user_logged_outwp-includes/pluggable.php
739notify_moderatorwp-includes/comment.phpwp-includes/pluggable.php
740notify_post_authorwp-includes/comment.php
741number_format_i18nwp-includes/functions.php
742oembed_dataparsewp-includes/class-wp-oembed.php
743oembed_default_widthwp-includes/class-wp-oembed-controller.php
744oembed_discovery_linkswp-includes/embed.php
745oembed_endpoint_urlwp-includes/embed.php
746oembed_fetch_urlwp-includes/class-wp-oembed.php
747oembed_iframe_title_attributewp-includes/embed.php
748oembed_providerswp-includes/class-wp-oembed.php
749oembed_remote_get_argswp-includes/class-wp-oembed.php
750oembed_request_post_idwp-includes/class-wp-oembed-controller.phpwp-includes/embed.php
751oembed_response_datawp-includes/embed.php
752oembed_resultwp-includes/class-wp-oembed-controller.phpwp-includes/class-wp-oembed.php
753oembed_ttlwp-includes/class-wp-embed.php
754old_slug_redirect_post_idwp-includes/query.php
755old_slug_redirect_urlwp-includes/query.php
756option_wp-includes/class-wp-customize-widgets.php
757option_enable_xmlrpcwp-includes/class-wp-xmlrpc-server.php
758option_page_capability_{$option_page}wp-admin/options.php
759option_{$option}wp-includes/option.php
760override_load_textdomainwp-includes/l10n.php
761override_post_lockwp-admin/includes/post.php
762override_unload_textdomainwp-includes/l10n.php
763page_attributes_dropdown_pages_argswp-admin/includes/meta-boxes.php
764page_css_classwp-includes/class-walker-page.php
765page_linkwp-includes/link-template.php
766page_menu_link_attributeswp-includes/class-walker-page.php
767page_rewrite_ruleswp-includes/class-wp-rewrite.php
768page_row_actionswp-admin/includes/class-wp-posts-list-table.php
769page_template_hierarchywp-includes/block-template-utils.php
770paginate_linkswp-includes/general-template.php
771paginate_links_outputwp-includes/general-template.php
772parent_filewp-admin/menu-header.php
773parent_post_rel_linkwp-includes/deprecated.php
774parent_theme_file_pathwp-includes/link-template.php
775parent_theme_file_uriwp-includes/link-template.php
776password_change_emailwp-includes/user.php
777password_hintwp-includes/user.php
778password_reset_expirationwp-includes/user.php
779password_reset_key_expiredwp-includes/user.php
780phone_contentwp-mail.php
781pingback_ping_source_uriwp-includes/class-wp-xmlrpc-server.php
782pingback_useragentwp-includes/comment.php
783pings_openwp-includes/comment-template.php
784plugin_action_linkswp-admin/includes/class-wp-plugins-list-table.php
785plugin_action_links_{$plugin_file}wp-admin/includes/class-wp-plugins-list-table.php
786plugin_auto_update_debug_stringwp-admin/includes/class-wp-debug-data.php
787plugin_auto_update_setting_htmlwp-admin/includes/class-wp-plugins-list-table.php
788plugin_files_exclusionswp-admin/includes/plugin.php
789plugin_install_action_linkswp-admin/includes/class-wp-plugin-install-list-table.php
790plugin_install_descriptionwp-admin/includes/class-wp-plugin-install-list-table.php
791plugin_row_metawp-admin/includes/class-wp-plugins-list-table.php
792plugins_apiwp-admin/includes/plugin-install.php
793plugins_api_argswp-admin/includes/plugin-install.php
794plugins_api_resultwp-admin/includes/plugin-install.php
795plugins_auto_update_enabledwp-admin/includes/update.php
796plugins_listwp-admin/includes/class-wp-plugins-list-table.php
797plugins_update_check_localeswp-includes/update.phpwp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
798plugins_urlwp-includes/link-template.php
799plupload_default_paramswp-includes/media.php
800plupload_default_settingswp-includes/media.php
801plupload_initwp-admin/includes/media.php
802populate_network_metawp-admin/includes/schema.php
803populate_site_metawp-admin/includes/schema.php
804post_classwp-includes/post-template.php
805post_class_taxonomieswp-includes/post-template.php
806post_column_taxonomy_linkswp-admin/includes/class-wp-posts-list-table.php
807post_comments_feed_linkwp-includes/link-template.php
808post_comments_feed_link_htmlwp-includes/link-template.php
809post_comments_linkwp-includes/comment-template.php
810post_date_column_statuswp-admin/includes/class-wp-posts-list-table.php
811post_date_column_timewp-admin/includes/class-wp-posts-list-table.php
812post_edit_category_parent_dropdown_argswp-admin/includes/meta-boxes.php
813post_embed_urlwp-includes/embed.php
814post_format_rewrite_basewp-includes/taxonomy.php
815post_gallerywp-includes/media.php
816post_linkwp-includes/link-template.php
817post_link_categorywp-includes/link-template.php
818post_mime_typeswp-includes/post.php
819post_password_expireswp-login.php
820post_password_requiredwp-includes/post-template.php
821post_playlistwp-includes/media.php
822post_rewrite_ruleswp-includes/class-wp-rewrite.php
823post_row_actionswp-admin/includes/class-wp-posts-list-table.php
824post_search_columnswp-includes/class-wp-query.php
825post_thumbnail_htmlwp-includes/post-thumbnail-template.php
826post_thumbnail_idwp-includes/post-thumbnail-template.php
827post_thumbnail_sizewp-includes/post-thumbnail-template.php
828post_thumbnail_urlwp-includes/post-thumbnail-template.php
829post_type_archive_feed_linkwp-includes/link-template.php
830post_type_archive_linkwp-includes/link-template.php
831post_type_archive_titlewp-includes/general-template.php
832post_type_labels_{$post_type}wp-includes/post.php
833post_type_linkwp-includes/link-template.php
834post_types_to_delete_with_userwp-admin/includes/user.php
835post_updated_messageswp-admin/edit-form-advanced.php
836post_{$field}wp-includes/post.php
837postbox_classes_{$screen_id}_{$box_id}wp-admin/includes/post.php
838postmeta_form_keyswp-admin/includes/template.php
839postmeta_form_limitwp-admin/includes/template.php
840posts_request_idswp-includes/class-wp-query.php
841posts_search_orderbywp-includes/class-wp-query.php
842pre_add_site_option_{$option}wp-includes/option.php
843pre_attachment_url_to_postidwp-includes/media.php
844pre_cache_alloptionswp-includes/option.php
845pre_category_nicenamewp-includes/taxonomy.php
846pre_clear_scheduled_hookwp-includes/cron.php
847pre_comment_approvedwp-includes/comment.php
848pre_comment_author_emailwp-includes/comment.php
849pre_comment_author_namewp-includes/comment.php
850pre_comment_author_urlwp-includes/comment.php
851pre_comment_contentwp-includes/comment.php
852pre_comment_user_agentwp-includes/comment.php
853pre_comment_user_ipwp-includes/comment.php
854pre_count_userswp-includes/user.php
855pre_delete_attachmentwp-includes/post.php
856pre_delete_postwp-includes/post.php
857pre_determine_localewp-includes/l10n.php
858pre_do_shortcode_tagwp-includes/shortcodes.php
859pre_ent2ncrwp-includes/formatting.php
860pre_get_available_post_mime_typeswp-includes/post.php
861pre_get_avatarwp-includes/pluggable.php
862pre_get_avatar_datawp-includes/link-template.php
863pre_get_block_file_templatewp-includes/block-template-utils.php
864pre_get_block_templatewp-includes/block-template-utils.php
865pre_get_block_templateswp-includes/block-template-utils.php
866pre_get_blogs_of_userwp-includes/user.php
867pre_get_col_charsetwp-includes/class-wpdb.php
868pre_get_document_titlewp-includes/general-template.php
869pre_get_language_files_from_pathwp-includes/class-wp-textdomain-registry.php
870pre_get_lastpostmodifiedwp-includes/post.php
871pre_get_main_site_idwp-includes/class-wp-network.php
872pre_get_network_by_pathwp-includes/class-wp-network.php
873pre_get_ready_cron_jobswp-includes/cron.php
874pre_get_scheduled_eventwp-includes/cron.php
875pre_get_shortlinkwp-includes/link-template.php
876pre_get_site_by_pathwp-includes/ms-load.php
877pre_get_space_usedwp-includes/ms-functions.php
878pre_get_table_charsetwp-includes/class-wpdb.php
879pre_handle_404wp-includes/class-wp.php
880pre_http_requestwp-includes/class-wp-http.php
881pre_http_send_through_proxywp-includes/class-wp-http-proxy.php
882pre_insert_termwp-includes/taxonomy.php
883pre_kseswp-includes/kses.php
884pre_load_script_translationswp-includes/l10n.php
885pre_load_textdomainwp-includes/l10n.php
886pre_months_dropdown_querywp-admin/includes/class-wp-list-table.php
887pre_move_uploaded_filewp-admin/includes/file.php
888pre_oembed_resultwp-includes/class-wp-oembed.php
889pre_optionwp-includes/option.php
890pre_option_enable_xmlrpcwp-includes/class-wp-xmlrpc-server.php
891pre_option_{$option}wp-includes/option.php
892pre_post_linkwp-includes/link-template.php
893pre_post_{$field}wp-includes/post.php
894pre_prepare_themes_for_jswp-admin/includes/theme.php
895pre_recurse_dirsizewp-includes/functions.php
896pre_redirect_guess_404_permalinkwp-includes/canonical.php
897pre_remote_sourcewp-includes/class-wp-xmlrpc-server.php
898pre_render_blockwp-includes/blocks.phpwp-includes/class-wp-block.php
899pre_reschedule_eventwp-includes/cron.php
900pre_schedule_eventwp-includes/cron.php
901pre_set_site_transient_{$transient}wp-includes/option.php
902pre_set_theme_mod_{$name}wp-includes/theme.php
903pre_set_transient_{$transient}wp-includes/option.php
904pre_site_option_{$option}wp-includes/option.php
905pre_site_transient_{$transient}wp-includes/option.php
906pre_term_linkwp-includes/taxonomy.php
907pre_term_{$field}wp-includes/taxonomy.php
908pre_transient_{$transient}wp-includes/option.php
909pre_trash_postwp-includes/post.phpwp-includes/class-wp-customize-manager.php
910pre_unschedule_eventwp-includes/cron.php
911pre_unschedule_hookwp-includes/cron.php
912pre_untrash_postwp-includes/post.php
913pre_unzip_filewp-admin/includes/file.php
914pre_update_optionwp-includes/option.php
915pre_update_option_{$option}wp-includes/option.php
916pre_update_site_option_{$option}wp-includes/option.php
917pre_upload_errorwp-includes/class-wp-xmlrpc-server.php
918pre_user_descriptionwp-includes/user.php
919pre_user_display_namewp-includes/user.php
920pre_user_emailwp-includes/user.php
921pre_user_first_namewp-includes/user.php
922pre_user_idwp-includes/comment.php
923pre_user_last_namewp-includes/user.php
924pre_user_loginwp-admin/user-new.phpwp-includes/user.php
925pre_user_nicenamewp-includes/user.php
926pre_user_nicknamewp-includes/user.php
927pre_user_urlwp-includes/user.php
928pre_user_{$field}wp-includes/user.php
929pre_wp_filesizewp-includes/functions.php
930pre_wp_get_https_detection_errorswp-includes/https-detection.php
931pre_wp_get_loading_optimization_attributeswp-includes/media.php
932pre_wp_is_site_initializedwp-includes/ms-site.php
933pre_wp_list_authors_post_counts_querywp-includes/author-template.php
934pre_wp_load_alloptionswp-includes/option.php
935pre_wp_mailwp-includes/pluggable.php
936pre_wp_nav_menuwp-includes/nav-menu-template.php
937pre_wp_setup_nav_menu_itemwp-includes/nav-menu.php
938pre_wp_unique_filename_file_listwp-includes/functions.php
939pre_wp_unique_post_slugwp-includes/post.php
940pre_wp_update_comment_count_nowwp-includes/comment.php
941pre_wp_update_https_detection_errorswp-includes/deprecated.php
942pre_{$field}wp-includes/post.phpwp-includes/user.phpwp-includes/bookmark.php
943pre_{$taxonomy}_{$field}wp-includes/taxonomy.php
944prepend_attachmentwp-includes/post-template.php
945preprocess_commentwp-includes/comment.php
946preview_post_linkwp-includes/link-template.php
947previous_comments_link_attributeswp-includes/link-template.php
948previous_posts_link_attributeswp-includes/link-template.php
949print_admin_styleswp-includes/script-loader.php
950print_footer_scriptswp-includes/script-loader.php
951print_head_scriptswp-includes/script-loader.php
952print_late_styleswp-includes/script-loader.php
953print_scripts_arraywp-includes/class-wp-scripts.php
954print_styles_arraywp-includes/class-wp-styles.php
955privacy_on_link_textwp-admin/includes/dashboard.php
956privacy_on_link_titlewp-admin/includes/dashboard.php
957privacy_policy_urlwp-includes/link-template.php
958private_title_formatwp-includes/post-template.php
959process_text_diff_htmlwp-includes/class-wp-text-diff-renderer-table.php
960protected_title_formatwp-includes/post-template.php
961querywp-includes/class-wpdb.php
962query_loop_block_query_varswp-includes/blocks.php
963query_varswp-includes/class-wp.php
964quick_edit_dropdown_authors_argswp-admin/includes/class-wp-posts-list-table.php
965quick_edit_dropdown_pages_argswp-admin/includes/class-wp-posts-list-table.php
966quick_edit_enabled_for_post_typewp-admin/includes/class-wp-posts-list-table.php
967quick_edit_enabled_for_taxonomywp-admin/includes/class-wp-terms-list-table.php
968quick_edit_show_taxonomywp-admin/includes/ajax-actions.phpwp-admin/includes/class-wp-posts-list-table.php
969quicktags_settingswp-includes/class-wp-editor.php
970random_passwordwp-includes/pluggable.php
971recovery_email_debug_infowp-includes/class-wp-recovery-mode-email-service.php
972recovery_email_support_infowp-includes/class-wp-recovery-mode-email-service.php
973recovery_mode_begin_urlwp-includes/class-wp-recovery-mode-link-service.php
974recovery_mode_cookie_lengthwp-includes/class-wp-recovery-mode-cookie-service.php
975recovery_mode_emailwp-includes/class-wp-recovery-mode-email-service.php
976recovery_mode_email_link_ttlwp-includes/class-wp-recovery-mode.php
977recovery_mode_email_rate_limitwp-includes/class-wp-recovery-mode.php
978redirect_canonicalwp-includes/canonical.php
979redirect_network_admin_requestwp-admin/network/admin.php
980redirect_post_locationwp-admin/includes/post.php
981redirect_term_locationwp-admin/edit-tags.php
982redirect_user_admin_requestwp-admin/user/admin.php
983registerwp-includes/general-template.phpwp-login.php
984register_block_type_argswp-includes/class-wp-block-type.php
985register_meta_argswp-includes/meta.php
986register_post_type_argswp-includes/class-wp-post-type.php
987register_setting_argswp-includes/option.php
988register_sidebar_defaultswp-includes/widgets.php
989register_taxonomy_argswp-includes/class-wp-taxonomy.php
990register_urlwp-includes/general-template.php
991register_{$post_type}_post_type_argswp-includes/class-wp-post-type.php
992register_{$taxonomy}_taxonomy_argswp-includes/class-wp-taxonomy.php
993registration_errorswp-includes/user.php
994registration_redirectwp-login.php
995removable_query_argswp-includes/functions.php
996render_blockwp-includes/class-wp-block.php
997render_block_contextwp-includes/blocks.phpwp-includes/class-wp-block.php
998render_block_datawp-includes/blocks.phpwp-includes/class-wp-block.php
999render_block_{$this->name}wp-includes/class-wp-block.php
1000replace_editorwp-admin/post-new.phpwp-admin/post.phpwp-admin/includes/class-wp-screen.php
1001requestwp-includes/class-wp.php
1002request_filesystem_credentialswp-admin/includes/file.php
1003respond_linkwp-includes/comment-template.php
1004rest_allow_anonymous_commentswp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1005rest_allowed_cors_headerswp-includes/rest-api/class-wp-rest-server.php
1006rest_authentication_errorswp-includes/rest-api/class-wp-rest-server.php
1007rest_avatar_sizeswp-includes/rest-api.php
1008rest_block_directory_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
1009rest_comment_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1010rest_comment_querywp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1011rest_comment_trashablewp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1012rest_dispatch_requestwp-includes/rest-api/class-wp-rest-server.php
1013rest_endpointswp-includes/rest-api/class-wp-rest-server.php
1014rest_endpoints_descriptionwp-includes/rest-api/class-wp-rest-server.php
1015rest_envelope_responsewp-includes/rest-api/class-wp-rest-server.php
1016rest_exposed_cors_headerswp-includes/rest-api/class-wp-rest-server.php
1017rest_font_collections_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php
1018rest_get_max_batch_sizewp-includes/rest-api/class-wp-rest-server.php
1019rest_indexwp-includes/rest-api/class-wp-rest-server.php
1020rest_json_encode_optionswp-includes/rest-api/class-wp-rest-server.php
1021rest_jsonp_enabledwp-includes/load.phpwp-includes/rest-api/class-wp-rest-server.php
1022rest_namespace_indexwp-includes/rest-api/class-wp-rest-server.php
1023rest_oembed_ttlwp-includes/class-wp-oembed-controller.php
1024rest_pattern_directory_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
1025rest_post_dispatchwp-includes/rest-api.phpwp-includes/rest-api/class-wp-rest-server.php
1026rest_post_format_search_querywp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php
1027rest_post_search_querywp-includes/rest-api/search/class-wp-rest-post-search-handler.php
1028rest_pre_dispatchwp-includes/rest-api/class-wp-rest-server.php
1029rest_pre_echo_responsewp-includes/rest-api/class-wp-rest-server.php
1030rest_pre_get_settingwp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
1031rest_pre_insert_application_passwordwp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
1032rest_pre_insert_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1033rest_pre_insert_nav_menu_itemwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
1034rest_pre_insert_userwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
1035rest_pre_insert_{$this->post_type}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
1036rest_pre_insert_{$this->taxonomy}wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
1037rest_pre_serve_requestwp-includes/rest-api/class-wp-rest-server.php
1038rest_pre_update_settingwp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
1039rest_prepare_application_passwordwp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
1040rest_prepare_attachmentwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
1041rest_prepare_autosavewp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
1042rest_prepare_block_patternwp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
1043rest_prepare_block_typewp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
1044rest_prepare_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1045rest_prepare_font_collectionwp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php
1046rest_prepare_menu_locationwp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php
1047rest_prepare_nav_menu_itemwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
1048rest_prepare_pluginwp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
1049rest_prepare_post_typewp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
1050rest_prepare_revisionwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
1051rest_prepare_sidebarwp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
1052rest_prepare_statuswp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
1053rest_prepare_taxonomywp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
1054rest_prepare_themewp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
1055rest_prepare_url_detailswp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
1056rest_prepare_userwp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
1057rest_prepare_widgetwp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
1058rest_prepare_widget_typewp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
1059rest_prepare_wp_font_facewp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php
1060rest_prepare_wp_font_familywp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php
1061rest_prepare_{$this->post_type}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
1062rest_prepare_{$this->taxonomy}wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
1063rest_preprocess_commentwp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1064rest_queried_resource_routewp-includes/rest-api.php
1065rest_query_var-{$key}wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
1066rest_request_after_callbackswp-includes/rest-api/class-wp-rest-server.php
1067rest_request_before_callbackswp-includes/rest-api/class-wp-rest-server.php
1068rest_request_from_urlwp-includes/rest-api/class-wp-rest-request.php
1069rest_request_parameter_orderwp-includes/rest-api/class-wp-rest-request.php
1070rest_response_link_curieswp-includes/rest-api/class-wp-rest-response.php
1071rest_revision_querywp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
1072rest_route_datawp-includes/rest-api/class-wp-rest-server.php
1073rest_route_for_postwp-includes/rest-api.php
1074rest_route_for_post_type_itemswp-includes/rest-api.php
1075rest_route_for_taxonomy_itemswp-includes/rest-api.php
1076rest_route_for_termwp-includes/rest-api.php
1077rest_send_nocache_headerswp-includes/rest-api/class-wp-rest-server.php
1078rest_term_search_querywp-includes/rest-api/search/class-wp-rest-term-search-handler.php
1079rest_themes_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
1080rest_urlwp-includes/rest-api.php
1081rest_url_details_cache_expirationwp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
1082rest_url_details_http_request_argswp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php
1083rest_url_prefixwp-includes/rest-api.php
1084rest_user_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
1085rest_user_querywp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
1086rest_wp_font_face_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php
1087rest_wp_font_family_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php
1088rest_{$this->post_type}_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
1089rest_{$this->post_type}_item_schemawp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
1090rest_{$this->post_type}_querywp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
1091rest_{$this->post_type}_trashablewp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
1092rest_{$this->taxonomy}_collection_paramswp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
1093rest_{$this->taxonomy}_querywp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
1094retrieve_password_messagewp-includes/user.php
1095retrieve_password_notification_emailwp-includes/user.php
1096retrieve_password_titlewp-includes/user.php
1097revision_text_diff_optionswp-admin/includes/revision.php
1098rewrite_rules_arraywp-includes/class-wp-rewrite.php
1099richedit_prewp-includes/deprecated.php
1100robots_txtwp-includes/functions.php
1101role_has_capwp-includes/class-wp-role.php
1102root_rewrite_ruleswp-includes/class-wp-rewrite.php
1103rss_enclosurewp-includes/feed.php
1104rss_update_frequencywp-includes/feed-rdf.phpwp-includes/feed-rss2-comments.phpwp-includes/feed-rss2.php
1105rss_update_periodwp-includes/feed-rdf.phpwp-includes/feed-rss2-comments.phpwp-includes/feed-rss2.php
1106rss_widget_feed_linkwp-includes/widgets/class-wp-widget-rss.php
1107run_wptexturizewp-includes/formatting.php
1108safecss_filter_attr_allow_csswp-includes/kses.php
1109saltwp-includes/pluggable.php
1110sanitize_emailwp-includes/formatting.php
1111sanitize_file_namewp-includes/formatting.php
1112sanitize_file_name_charswp-includes/formatting.php
1113sanitize_html_classwp-includes/formatting.php
1114sanitize_keywp-includes/formatting.php
1115sanitize_locale_namewp-includes/formatting.php
1116sanitize_mime_typewp-includes/formatting.php
1117sanitize_option_{$option}wp-includes/formatting.php
1118sanitize_text_fieldwp-includes/formatting.php
1119sanitize_textarea_fieldwp-includes/formatting.php
1120sanitize_titlewp-includes/formatting.php
1121sanitize_trackback_urlswp-includes/formatting.php
1122sanitize_userwp-includes/formatting.php
1123sanitize_{$object_type}_meta_{$meta_key}wp-includes/meta.php
1124sanitize_{$object_type}_meta_{$meta_key}_for_{$object_subtype}wp-includes/meta.php
1125schedule_eventwp-includes/cron.php
1126screen_layout_columnswp-admin/includes/class-wp-screen.php
1127screen_options_show_screenwp-admin/includes/class-wp-screen.php
1128screen_options_show_submitwp-admin/includes/class-wp-screen.php
1129screen_settingswp-admin/includes/class-wp-screen.php
1130script_loader_srcwp-includes/formatting.phpwp-includes/class-wp-scripts.phpwp-includes/script-loader.php
1131script_loader_tagwp-includes/class-wp-scripts.php
1132script_module_data_{$module_id}wp-includes/class-wp-script-modules.php
1133script_module_loader_srcwp-includes/class-wp-script-modules.php
1134search_feed_linkwp-includes/link-template.php
1135search_form_argswp-includes/general-template.php
1136search_form_formatwp-includes/general-template.php
1137search_linkwp-includes/link-template.php
1138search_rewrite_ruleswp-includes/class-wp-rewrite.php
1139secure_auth_cookiewp-includes/pluggable.php
1140secure_auth_redirectwp-includes/pluggable.php
1141secure_logged_in_cookiewp-includes/pluggable.php
1142secure_signon_cookiewp-includes/user.php
1143self_admin_urlwp-includes/link-template.php
1144self_linkwp-includes/feed.php
1145send_auth_cookieswp-includes/pluggable.php
1146send_core_update_notification_emailwp-admin/includes/class-wp-automatic-updater.php
1147send_email_change_emailwp-includes/user.php
1148send_network_admin_email_change_emailwp-includes/ms-functions.php
1149send_new_site_emailwp-includes/ms-functions.php
1150send_password_change_emailwp-includes/user.php
1151send_retrieve_password_emailwp-includes/user.php
1152send_site_admin_email_change_emailwp-includes/functions.php
1153session_token_managerwp-includes/class-wp-session-tokens.php
1154set-screen-optionwp-admin/includes/misc.php
1155set_screen_option_{$option}wp-admin/includes/misc.php
1156set_url_schemewp-includes/link-template.php
1157shake_error_codeswp-login.php
1158shortcode_atts_{$shortcode}wp-includes/shortcodes.php
1159shortcut_linkwp-includes/deprecated.php
1160should_load_block_editor_scripts_and_styleswp-includes/script-loader.php
1161should_load_remote_block_patternswp-includes/block-patterns.php
1162should_load_separate_core_block_assetswp-includes/script-loader.php
1163show_admin_barwp-includes/admin-bar.php
1164show_advanced_pluginswp-admin/includes/class-wp-plugins-list-table.php
1165show_network_active_pluginswp-admin/includes/class-wp-plugins-list-table.php
1166show_network_site_users_add_existing_formwp-admin/network/site-users.php
1167show_network_site_users_add_new_formwp-admin/network/site-users.php
1168show_password_fieldswp-admin/user-edit.php
1169show_post_locked_dialogwp-admin/includes/post.phpwp-admin/edit-form-blocks.php
1170show_recent_comments_widget_stylewp-includes/widgets/class-wp-widget-recent-comments.php
1171sidebars_widgetswp-includes/widgets.php
1172signup_another_blog_initwp-signup.php
1173signup_blog_initwp-signup.php
1174signup_get_available_languageswp-signup.php
1175signup_site_metawp-includes/ms-functions.php
1176signup_user_initwp-signup.php
1177signup_user_metawp-includes/ms-functions.php
1178single_cat_titlewp-includes/general-template.php
1179single_post_titlewp-includes/general-template.php
1180single_tag_titlewp-includes/general-template.php
1181single_term_titlewp-includes/general-template.php
1182site_admin_email_change_emailwp-includes/functions.php
1183site_allowed_themeswp-includes/class-wp-theme.php
1184site_by_path_segments_countwp-includes/ms-load.php
1185site_detailswp-includes/class-wp-site.php
1186site_editor_no_javascript_messagewp-admin/site-editor.php
1187site_health_navigation_tabswp-admin/site-health.php
1188site_health_test_rest_capability_{$check}wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
1189site_icon_attachment_metadatawp-admin/includes/class-wp-site-icon.php
1190site_icon_image_sizeswp-admin/includes/class-wp-site-icon.php
1191site_icon_meta_tagswp-includes/general-template.php
1192site_option_{$option}wp-includes/option.php
1193site_search_columnswp-includes/class-wp-site-query.php
1194site_status_autoloaded_options_action_to_performwp-admin/includes/class-wp-site-health.php
1195site_status_autoloaded_options_limit_descriptionwp-admin/includes/class-wp-site-health.php
1196site_status_autoloaded_options_size_limitwp-admin/includes/class-wp-site-health.php
1197site_status_available_object_cache_serviceswp-admin/includes/class-wp-site-health.php
1198site_status_good_response_time_thresholdwp-admin/includes/class-wp-site-health.php
1199site_status_page_cache_supported_cache_headerswp-admin/includes/class-wp-site-health.php
1200site_status_persistent_object_cache_noteswp-admin/includes/class-wp-site-health.php
1201site_status_should_suggest_persistent_object_cachewp-admin/includes/class-wp-site-health.php
1202site_status_test_php_moduleswp-admin/includes/class-wp-site-health.php
1203site_status_test_resultwp-admin/includes/class-wp-site-health.php
1204site_status_testswp-admin/includes/class-wp-site-health.php
1205site_transient_{$transient}wp-includes/option.php
1206site_urlwp-includes/link-template.phpwp-includes/https-detection.php
1207smilieswp-includes/functions.php
1208smilies_srcwp-includes/formatting.php
1209split_the_querywp-includes/class-wp-query.php
1210status_headerwp-includes/functions.php
1211strict_redirect_guess_404_permalinkwp-includes/canonical.php
1212strip_shortcodes_tagnameswp-includes/shortcodes.php
1213style_loader_srcwp-includes/class-wp-styles.php
1214style_loader_tagwp-includes/class-wp-styles.php
1215styles_inline_size_limitwp-includes/script-loader.php
1216stylesheetwp-includes/theme.php
1217stylesheet_directorywp-includes/theme.php
1218stylesheet_directory_uriwp-includes/theme.php
1219stylesheet_uriwp-includes/theme.php
1220subdirectory_reserved_nameswp-includes/ms-functions.php
1221submenu_filewp-admin/menu-header.php
1222tables_to_repairwp-admin/maint/repair.php
1223tag_cloud_sortwp-includes/category-template.php
1224tag_escapewp-includes/formatting.php
1225tag_feed_linkwp-includes/link-template.php
1226tag_linkwp-includes/taxonomy.php
1227tag_row_actionswp-admin/includes/class-wp-terms-list-table.php
1228taxonomy_feed_linkwp-includes/link-template.php
1229taxonomy_labels_{$taxonomy}wp-includes/taxonomy.php
1230taxonomy_parent_dropdown_argswp-admin/edit-tags.phpwp-admin/edit-tag-form.php
1231teeny_mce_before_initwp-includes/class-wp-editor.php
1232teeny_mce_buttonswp-includes/class-wp-editor.php
1233templatewp-includes/theme.php
1234template_directorywp-includes/theme.php
1235template_directory_uriwp-includes/theme.php
1236template_includewp-includes/template-loader.php
1237term_exists_default_query_argswp-includes/taxonomy.php
1238term_id_filterwp-includes/taxonomy.php
1239term_linkwp-includes/taxonomy.php
1240term_links-{$taxonomy}wp-includes/category-template.php
1241term_namewp-admin/includes/class-wp-terms-list-table.php
1242term_search_min_charswp-admin/includes/ajax-actions.php
1243term_updated_messageswp-admin/includes/edit-tag-messages.php
1244term_{$field}wp-includes/taxonomy.php
1245term_{$field}_rsswp-includes/taxonomy.php
1246terms_clauseswp-includes/class-wp-term-query.php
1247terms_to_editwp-admin/includes/taxonomy.php
1248the_authorwp-includes/author-template.php
1249the_author_linkwp-includes/author-template.php
1250the_author_posts_linkwp-includes/author-template.php
1251the_author_{$field}wp-includes/author-template.php
1252the_categorywp-admin/includes/class-walker-category-checklist.phpwp-admin/includes/template.phpwp-admin/edit-tags.phpwp-includes/category-template.php
1253the_category_listwp-includes/category-template.php
1254the_category_rsswp-includes/feed.php
1255the_contentwp-includes/blocks/post-content.phpwp-includes/blocks/navigation.phpwp-includes/blocks.phpwp-includes/feed.phpwp-includes/formatting.phpwp-includes/post-template.phpwp-includes/comment.phpwp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
1256the_content_exportwp-admin/includes/export.php
1257the_content_feedwp-includes/feed.php
1258the_content_more_linkwp-includes/post-template.php
1259the_content_rsswp-includes/deprecated.php
1260the_datewp-includes/general-template.php
1261the_editor_contentwp-includes/class-wp-editor.phpwp-includes/widgets/class-wp-widget-text.php
1262the_excerptwp-includes/post-template.phpwp-includes/comment.phpwp-includes/rest-api/endpoints/class-wp-rest-posts-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
1263the_excerpt_embedwp-includes/embed.php
1264the_excerpt_exportwp-admin/includes/export.php
1265the_excerpt_rsswp-includes/feed.php
1266the_feed_linkwp-includes/link-template.php
1267the_generatorwp-includes/general-template.php
1268the_guidwp-includes/post-template.php
1269the_meta_keywp-includes/post-template.php
1270the_modified_authorwp-includes/author-template.php
1271the_modified_datewp-includes/general-template.php
1272the_modified_timewp-includes/general-template.php
1273the_password_formwp-includes/post-template.php
1274the_permalinkwp-includes/comment-template.phpwp-includes/link-template.php
1275the_permalink_rsswp-includes/feed.php
1276the_post_thumbnail_captionwp-includes/post-thumbnail-template.php
1277the_posts_pagination_argswp-includes/link-template.php
1278the_privacy_policy_linkwp-includes/link-template.php
1279the_search_querywp-includes/general-template.php
1280the_shortlinkwp-includes/link-template.php
1281the_tagswp-includes/category-template.php
1282the_termswp-includes/category-template.php
1283the_timewp-includes/general-template.php
1284the_titlewp-admin/includes/class-walker-nav-menu-checklist.phpwp-admin/includes/class-wp-posts-list-table.phpwp-includes/post-template.phpwp-includes/link-template.phpwp-includes/class-walker-page.phpwp-includes/comment.phpwp-includes/nav-menu.phpwp-includes/class-walker-nav-menu.phpwp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.phpwp-includes/rest-api/endpoints/class-wp-rest-templates-controller.phpwp-includes/general-template.phpwp-includes/customize/class-wp-customize-nav-menu-item-setting.phpwp-includes/deprecated.php
1285the_title_exportwp-admin/includes/export.php
1286the_title_rsswp-includes/feed.phpwp-includes/feed-atom-comments.phpwp-includes/feed-rss2-comments.php
1287the_weekdaywp-includes/general-template.php
1288the_weekday_datewp-includes/general-template.php
1289theme_action_linkswp-admin/includes/class-wp-themes-list-table.phpwp-admin/includes/class-wp-ms-themes-list-table.php
1290theme_action_links_{$stylesheet}wp-admin/includes/class-wp-themes-list-table.phpwp-admin/includes/class-wp-ms-themes-list-table.php
1291theme_auto_update_debug_stringwp-admin/includes/class-wp-debug-data.php
1292theme_auto_update_setting_htmlwp-admin/includes/class-wp-ms-themes-list-table.php
1293theme_auto_update_setting_templatewp-admin/themes.php
1294theme_file_pathwp-includes/global-styles-and-settings.phpwp-includes/class-wp-theme.phpwp-includes/link-template.php
1295theme_file_uriwp-includes/link-template.php
1296theme_install_actionswp-admin/includes/class-wp-theme-install-list-table.php
1297theme_mod_{$name}wp-includes/theme.php
1298theme_rootwp-includes/theme.php
1299theme_root_uriwp-includes/theme.php
1300theme_row_metawp-admin/includes/class-wp-ms-themes-list-table.php
1301theme_scandir_exclusionswp-includes/class-wp-theme.php
1302theme_templateswp-includes/class-wp-theme.php
1303theme_{$post_type}_templateswp-includes/class-wp-theme.php
1304themes_apiwp-admin/includes/theme.php
1305themes_api_argswp-admin/includes/theme.php
1306themes_api_resultwp-admin/includes/theme.php
1307themes_auto_update_enabledwp-admin/includes/update.php
1308themes_update_check_localeswp-includes/update.php
1309thread_comments_depth_maxwp-admin/options-discussion.php
1310time_formatswp-admin/options-general.php
1311tiny_mce_before_initwp-includes/class-wp-editor.phpwp-includes/script-loader.php
1312tiny_mce_pluginswp-includes/class-wp-editor.phpwp-includes/script-loader.php
1313title_save_prewp-includes/customize/class-wp-customize-nav-menu-item-setting.php
1314trackback_urlwp-includes/comment-template.php
1315transient_{$transient}wp-includes/option.php
1316translation_file_formatwp-includes/l10n.php
1317translations_apiwp-admin/includes/translation-install.php
1318translations_api_resultwp-admin/includes/translation-install.php
1319type_url_form_mediawp-admin/includes/media.php
1320unzip_filewp-admin/includes/file.php
1321unzip_file_use_ziparchivewp-admin/includes/file.php
1322update_attached_filewp-includes/post.php
1323update_bulk_plugins_complete_actionswp-admin/includes/class-bulk-plugin-upgrader-skin.php
1324update_bulk_theme_complete_actionswp-admin/includes/class-bulk-theme-upgrader-skin.php
1325update_custom_css_datawp-includes/theme.php
1326update_feedbackwp-admin/includes/update-core.phpwp-admin/includes/class-core-upgrader.php
1327update_footerwp-admin/admin-footer.php
1328update_plugin_complete_actionswp-admin/includes/class-plugin-upgrader-skin.php
1329update_plugins_{$hostname}wp-includes/update.php
1330update_post_term_count_statuseswp-includes/taxonomy.php
1331update_right_now_textwp-admin/includes/update.php
1332update_theme_complete_actionswp-admin/includes/class-theme-upgrader-skin.php
1333update_themes_{$hostname}wp-includes/update.php
1334update_translations_complete_actionswp-admin/includes/class-language-pack-upgrader-skin.php
1335update_welcome_emailwp-includes/ms-functions.php
1336update_welcome_subjectwp-includes/ms-functions.php
1337update_welcome_user_emailwp-includes/ms-functions.php
1338update_welcome_user_subjectwp-includes/ms-functions.php
1339update_{$meta_type}_metadatawp-includes/meta.php
1340update_{$meta_type}_metadata_by_midwp-includes/meta.php
1341update_{$meta_type}_metadata_cachewp-includes/meta.php
1342upgrader_clear_destinationwp-admin/includes/class-wp-upgrader.php
1343upgrader_install_package_resultwp-admin/includes/class-wp-upgrader.php
1344upgrader_package_optionswp-admin/includes/class-wp-upgrader.php
1345upgrader_post_installwp-admin/includes/class-wp-upgrader.php
1346upgrader_pre_downloadwp-admin/includes/class-wp-upgrader.php
1347upgrader_pre_installwp-admin/includes/class-wp-upgrader.php
1348upgrader_source_selectionwp-admin/includes/class-wp-upgrader.php
1349upload_dirwp-includes/functions.php
1350upload_mimeswp-includes/functions.php
1351upload_per_pagewp-admin/includes/post.php
1352upload_post_paramswp-admin/includes/media.php
1353upload_size_limitwp-includes/media.php
1354url_to_postidwp-includes/rewrite.php
1355use_block_editor_for_postwp-includes/post.php
1356use_block_editor_for_post_typewp-includes/post.php
1357use_curl_transportwp-includes/class-wp-http-curl.php
1358use_default_gallery_stylewp-includes/media.php
1359use_google_chrome_framewp-includes/vars.php
1360use_streams_transportwp-includes/class-wp-http-streams.php
1361user_admin_urlwp-includes/link-template.php
1362user_can_richeditwp-includes/general-template.php
1363user_contactmethodswp-includes/user.php
1364user_dashboard_urlwp-includes/link-template.php
1365user_erasure_fulfillment_email_contentwp-includes/user.php
1366user_erasure_fulfillment_email_headerswp-includes/user.php
1367user_erasure_fulfillment_email_subjectwp-includes/user.php
1368user_erasure_fulfillment_email_towp-includes/user.php
1369user_has_capwp-includes/class-wp-user.php
1370user_profile_picture_descriptionwp-admin/user-edit.php
1371user_registration_emailwp-includes/user.php
1372user_request_action_confirmed_messagewp-includes/user.php
1373user_request_action_descriptionwp-includes/user.php
1374user_request_action_email_contentwp-includes/user.php
1375user_request_action_email_headerswp-includes/user.php
1376user_request_action_email_subjectwp-includes/user.php
1377user_request_confirmed_email_contentwp-includes/user.php
1378user_request_confirmed_email_headerswp-includes/user.php
1379user_request_confirmed_email_subjectwp-includes/user.php
1380user_request_confirmed_email_towp-includes/user.php
1381user_request_key_expirationwp-admin/includes/privacy-tools.phpwp-includes/user.php
1382user_row_actionswp-admin/includes/class-wp-users-list-table.php
1383user_search_columnswp-includes/class-wp-user-query.php
1384user_trailingslashitwp-includes/link-template.php
1385user_{$field}wp-includes/user.php
1386user_{$name}_labelwp-admin/user-edit.php
1387username_existswp-includes/user.php
1388users_have_additional_contentwp-admin/users.php
1389users_list_table_query_argswp-admin/includes/class-wp-users-list-table.phpwp-admin/includes/class-wp-ms-users-list-table.php
1390validate_current_themewp-includes/theme.php
1391validate_usernamewp-includes/user.php
1392view_mode_post_typeswp-admin/includes/class-wp-screen.php
1393views_{$this->screen->id}wp-admin/includes/class-wp-plugin-install-list-table.phpwp-admin/includes/class-wp-list-table.phpwp-admin/includes/class-wp-media-list-table.php
1394walker_nav_menu_start_elwp-includes/class-walker-nav-menu.php
1395widget_block_dynamic_classnamewp-includes/widgets/class-wp-widget-block.php
1396widget_categories_argswp-includes/widgets/class-wp-widget-categories.php
1397widget_categories_dropdown_argswp-includes/widgets/class-wp-widget-categories.php
1398widget_custom_html_contentwp-includes/widgets/class-wp-widget-custom-html.php
1399widget_customizer_setting_argswp-includes/class-wp-customize-widgets.php
1400widget_display_callbackwp-includes/widgets.phpwp-includes/class-wp-widget.php
1401widget_form_callbackwp-includes/class-wp-widget.php
1402widget_links_argswp-includes/widgets/class-wp-widget-links.php
1403widget_nav_menu_argswp-includes/widgets/class-wp-nav-menu-widget.php
1404widget_textwp-includes/widgets/class-wp-widget-custom-html.phpwp-includes/widgets/class-wp-widget-text.php
1405widget_text_contentwp-includes/widgets/class-wp-widget-text.php
1406widget_titlewp-includes/widgets/class-wp-widget-tag-cloud.phpwp-includes/widgets/class-wp-widget-archives.phpwp-includes/widgets/class-wp-widget-meta.phpwp-includes/widgets/class-wp-widget-media.phpwp-includes/widgets/class-wp-widget-recent-posts.phpwp-includes/widgets/class-wp-widget-search.phpwp-includes/widgets/class-wp-widget-pages.phpwp-includes/widgets/class-wp-widget-custom-html.phpwp-includes/widgets/class-wp-widget-categories.phpwp-includes/widgets/class-wp-widget-recent-comments.phpwp-includes/widgets/class-wp-nav-menu-widget.phpwp-includes/widgets/class-wp-widget-calendar.phpwp-includes/widgets/class-wp-widget-rss.phpwp-includes/widgets/class-wp-widget-text.php
1407widget_update_callbackwp-includes/class-wp-widget.php
1408widget_{$this->id_base}_instancewp-includes/widgets/class-wp-widget-media.php
1409widget_{$this->id_base}_instance_schemawp-includes/widgets/class-wp-widget-media.phpwp-includes/widgets/class-wp-widget-media-gallery.php
1410wp_admin_bar_classwp-includes/admin-bar.php
1411wp_admin_bar_show_site_iconswp-includes/admin-bar.php
1412wp_admin_canonical_urlwp-admin/includes/misc.php
1413wp_admin_csswp-includes/general-template.php
1414wp_admin_css_uriwp-includes/general-template.php
1415wp_admin_notice_argswp-includes/functions.php
1416wp_admin_notice_markupwp-includes/functions.php
1417wp_ajax_cropped_attachment_idwp-admin/includes/ajax-actions.php
1418wp_ajax_cropped_attachment_metadatawp-admin/includes/ajax-actions.php
1419wp_allow_query_attachment_by_filenamewp-includes/class-wp-query.php
1420wp_anonymize_commentwp-includes/comment.php
1421wp_audio_embed_handlerwp-includes/embed.php
1422wp_audio_extensionswp-includes/media.php
1423wp_audio_shortcodewp-includes/media.php
1424wp_audio_shortcode_classwp-includes/media.php
1425wp_audio_shortcode_librarywp-includes/media.phpwp-includes/widgets/class-wp-widget-media-audio.phpwp-includes/script-loader.php
1426wp_audio_shortcode_overridewp-includes/media.php
1427wp_auth_check_loadwp-includes/functions.php
1428wp_auth_check_same_domainwp-includes/functions.php
1429wp_authenticate_userwp-includes/user.php
1430wp_authorize_application_redirect_url_invalid_protocolswp-admin/includes/user.php
1431wp_autoload_values_to_autoloadwp-includes/option.php
1432wp_cache_themes_persistentlywp-includes/theme.phpwp-includes/class-wp-theme.php
1433wp_calculate_image_sizeswp-includes/media.php
1434wp_calculate_image_srcsetwp-includes/media.php
1435wp_calculate_image_srcset_metawp-includes/media.php
1436wp_check_filetype_and_extwp-includes/functions.php
1437wp_check_post_lock_windowwp-admin/includes/post.phpwp-admin/includes/ajax-actions.php
1438wp_checkdatewp-includes/functions.php
1439wp_code_editor_settingswp-includes/general-template.php
1440wp_constrain_dimensionswp-includes/media.php
1441wp_content_img_tagwp-includes/media.php
1442wp_count_attachmentswp-includes/post.php
1443wp_count_commentswp-includes/comment.php
1444wp_count_postswp-includes/post.php
1445wp_create_file_in_uploadswp-admin/includes/ajax-actions.phpwp-admin/includes/class-custom-image-header.phpwp-admin/includes/class-custom-background.php
1446wp_create_thumbnailwp-admin/includes/deprecated.php
1447wp_dashboard_widgetswp-admin/includes/dashboard.php
1448wp_datewp-includes/functions.php
1449wp_default_autoload_valuewp-includes/option.php
1450wp_default_editorwp-includes/general-template.php
1451wp_delete_filewp-includes/functions.php
1452wp_die_ajax_handlerwp-includes/functions.php
1453wp_die_handlerwp-includes/functions.php
1454wp_die_json_handlerwp-includes/functions.php
1455wp_die_jsonp_handlerwp-includes/functions.php
1456wp_die_xml_handlerwp-includes/functions.php
1457wp_die_xmlrpc_handlerwp-includes/functions.php
1458wp_direct_php_update_urlwp-includes/functions.php
1459wp_direct_update_https_urlwp-includes/functions.php
1460wp_doing_ajaxwp-includes/load.php
1461wp_doing_cronwp-includes/load.php
1462wp_dropdown_catswp-includes/category-template.php
1463wp_dropdown_pageswp-includes/post-template.php
1464wp_dropdown_userswp-includes/user.php
1465wp_dropdown_users_argswp-includes/user.php
1466wp_edit_nav_menu_walkerwp-admin/includes/ajax-actions.phpwp-admin/includes/nav-menu.php
1467wp_edited_image_metadatawp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
1468wp_editor_expandwp-admin/edit-form-advanced.php
1469wp_editor_set_qualitywp-includes/class-wp-image-editor.php
1470wp_editor_settingswp-includes/class-wp-editor.phpwp-includes/script-loader.php
1471wp_embed_handler_audiowp-includes/embed.php
1472wp_embed_handler_videowp-includes/embed.php
1473wp_embed_handler_youtubewp-includes/embed.php
1474wp_fatal_error_handler_enabledwp-includes/error-protection.php
1475wp_feed_cache_transient_lifetimewp-includes/feed.phpwp-includes/class-wp-feed-cache-transient.php
1476wp_filesizewp-includes/functions.php
1477wp_generate_attachment_metadatawp-admin/includes/image.php
1478wp_generate_tag_cloudwp-includes/category-template.php
1479wp_generate_tag_cloud_datawp-includes/category-template.php
1480wp_generator_typewp-includes/general-template.php
1481wp_get_attachment_captionwp-includes/post.php
1482wp_get_attachment_id3_keyswp-includes/media.php
1483wp_get_attachment_imagewp-includes/media.php
1484wp_get_attachment_image_attributeswp-includes/media.php
1485wp_get_attachment_image_contextwp-includes/media.php
1486wp_get_attachment_image_srcwp-includes/media.php
1487wp_get_attachment_linkwp-includes/post-template.php
1488wp_get_attachment_link_attributeswp-includes/post-template.php
1489wp_get_attachment_metadatawp-includes/post.php
1490wp_get_attachment_thumb_filewp-includes/deprecated.php
1491wp_get_attachment_thumb_urlwp-includes/post.php
1492wp_get_attachment_urlwp-includes/post.php
1493wp_get_comment_fields_max_lengthswp-includes/comment.php
1494wp_get_current_commenterwp-includes/comment.php
1495wp_get_custom_csswp-includes/theme.php
1496wp_get_loading_optimization_attributeswp-includes/media.php
1497wp_get_missing_image_subsizeswp-admin/includes/image.php
1498wp_get_nav_menu_itemswp-includes/nav-menu.php
1499wp_get_nav_menu_namewp-includes/nav-menu.php
1500wp_get_nav_menu_objectwp-includes/nav-menu.php
1501wp_get_nav_menuswp-includes/nav-menu.php
1502wp_get_object_termswp-includes/taxonomy.php
1503wp_get_object_terms_argswp-includes/taxonomy.php
1504wp_get_original_image_pathwp-includes/post.php
1505wp_get_original_image_urlwp-includes/post.php
1506wp_get_revision_ui_diffwp-admin/includes/revision.php
1507wp_get_update_datawp-includes/update.php
1508wp_header_image_attachment_metadatawp-admin/includes/class-custom-image-header.php
1509wp_headerswp-includes/class-wp.php
1510wp_http_accept_encodingwp-includes/class-wp-http-encoding.php
1511wp_http_cookie_valuewp-includes/class-wp-http-cookie.php
1512wp_http_ixr_client_headerswp-includes/class-wp-http-ixr-client.php
1513wp_iframe_tag_add_loading_attrwp-includes/media.php
1514wp_image_editor_before_changewp-admin/includes/image-edit.php
1515wp_image_editorswp-includes/media.php
1516wp_image_file_matches_image_metawp-includes/media.php
1517wp_image_maybe_exif_rotatewp-includes/class-wp-image-editor.php
1518wp_image_resize_identical_dimensionswp-includes/media.php
1519wp_image_src_get_dimensionswp-includes/media.php
1520wp_img_tag_add_auto_sizeswp-includes/media.php
1521wp_img_tag_add_decoding_attrwp-includes/deprecated.php
1522wp_img_tag_add_loading_attrwp-includes/deprecated.php
1523wp_img_tag_add_srcset_and_sizes_attrwp-includes/media.php
1524wp_img_tag_add_width_and_height_attrwp-includes/media.php
1525wp_import_categorieswp-content/plugins/wordpress-importer/class-wp-import.php
1526wp_import_existing_postwp-content/plugins/wordpress-importer/class-wp-import.php
1527wp_import_post_commentswp-content/plugins/wordpress-importer/class-wp-import.php
1528wp_import_post_data_processedwp-content/plugins/wordpress-importer/class-wp-import.php
1529wp_import_post_data_rawwp-content/plugins/wordpress-importer/class-wp-import.php
1530wp_import_post_metawp-content/plugins/wordpress-importer/class-wp-import.php
1531wp_import_post_termswp-content/plugins/wordpress-importer/class-wp-import.php
1532wp_import_postswp-content/plugins/wordpress-importer/class-wp-import.php
1533wp_import_tagswp-content/plugins/wordpress-importer/class-wp-import.php
1534wp_import_term_metawp-content/plugins/wordpress-importer/class-wp-import.php
1535wp_import_termswp-content/plugins/wordpress-importer/class-wp-import.php
1536wp_initialize_site_argswp-includes/ms-site.php
1537wp_inline_script_attributeswp-includes/script-loader.php
1538wp_insert_attachment_datawp-includes/post.php
1539wp_insert_post_datawp-includes/post.php
1540wp_insert_post_empty_contentwp-includes/post.php
1541wp_insert_post_parentwp-includes/post.php
1542wp_insert_term_datawp-includes/taxonomy.php
1543wp_insert_term_duplicate_term_checkwp-includes/taxonomy.php
1544wp_installed_emailwp-admin/includes/upgrade.php
1545wp_is_application_passwords_availablewp-includes/user.php
1546wp_is_application_passwords_available_for_userwp-includes/user.php
1547wp_is_large_networkwp-includes/ms-functions.php
1548wp_is_large_user_countwp-includes/user.php
1549wp_is_mobilewp-includes/vars.php
1550wp_is_php_version_acceptablewp-admin/includes/misc.php
1551wp_is_rest_endpointwp-includes/rest-api.php
1552wp_is_site_protected_by_basic_authwp-includes/load.php
1553wp_kses_allowed_htmlwp-includes/kses.php
1554wp_kses_uri_attributeswp-includes/kses.php
1555wp_lazy_loading_enabledwp-includes/media.php
1556wp_link_pageswp-includes/post-template.php
1557wp_link_pages_argswp-includes/post-template.php
1558wp_link_pages_linkwp-includes/post-template.php
1559wp_link_querywp-includes/class-wp-editor.php
1560wp_link_query_argswp-includes/class-wp-editor.php
1561wp_list_authors_argswp-includes/author-template.php
1562wp_list_bookmarkswp-includes/bookmark-template.php
1563wp_list_categorieswp-includes/category-template.php
1564wp_list_comments_argswp-includes/comment-template.php
1565wp_list_pageswp-includes/post-template.php
1566wp_list_pages_excludeswp-includes/post-template.php
1567wp_list_table_class_namewp-admin/includes/list-table.php
1568wp_list_table_show_post_checkboxwp-admin/includes/class-wp-posts-list-table.php
1569wp_list_users_argswp-includes/user.php
1570wp_loading_optimization_force_header_contextswp-includes/media.php
1571wp_login_errorswp-login.php
1572wp_mailwp-includes/pluggable.php
1573wp_mail_charsetwp-includes/pluggable.php
1574wp_mail_content_typewp-includes/formatting.phpwp-includes/pluggable.php
1575wp_mail_fromwp-includes/pluggable.php
1576wp_mail_from_namewp-includes/pluggable.php
1577wp_mail_original_contentwp-mail.php
1578wp_max_autoloaded_option_sizewp-includes/option.php
1579wp_mce_translationwp-includes/class-wp-editor.php
1580wp_mediaelement_fallbackwp-includes/media.php
1581wp_mime_type_iconwp-includes/post.php
1582wp_min_priority_img_pixelswp-includes/media.php
1583wp_nav_locations_listed_per_menuwp-admin/nav-menus.php
1584wp_nav_menuwp-includes/nav-menu-template.php
1585wp_nav_menu_argswp-includes/nav-menu-template.php
1586wp_nav_menu_container_allowedtagswp-includes/nav-menu-template.php
1587wp_nav_menu_itemswp-includes/nav-menu-template.php
1588wp_nav_menu_objectswp-includes/nav-menu-template.php
1589wp_nav_menu_{$menu->slug}_itemswp-includes/nav-menu-template.php
1590wp_navigation_should_create_fallbackwp-includes/class-wp-navigation-fallback.php
1591wp_network_dashboard_widgetswp-admin/includes/dashboard.php
1592wp_new_user_notification_emailwp-includes/pluggable.php
1593wp_new_user_notification_email_adminwp-includes/pluggable.php
1594wp_normalize_site_datawp-includes/ms-site.php
1595wp_omit_loading_attr_thresholdwp-includes/media.php
1596wp_opcache_invalidate_filewp-admin/includes/file.php
1597wp_page_menuwp-includes/post-template.php
1598wp_page_menu_argswp-includes/post-template.php
1599wp_parse_strwp-includes/formatting.php
1600wp_password_change_notification_emailwp-includes/pluggable.php
1601wp_php_error_argswp-includes/class-wp-fatal-error-handler.php
1602wp_php_error_messagewp-includes/class-wp-fatal-error-handler.php
1603wp_plugin_dependencies_slugwp-includes/class-wp-plugin-dependencies.php
1604wp_post_revision_meta_keyswp-includes/revision.php
1605wp_post_revision_title_expandedwp-includes/post-template.php
1606wp_pre_insert_user_datawp-includes/user.php
1607wp_preload_resourceswp-includes/general-template.php
1608wp_prepare_attachment_for_jswp-includes/media.php
1609wp_prepare_revision_for_jswp-admin/includes/revision.php
1610wp_prepare_themes_for_jswp-admin/includes/theme.php
1611wp_privacy_additional_user_profile_datawp-includes/user.php
1612wp_privacy_anonymize_datawp-includes/functions.php
1613wp_privacy_export_expirationwp-admin/includes/privacy-tools.phpwp-includes/functions.php
1614wp_privacy_exports_dirwp-includes/functions.php
1615wp_privacy_exports_urlwp-includes/functions.php
1616wp_privacy_personal_data_email_contentwp-admin/includes/privacy-tools.php
1617wp_privacy_personal_data_email_headerswp-admin/includes/privacy-tools.php
1618wp_privacy_personal_data_email_subjectwp-admin/includes/privacy-tools.php
1619wp_privacy_personal_data_email_towp-admin/includes/privacy-tools.php
1620wp_privacy_personal_data_eraserswp-admin/includes/privacy-tools.phpwp-admin/includes/ajax-actions.phpwp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php
1621wp_privacy_personal_data_erasure_pagewp-admin/includes/ajax-actions.php
1622wp_privacy_personal_data_export_pagewp-admin/includes/ajax-actions.php
1623wp_privacy_personal_data_exporterswp-admin/includes/class-wp-privacy-data-export-requests-list-table.phpwp-admin/includes/privacy-tools.phpwp-admin/includes/ajax-actions.php
1624wp_protected_ajax_actionswp-includes/load.php
1625wp_query_search_exclusion_prefixwp-includes/class-wp-query.php
1626wp_read_audio_metadatawp-admin/includes/media.php
1627wp_read_image_metadatawp-admin/includes/image.php
1628wp_read_image_metadata_typeswp-admin/includes/image.php
1629wp_read_video_metadatawp-admin/includes/media.php
1630wp_redirectwp-includes/pluggable.php
1631wp_redirect_statuswp-includes/pluggable.php
1632wp_refresh_nonceswp-admin/includes/ajax-actions.php
1633wp_required_field_indicatorwp-includes/general-template.php
1634wp_required_field_messagewp-includes/general-template.php
1635wp_resource_hintswp-includes/general-template.php
1636wp_rest_search_handlerswp-includes/rest-api.php
1637wp_rest_server_classwp-includes/rest-api.php
1638wp_revisions_to_keepwp-includes/revision.php
1639wp_robotswp-includes/robots-template.php
1640wp_safe_redirect_fallbackwp-includes/pluggable.php
1641wp_save_image_editor_filewp-admin/includes/image-edit.php
1642wp_save_post_revision_check_for_changeswp-includes/revision.php
1643wp_save_post_revision_post_has_changedwp-includes/revision.php
1644wp_script_attributeswp-includes/script-loader.php
1645wp_search_stopwordswp-includes/class-wp-query.php
1646wp_send_new_user_notification_to_adminwp-includes/pluggable.php
1647wp_send_new_user_notification_to_userwp-includes/pluggable.php
1648wp_setup_nav_menu_itemwp-includes/nav-menu.phpwp-includes/customize/class-wp-customize-nav-menu-item-setting.php
1649wp_should_handle_php_errorwp-includes/class-wp-fatal-error-handler.php
1650wp_should_replace_insecure_home_urlwp-includes/https-migration.php
1651wp_should_upgrade_global_tableswp-admin/includes/upgrade.php
1652wp_signature_hostswp-admin/includes/file.php
1653wp_signature_softfailwp-admin/includes/file.php
1654wp_signature_urlwp-admin/includes/file.php
1655wp_signup_locationwp-admin/my-sites.phpwp-includes/canonical.phpwp-login.php
1656wp_sitemaps_add_providerwp-includes/sitemaps/class-wp-sitemaps-registry.php
1657wp_sitemaps_enabledwp-includes/sitemaps/class-wp-sitemaps.php
1658wp_sitemaps_index_entrywp-includes/sitemaps/class-wp-sitemaps-provider.php
1659wp_sitemaps_max_urlswp-includes/sitemaps.php
1660wp_sitemaps_post_typeswp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
1661wp_sitemaps_posts_entrywp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
1662wp_sitemaps_posts_pre_max_num_pageswp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
1663wp_sitemaps_posts_show_on_front_entrywp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
1664wp_sitemaps_stylesheet_contentwp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
1665wp_sitemaps_stylesheet_csswp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
1666wp_sitemaps_stylesheet_index_contentwp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
1667wp_sitemaps_stylesheet_index_urlwp-includes/sitemaps/class-wp-sitemaps-renderer.php
1668wp_sitemaps_stylesheet_urlwp-includes/sitemaps/class-wp-sitemaps-renderer.php
1669wp_sitemaps_taxonomieswp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
1670wp_sitemaps_taxonomies_entrywp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
1671wp_sitemaps_taxonomies_pre_max_num_pageswp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
1672wp_sitemaps_users_entrywp-includes/sitemaps/providers/class-wp-sitemaps-users.php
1673wp_sitemaps_users_pre_max_num_pageswp-includes/sitemaps/providers/class-wp-sitemaps-users.php
1674wp_spaces_regexpwp-includes/formatting.php
1675wp_sprintfwp-includes/formatting.php
1676wp_tag_cloudwp-includes/category-template.php
1677wp_targeted_link_relwp-includes/formatting.php
1678wp_terms_checklist_argswp-admin/includes/template.php
1679wp_theme_editor_filetypeswp-admin/includes/file.php
1680wp_theme_files_cache_ttlwp-includes/class-wp-theme.php
1681wp_theme_json_data_blockswp-includes/class-wp-theme-json-resolver.php
1682wp_theme_json_data_defaultwp-includes/class-wp-theme-json-resolver.php
1683wp_theme_json_data_themewp-includes/class-wp-theme-json-resolver.php
1684wp_theme_json_data_userwp-includes/class-wp-theme-json-resolver.php
1685wp_theme_json_get_style_nodeswp-includes/class-wp-theme-json.php
1686wp_titlewp-includes/general-template.php
1687wp_title_partswp-includes/general-template.php
1688wp_title_rsswp-includes/feed.php
1689wp_trim_excerptwp-includes/formatting.php
1690wp_trim_wordswp-includes/formatting.php
1691wp_trusted_keyswp-admin/includes/file.php
1692wp_unique_filenamewp-includes/functions.php
1693wp_unique_post_slugwp-includes/post.php
1694wp_unique_post_slug_is_bad_attachment_slugwp-includes/post.php
1695wp_unique_post_slug_is_bad_flat_slugwp-includes/post.php
1696wp_unique_post_slug_is_bad_hierarchical_slugwp-includes/post.php
1697wp_unique_term_slugwp-includes/taxonomy.php
1698wp_unique_term_slug_is_bad_slugwp-includes/taxonomy.php
1699wp_untrash_post_statuswp-includes/post.php
1700wp_update_attachment_metadatawp-includes/post.php
1701wp_update_comment_datawp-includes/comment.php
1702wp_update_comment_type_batch_sizewp-includes/comment.php
1703wp_update_https_urlwp-includes/functions.php
1704wp_update_php_urlwp-includes/functions.php
1705wp_update_term_datawp-includes/taxonomy.php
1706wp_update_term_parentwp-includes/taxonomy.php
1707wp_user_dashboard_widgetswp-admin/includes/dashboard.php
1708wp_using_themeswp-includes/load.php
1709wp_video_embed_handlerwp-includes/embed.php
1710wp_video_extensionswp-includes/media.php
1711wp_video_shortcodewp-includes/media.php
1712wp_video_shortcode_classwp-includes/media.php
1713wp_video_shortcode_librarywp-includes/media.phpwp-includes/widgets/class-wp-widget-media-video.phpwp-includes/script-loader.php
1714wp_video_shortcode_overridewp-includes/media.php
1715wp_xmlrpc_server_classxmlrpc.php
1716wp_{$post->post_type}_revisions_to_keepwp-includes/revision.php
1717wpdocs_filterwp-includes/plugin.php
1718wpmu_active_signupwp-signup.php
1719wpmu_blogs_columnswp-admin/includes/class-wp-ms-sites-list-table.php
1720wpmu_delete_blog_upload_dirwp-includes/ms-site.php
1721wpmu_drop_tableswp-includes/ms-site.php
1722wpmu_signup_blog_notificationwp-includes/ms-functions.php
1723wpmu_signup_user_notificationwp-includes/ms-functions.php
1724wpmu_users_columnswp-admin/includes/class-wp-ms-users-list-table.php
1725wpmu_validate_blog_signupwp-includes/ms-functions.php
1726wpmu_validate_user_signupwp-includes/ms-functions.php
1727wpmu_welcome_notificationwp-includes/ms-functions.php
1728wpmu_welcome_user_notificationwp-includes/ms-functions.php
1729write_your_storywp-admin/edit-form-blocks.php
1730wxr_export_skip_commentmetawp-admin/includes/export.php
1731wxr_export_skip_postmetawp-admin/includes/export.php
1732wxr_export_skip_termmetawp-admin/includes/export.php
1733x_redirect_bywp-includes/pluggable.php
1734xmlrpc_allow_anonymous_commentswp-includes/class-wp-xmlrpc-server.php
1735xmlrpc_blog_optionswp-includes/class-wp-xmlrpc-server.php
1736xmlrpc_chunk_parsing_sizewp-includes/IXR/class-IXR-message.php
1737xmlrpc_default_post_fieldswp-includes/class-wp-xmlrpc-server.php
1738xmlrpc_default_posttype_fieldswp-includes/class-wp-xmlrpc-server.php
1739xmlrpc_default_revision_fieldswp-includes/class-wp-xmlrpc-server.php
1740xmlrpc_default_taxonomy_fieldswp-includes/class-wp-xmlrpc-server.php
1741xmlrpc_default_user_fieldswp-includes/class-wp-xmlrpc-server.php
1742xmlrpc_element_limitwp-includes/IXR/class-IXR-message.php
1743xmlrpc_enabledwp-includes/class-wp-xmlrpc-server.php
1744xmlrpc_login_errorwp-includes/class-wp-xmlrpc-server.php
1745xmlrpc_methodswp-includes/class-wp-xmlrpc-server.php
1746xmlrpc_pingback_errorwp-includes/class-wp-xmlrpc-server.php
1747xmlrpc_prepare_commentwp-includes/class-wp-xmlrpc-server.php
1748xmlrpc_prepare_media_itemwp-includes/class-wp-xmlrpc-server.php
1749xmlrpc_prepare_pagewp-includes/class-wp-xmlrpc-server.php
1750xmlrpc_prepare_postwp-includes/class-wp-xmlrpc-server.php
1751xmlrpc_prepare_post_typewp-includes/class-wp-xmlrpc-server.php
1752xmlrpc_prepare_taxonomywp-includes/class-wp-xmlrpc-server.php
1753xmlrpc_prepare_termwp-includes/class-wp-xmlrpc-server.php
1754xmlrpc_prepare_userwp-includes/class-wp-xmlrpc-server.php
1755xmlrpc_text_filterswp-includes/class-wp-xmlrpc-server.php
1756xmlrpc_wp_insert_post_datawp-includes/class-wp-xmlrpc-server.php
1757year_linkwp-includes/link-template.php
1758{$action}_overrideswp-admin/includes/file.php
1759{$action}_prefilterwp-admin/includes/file.php
1760{$adjacent}_image_linkwp-includes/media.php
1761{$adjacent}_post_linkwp-includes/link-template.php
1762{$adjacent}_post_rel_linkwp-includes/link-template.php
1763{$boundary}_post_rel_linkwp-includes/deprecated.php
1764{$context}_memory_limitwp-includes/functions.php
1765{$field_no_prefix}_edit_prewp-includes/post.php
1766{$field_no_prefix}_save_prewp-includes/post.php
1767{$field}wp-includes/post.phpwp-includes/user.phpwp-includes/bookmark.php
1768{$field}_prewp-includes/post.php
1769{$option}wp-admin/includes/class-wp-list-table.phpwp-admin/includes/class-wp-screen.php
1770{$permastructname}_rewrite_ruleswp-includes/class-wp-rewrite.php
1771{$taxonomy}_row_actionswp-admin/includes/class-wp-terms-list-table.php
1772{$taxonomy}_{$field}wp-includes/taxonomy.php
1773{$taxonomy}_{$field}_rsswp-includes/taxonomy.php
1774{$template_type}_template_hierarchywp-includes/block-template-utils.php
1775{$type}_send_to_editor_urlwp-admin/includes/ajax-actions.phpwp-admin/includes/media.php
1776{$type}_templatewp-includes/template.php
1777{$type}_template_hierarchywp-includes/template.php
1778{$type}_upload_iframe_srcwp-admin/includes/media.php
著者情報
著者情報

Webサイト開発者。PHP/Javascript の開発実績2,000件以上。クラウドソーシング経由では700件ほどの受注実績あり。