- wp-admin/admin.php: Manages the file's core file. Used to connect databases, integrate dynamic menu data, display non-core control pages, and more.
- wp-admin/admin-db.php
- wp-admin/admin-footer.php: Defines the footer for all management consoles.
- Wp-admin/admin-functions.php: Defines the various functions used by the management console.
- Wp-admin/admin-header.php: Defines the top half of the management console, including the menu-header.php file for menu logic.
- wp-admin/bookmarklet.php: Defines pop-up pages when using the bookmark feature. Use the default edit-form.php file when composing logs.
- Wp-admin/categories.php: Defines category management for management pages. Reference: manage–categories
- wp-admin/cat-js.php
- Wp-admin/edit.php: Defines the management page's log management. Reference: manage–posts
- wp-admin/edit-comments.php: Define comment Management for the admin page. Reference: manage–comments
- wp-admin/edit-form-advanced.php: Defines the log advanced editing form management for the Administration page, including post.php. Reference: write–write post–advanced
- Wp-admin/edit-form.php: Defines the management page of the journal Simple Edit form management, including post.php. Reference: write–write Post
- wp-admin/edit-form-comment.php: Edit specific journal comments.
- wp-admin/edit-form-ajax-cat.php
- wp-admin/edit-link-form.php
- wp-admin/edit-page-form.php: Defines page edits for the Management module page, including post.php and page-new.php. Reference: write–write Page
- wp-admin/edit-pages.php: Defines page management for management module pages. Reference: manage–pages
- wp-admin/execute-pings.php
- wp-admin/import.php
- wp-admin/index.php: Default Administration page. The corresponding page is displayed according to the user request.
- wp-admin/inline-uploading.php
- wp-admin/install-helper.php: Defines the database maintenance functions, including Popular-in-plugins maybe_create_table () and Maybe_add_column ().
- wp-admin/install.php: Install WordPress.
- wp-admin/link-add.php: Link added. Reference: links–add Link
- wp-admin/link-categories.php: Link Classification management. Reference: links–link Categories
- wp-admin/link-import.php: Import link. Reference: links–import Links
- wp-admin/link-manager.php: Link management. Reference: links–manage Links
- wp-admin/link-parse-opml.ph: Used to parse the OPML file when the link is imported.
- Wp-admin/list-manipulation.js
- wp-admin/list-manipulation.php
- wp-admin/menu-header.php: Used to display menus in the admin interface.
- wp-admin/menu.php: Defines the default management menu structure.
- wp-admin/moderation.php: A comment audit function is defined.
- wp-admin/options.php: After upgrade, use to change all settings.
- Wp-admin/options-discussion.php: Manage comments and trackback related options. Reference: options–discussion
- wp-admin/options-general.php: Manage basic configuration options. Reference: options–general
- wp-admin/options-head.php
- wp-admin/options-misc.php: Set File Upload, link tracking, custom "hacks" and other related options. Reference:options–miscellaneous
- wp-admin/options-permalink.php: Manage permanent link options. Reference: options–permalinks
- wp-admin/options-reading.php: Set How to send website information to the reader's browser or other applications. Reference: options–reading
- wp-admin/options-writing.php: Manages the log authoring interface. Reference:options–writing
- wp-admin/page-new.php: Create a new page.
- wp-admin/plugin-editor.php: Edit the plug-in file.
- wp-admin/plugins.php: Manage plug-ins.
- wp-admin/post.php: Create a new log.
- wp-admin/profile-update.php
- wp-admin/profile.php: Manage personal data or configuration.
- wp-admin/setup-config.php: Used to create the wp-config.php file during installation.
- wp-admin/sidebar.php
- wp-admin/templates.php: Edit Server Writable file.
- wp-admin/theme-editor.php: Edit files in a specific topic.
- wp-admin/themes.php: Manage Topics.
- wp-admin/update-links.php
- Wp-admin/upgrade-functions.php: Defines the version upgrade function.
- wp-admin/upgrade-schema.php: Defines the default table structure and options used in the upgrade.
- wp-admin/upgrade.php: Version upgrade.
- wp-admin/user-edit.php: Edit user.
- wp-admin/users.php: Manage Users.
- WP-ADMIN/WP-ADMIN.CSS: Defines the default style sheet for the administration console.
- Wp-admin/xfn.js
Bill: Wordpress/wp-admin Directory file