编辑:feed-atom-comments.php
<?php /** * Atom Feed Template for displaying Atom Comments feed. * * @package WordPress */ header( 'Content-Type: ' . feed_content_type( 'atom' ) . '; charset=' . get_option( 'blog_charset' ), true ); echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '" ?' . '>'; /** This action is documented in wp-includes/feed-rss2.php */ do_action( 'rss_tag_pre', 'atom-comments' ); ?> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="<?php bloginfo_rss( 'language' ); ?>" xmlns:thr="http://purl.org/syndication/thread/1.0" <?php /** This action is documented in wp-includes/feed-atom.php */ do_action( 'atom_ns' ); /** * Fires inside the feed tag in the Atom comment feed. * * @since 2.8.0 */ do_action( 'atom_comments_ns' ); ?> > <title type="text"> <?php if ( is_singular() ) { /* translators: Comments feed title. %s: Post title. */ printf( ent2ncr( __( 'Comments on %s' ) ), get_the_title_rss() ); } elseif ( is_search() ) { /* translators: Comments feed title. 1: Site title, 2: Search query. */ printf( ent2ncr( __( 'Comments for %1$s searching on %2$s' ) ), get_bloginfo_rss( 'name' ), get_search_query() ); } else { /* translators: Comments feed title. %s: Site title. */ printf( ent2ncr( __( 'Comments for %s' ) ), get_wp_title_rss() ); } ?> </title> <subtitle type="text"><?php bloginfo_rss( 'description' ); ?></subtitle> <updated><?php echo get_feed_build_date( 'Y-m-d\TH:i:s\Z' ); ?></updated> <?php if ( is_singular() ) : ?> <link rel="alternate" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php comments_link_feed(); ?>" /> <link rel="self" type="application/atom+xml" href="<?php echo esc_url( get_post_comments_feed_link( '', 'atom' ) ); ?>" /> <id><?php echo esc_url( get_post_comments_feed_link( '', 'atom' ) ); ?></id> <?php elseif ( is_search() ) : ?> <link rel="alternate" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php echo home_url() . '?s=' . get_search_query(); ?>" /> <link rel="self" type="application/atom+xml" href="<?php echo get_search_comments_feed_link( '', 'atom' ); ?>" /> <id><?php echo get_search_comments_feed_link( '', 'atom' ); ?></id> <?php else : ?> <link rel="alternate" type="<?php bloginfo_rss( 'html_type' ); ?>" href="<?php bloginfo_rss( 'url' ); ?>" /> <link rel="self" type="application/atom+xml" href="<?php bloginfo_rss( 'comments_atom_url' ); ?>" /> <id><?php bloginfo_rss( 'comments_atom_url' ); ?></id> <?php endif; ?> <?php /** * Fires at the end of the Atom comment feed header. * * @since 2.8.0 */ do_action( 'comments_atom_head' ); ?> <?php while ( have_comments() ) : the_comment(); $comment_post = get_post( $comment->comment_post_ID ); /** * @global WP_Post $post Global post object. */ $GLOBALS['post'] = $comment_post; ?> <entry> <title> <?php if ( ! is_singular() ) { $title = get_the_title( $comment_post->ID ); /** This filter is documented in wp-includes/feed.php */ $title = apply_filters( 'the_title_rss', $title ); /* translators: Individual comment title. 1: Post title, 2: Comment author name. */ printf( ent2ncr( __( 'Comment on %1$s by %2$s' ) ), $title, get_comment_author_rss() ); } else { /* translators: Comment author title. %s: Comment author name. */ printf( ent2ncr( __( 'By: %s' ) ), get_comment_author_rss() ); } ?> </title> <link rel="alternate" href="<?php comment_link(); ?>" type="<?php bloginfo_rss( 'html_type' ); ?>" /> <author> <name><?php comment_author_rss(); ?></name> <?php if ( get_comment_author_url() ) { echo '<uri>' . get_comment_author_url() . '</uri>'; } ?> </author> <id><?php comment_guid(); ?></id> <updated><?php echo mysql2date( 'Y-m-d\TH:i:s\Z', get_comment_time( 'Y-m-d H:i:s', true, false ), false ); ?></updated> <published><?php echo mysql2date( 'Y-m-d\TH:i:s\Z', get_comment_time( 'Y-m-d H:i:s', true, false ), false ); ?></published> <?php if ( post_password_required( $comment_post ) ) : ?> <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php echo get_the_password_form(); ?>]]></content> <?php else : ?> <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php comment_text(); ?>]]></content> <?php endif; // End if post_password_required(). ?> <?php // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt). if ( '0' === $comment->comment_parent ) : // This comment is top-level. ?> <thr:in-reply-to ref="<?php the_guid(); ?>" href="<?php the_permalink_rss(); ?>" type="<?php bloginfo_rss( 'html_type' ); ?>" /> <?php else : // This comment is in reply to another comment. $parent_comment = get_comment( $comment->comment_parent ); /* * The rel attribute below and the id tag above should be GUIDs, * but WP doesn't create them for comments (unlike posts). * Either way, it's more important that they both use the same system. */ ?> <thr:in-reply-to ref="<?php comment_guid( $parent_comment ); ?>" href="<?php echo get_comment_link( $parent_comment ); ?>" type="<?php bloginfo_rss( 'html_type' ); ?>" /> <?php endif; /** * Fires at the end of each Atom comment feed item. * * @since 2.2.0 * * @param int $comment_id ID of the current comment. * @param int $comment_post_id ID of the post the current comment is connected to. */ do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID ); ?> </entry> <?php endwhile; ?> </feed>
保存文件
位置:
home
/
caveqifv
/
caventekandina.com.co
/
wp-includes
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
ID3
drwxr-xr-x
-
2026-05-07 07:32
权限
删除
重命名
IXR
drwxr-xr-x
-
2024-10-28 04:32
权限
删除
重命名
PHPMailer
drwxr-xr-x
-
2026-05-07 07:34
权限
删除
重命名
Requests
drwxr-xr-x
-
2026-05-07 06:14
权限
删除
重命名
SimplePie
drwxr-xr-x
-
2026-05-07 06:18
权限
删除
重命名
Text
drwxr-xr-x
-
2026-05-07 07:18
权限
删除
重命名
abilities-api
drwxr-xr-x
-
2026-05-07 07:09
权限
删除
重命名
assets
drwxr-xr-x
-
2026-05-07 07:19
权限
删除
重命名
block-bindings
drwxr-xr-x
-
2026-05-07 07:31
权限
删除
重命名
block-patterns
drwxr-xr-x
-
2026-05-07 01:18
权限
删除
重命名
block-supports
drwxr-xr-x
-
2026-05-07 07:34
权限
删除
重命名
blocks
drwxr-xr-x
-
2026-05-07 07:32
权限
删除
重命名
certificates
drwxr-xr-x
-
2026-05-07 06:12
权限
删除
重命名
css
drwxr-xr-x
-
2025-04-16 18:37
权限
删除
重命名
customize
drwxr-xr-x
-
2026-05-07 07:28
权限
删除
重命名
fonts
drwxr-xr-x
-
2026-05-07 07:06
权限
删除
重命名
html-api
drwxr-xr-x
-
2026-05-07 07:31
权限
删除
重命名
images
drwxr-xr-x
-
2026-05-07 07:34
权限
删除
重命名
interactivity-api
drwxr-xr-x
-
2026-05-07 08:00
权限
删除
重命名
js
drwxr-xr-x
-
2026-05-07 06:05
权限
删除
重命名
l10n
drwxr-xr-x
-
2026-05-07 07:35
权限
删除
重命名
php-compat
drwxr-xr-x
-
2024-10-28 04:32
权限
删除
重命名
pomo
drwxr-xr-x
-
2026-05-07 07:34
权限
删除
重命名
rest-api
drwxr-xr-x
-
2024-10-28 04:32
权限
删除
重命名
sitemaps
drwxr-xr-x
-
2026-05-07 07:12
权限
删除
重命名
sodium_compat
drwxr-xr-x
-
2026-05-07 05:00
权限
删除
重命名
style-engine
drwxr-xr-x
-
2026-05-07 05:01
权限
删除
重命名
theme-compat
drwxr-xr-x
-
2026-05-07 07:10
权限
删除
重命名
widgets
drwxr-xr-x
-
2026-05-07 06:03
权限
删除
重命名
abilities.php
-rw-r--r--
7.8 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
author-template.php
-rw-r--r--
18.94 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
block-bindings.php
-rw-r--r--
7.35 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
block-i18n.json
-rw-r--r--
316 B
2021-08-11 18:38
编辑
下载
权限
删除
重命名
block-template-utils-20260507045943.php
-rw-r--r--
61.02 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
block-template.php
-rw-r--r--
15 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
blocks.php
-rw-r--r--
112.05 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
bookmark-template.php
-rw-r--r--
12.47 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
bookmark.php
-rw-r--r--
15.07 KB
2024-03-23 23:50
编辑
下载
权限
删除
重命名
canonical-20260507050333.php
-rw-r--r--
33.83 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
canonical.php
-rw-r--r--
33.83 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
capabilities.php
-rw-r--r--
42.63 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
category-template.php
-rw-r--r--
55.71 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
category.php
-rw-r--r--
12.53 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-IXR.php
-rw-r--r--
2.55 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-avif-info.php
-rw-r--r--
28.92 KB
2024-04-27 00:32
编辑
下载
权限
删除
重命名
class-phpass.php
-rw-r--r--
6.61 KB
2024-11-13 23:17
编辑
下载
权限
删除
重命名
class-phpmailer.php
-rw-r--r--
664 B
2020-07-21 22:28
编辑
下载
权限
删除
重命名
class-pop3.php
-rw-r--r--
20.63 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-requests.php
-rw-r--r--
2.18 KB
2023-04-05 22:42
编辑
下载
权限
删除
重命名
class-simplepie.php
-rw-r--r--
453 B
2024-11-13 23:17
编辑
下载
权限
删除
重命名
class-smtp.php
-rw-r--r--
457 B
2021-01-27 00:15
编辑
下载
权限
删除
重命名
class-snoopy-20260507035813.php
-rw-r--r--
36.83 KB
2023-02-04 00:05
编辑
下载
权限
删除
重命名
class-snoopy.php
-rw-r--r--
36.83 KB
2023-02-04 00:05
编辑
下载
权限
删除
重命名
class-walker-category-dropdown.php
-rw-r--r--
2.41 KB
2023-09-14 22:16
编辑
下载
权限
删除
重命名
class-walker-category.php
-rw-r--r--
8.28 KB
2023-09-08 19:02
编辑
下载
权限
删除
重命名
class-walker-nav-menu-20260507070926.php
-rw-r--r--
11.76 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-walker-nav-menu.php
-rw-r--r--
11.76 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-walker-page-dropdown.php
-rw-r--r--
2.65 KB
2023-09-14 22:16
编辑
下载
权限
删除
重命名
class-walker-page.php
-rw-r--r--
7.43 KB
2023-09-14 22:16
编辑
下载
权限
删除
重命名
class-wp-admin-bar.php
-rw-r--r--
17.46 KB
2024-07-19 02:15
编辑
下载
权限
删除
重命名
class-wp-ajax-response-20260507060638.php
-rw-r--r--
5.14 KB
2022-09-13 01:17
编辑
下载
权限
删除
重命名
class-wp-ajax-response.php
-rw-r--r--
5.14 KB
2022-09-13 01:17
编辑
下载
权限
删除
重命名
class-wp-block-bindings-registry.php
-rw-r--r--
8.28 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-list.php
-rw-r--r--
4.6 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-metadata-registry-20260507072840.php
-rw-r--r--
11.62 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-block-metadata-registry.php
-rw-r--r--
11.62 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-block-pattern-categories-registry.php
-rw-r--r--
5.32 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-patterns-registry.php
-rw-r--r--
10.99 KB
2026-03-11 06:34
编辑
下载
权限
删除
重命名
class-wp-block-styles-registry.php
-rw-r--r--
6.34 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-supports.php
-rw-r--r--
5.49 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-block-template-20260507024316.php
-rw-r--r--
1.99 KB
2024-11-13 23:17
编辑
下载
权限
删除
重命名
class-wp-block-templates-registry.php
-rw-r--r--
7.02 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-type-registry.php
-rw-r--r--
4.91 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-block-type.php
-rw-r--r--
16.86 KB
2024-05-02 09:31
编辑
下载
权限
删除
重命名
class-wp-classic-to-block-menu-converter.php
-rw-r--r--
3.97 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-customize-manager-20260507024356-20260507050655.php
-rw-r--r--
198.38 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-customize-manager-20260507024356.php
-rw-r--r--
198.38 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-customize-manager.php
-rw-r--r--
198.38 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-customize-nav-menus.php
-rw-r--r--
56.65 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-customize-panel.php
-rw-r--r--
10.46 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-dependencies-20260507024246.php
-rw-r--r--
16.61 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
class-wp-dependencies.php
-rw-r--r--
16.61 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
class-wp-duotone.php
-rw-r--r--
39.83 KB
2024-06-14 21:48
编辑
下载
权限
删除
重命名
class-wp-http-curl.php
-rw-r--r--
12.95 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-http-ixr-client.php
-rw-r--r--
3.42 KB
2026-03-10 18:32
编辑
下载
权限
删除
重命名
class-wp-image-editor-gd.php
-rw-r--r--
20.22 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-image-editor-imagick.php
-rw-r--r--
36.11 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-list-util.php
-rw-r--r--
7.27 KB
2024-02-28 09:08
编辑
下载
权限
删除
重命名
class-wp-locale-switcher-20260507072836.php
-rw-r--r--
6.62 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-locale-switcher.php
-rw-r--r--
6.62 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-locale.php
-rw-r--r--
16.49 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-matchesmapregex.php
-rw-r--r--
1.79 KB
2024-02-06 11:55
编辑
下载
权限
删除
重命名
class-wp-meta-query.php
-rw-r--r--
29.82 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-metadata-lazyloader.php
-rw-r--r--
6.67 KB
2023-05-11 20:45
编辑
下载
权限
删除
重命名
class-wp-paused-extensions-storage.php
-rw-r--r--
4.99 KB
2024-11-13 23:17
编辑
下载
权限
删除
重命名
class-wp-phpmailer.php
-rw-r--r--
4.25 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-post-type.php
-rw-r--r--
29.96 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-cookie-service.php
-rw-r--r--
6.72 KB
2022-10-04 13:29
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-email-service-20260507073323.php
-rw-r--r--
10.92 KB
2023-05-03 01:15
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-email-service.php
-rw-r--r--
10.92 KB
2023-05-03 01:15
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-key-service-plain.php
-rw-r--r--
972 B
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-key-service.php
-rw-r--r--
4.77 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-recovery-mode-link-service.php
-rw-r--r--
3.38 KB
2022-09-13 01:17
编辑
下载
权限
删除
重命名
class-wp-recovery-mode.php
-rw-r--r--
11.18 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-rewrite.php
-rw-r--r--
62.19 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-role.php
-rw-r--r--
2.46 KB
2023-09-08 19:02
编辑
下载
权限
删除
重命名
class-wp-roles.php
-rw-r--r--
9.17 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
class-wp-session-tokens.php
-rw-r--r--
7.15 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-simplepie-sanitize-kses.php
-rw-r--r--
1.87 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-site-query-20260507060430.php
-rw-r--r--
30.91 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-site-query.php
-rw-r--r--
30.91 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-site.php
-rw-r--r--
7.29 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-styles.php
-rw-r--r--
12.54 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
class-wp-tax-query.php
-rw-r--r--
19.12 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-taxonomy.php
-rw-r--r--
18.12 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
class-wp-term.php
-rw-r--r--
5.17 KB
2022-09-13 01:17
编辑
下载
权限
删除
重命名
class-wp-textdomain-registry.php
-rw-r--r--
10.24 KB
2024-11-21 18:36
编辑
下载
权限
删除
重命名
class-wp-translation-file-20260507072842.php
-rw-r--r--
6.13 KB
2024-04-16 05:33
编辑
下载
权限
删除
重命名
class-wp-translation-file.php
-rw-r--r--
6.13 KB
2024-04-16 05:33
编辑
下载
权限
删除
重命名
class-wp-user-meta-session-tokens.php
-rw-r--r--
2.94 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class-wp-walker.php
-rw-r--r--
13.01 KB
2024-08-08 05:17
编辑
下载
权限
删除
重命名
class-wp-widget-factory.php
-rw-r--r--
3.27 KB
2022-09-13 01:17
编辑
下载
权限
删除
重命名
class-wp.php
-rw-r--r--
25.86 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
class.wp-dependencies.php
-rw-r--r--
373 B
2022-09-20 23:47
编辑
下载
权限
删除
重命名
class.wp-styles.php
-rw-r--r--
338 B
2022-09-20 23:47
编辑
下载
权限
删除
重命名
comment.php
-rw-r--r--
130.93 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
compat-utf8.php
-rw-r--r--
19.1 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
compat.php
-rw-r--r--
17.41 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
cron.php
-rw-r--r--
41.98 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
date.php
-rw-r--r--
400 B
2022-06-17 20:50
编辑
下载
权限
删除
重命名
default-filters.php
-rw-r--r--
37.02 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
deprecated.php
-rw-r--r--
188.13 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
error-protection.php
-rw-r--r--
4.02 KB
2023-05-03 01:15
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
47.11 KB
2026-05-07 06:57
编辑
下载
权限
删除
重命名
feed-atom-comments.php
-rw-r--r--
5.38 KB
2024-03-04 23:11
编辑
下载
权限
删除
重命名
feed-atom.php
-rw-r--r--
3.05 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
feed-rdf.php
-rw-r--r--
2.61 KB
2020-01-29 11:15
编辑
下载
权限
删除
重命名
feed-rss2.php
-rw-r--r--
3.71 KB
2020-01-29 11:15
编辑
下载
权限
删除
重命名
feed.php
-rw-r--r--
24.6 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
fonts.php
-rw-r--r--
9.56 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
formatting.php
-rw-r--r--
346.43 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
functions.php
-rw-r--r--
281.84 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
general-template.php
-rw-r--r--
168.95 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
global-styles-and-settings.php
-rw-r--r--
20.71 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
http.php
-rw-r--r--
25.27 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
kses.php
-rw-r--r--
81.73 KB
2026-03-10 18:32
编辑
下载
权限
删除
重命名
l10n.php
-rw-r--r--
67.18 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
link-template.php
-rw-r--r--
156.36 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
load.php
-rw-r--r--
55.19 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
locale.php
-rw-r--r--
162 B
2019-10-09 02:49
编辑
下载
权限
删除
重命名
media-template-20260507050408.php
-rw-r--r--
61.72 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
media-template.php
-rw-r--r--
61.72 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
media.php
-rw-r--r--
216.06 KB
2026-03-10 18:32
编辑
下载
权限
删除
重命名
meta-20260507060411.php
-rw-r--r--
65 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
meta.php
-rw-r--r--
65 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
ms-blogs-20260507070856.php
-rw-r--r--
25.24 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
ms-blogs.php
-rw-r--r--
25.24 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
ms-default-constants.php
-rw-r--r--
4.81 KB
2024-06-14 06:20
编辑
下载
权限
删除
重命名
ms-default-filters.php
-rw-r--r--
6.48 KB
2023-02-24 11:53
编辑
下载
权限
删除
重命名
ms-deprecated.php
-rw-r--r--
21.25 KB
2024-04-13 03:17
编辑
下载
权限
删除
重命名
ms-files.php
-rw-r--r--
2.79 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
ms-load.php
-rw-r--r--
19.42 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
ms-settings.php
-rw-r--r--
4.11 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
ms-site-20260507050418.php
-rw-r--r--
40.74 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
ms-site.php
-rw-r--r--
40.74 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
nav-menu-template.php
-rw-r--r--
25.38 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
nav-menu.php
-rw-r--r--
43.31 KB
2026-03-10 18:32
编辑
下载
权限
删除
重命名
option-20260507060504.php
-rw-r--r--
102.57 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
option.php
-rw-r--r--
102.57 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
pluggable-deprecated.php
-rw-r--r--
6.18 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
post-formats.php
-rw-r--r--
6.94 KB
2024-05-28 01:59
编辑
下载
权限
删除
重命名
post-template.php
-rw-r--r--
67.04 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
post-thumbnail-template.php
-rw-r--r--
10.62 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
post.php
-rw-r--r--
289.13 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
registration-functions.php
-rw-r--r--
200 B
2020-11-12 21:47
编辑
下载
权限
删除
重命名
registration.php
-rw-r--r--
200 B
2020-11-12 21:47
编辑
下载
权限
删除
重命名
rest-api.php
-rw-r--r--
98.29 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
revision.php
-rw-r--r--
30.02 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
rewrite.php
-rw-r--r--
19.03 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
robots-template.php
-rw-r--r--
5.06 KB
2022-04-07 01:03
编辑
下载
权限
删除
重命名
rss-20260507060524.php
-rw-r--r--
22.66 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
rss-functions.php
-rw-r--r--
255 B
2020-11-17 09:22
编辑
下载
权限
删除
重命名
rss.php
-rw-r--r--
22.66 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
session.php
-rw-r--r--
258 B
2020-02-06 17:03
编辑
下载
权限
删除
重命名
settings.php
-rw-r--r--
4.52 KB
2023-09-26 23:17
编辑
下载
权限
删除
重命名
sitemaps.php
-rw-r--r--
3.16 KB
2021-05-16 03:08
编辑
下载
权限
删除
重命名
spl-autoload-compat.php
-rw-r--r--
441 B
2020-11-12 21:47
编辑
下载
权限
删除
重命名
style-engine.php
-rw-r--r--
7.39 KB
2024-05-03 14:17
编辑
下载
权限
删除
重命名
taxonomy.php
-rw-r--r--
172.91 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
template-20260507045958.php
-rw-r--r--
35.97 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
template-canvas.php
-rw-r--r--
544 B
2023-10-01 09:52
编辑
下载
权限
删除
重命名
template.php
-rw-r--r--
35.97 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
theme-i18n.json
-rw-r--r--
1.69 KB
2026-02-03 19:37
编辑
下载
权限
删除
重命名
theme-templates.php
-rw-r--r--
6.09 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
theme.json
-rw-r--r--
8.71 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
theme.php
-rw-r--r--
131.84 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
vars.php
-rw-r--r--
6.41 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
version.php
-rw-r--r--
1.08 KB
2026-03-11 18:34
编辑
下载
权限
删除
重命名
widgets.php
-rw-r--r--
69.46 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-db.php
-rw-r--r--
445 B
2022-07-22 08:15
编辑
下载
权限
删除
重命名