??????????????
??????????????
??????????????
??????????????
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/mayshine.co.uk/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-05-25 09:33
📁 .well-known
dir
—
2025-11-12 09:23
📁 cgi-bin
dir
—
2026-06-17 03:06
📁 wp-admin
dir
—
2026-06-17 03:06
📁 wp-content
dir
—
2026-06-25 11:59
📁 wp-includes
dir
—
2026-06-23 08:19
📄 .hcflag
hcflag
31 B
2026-06-23 22:30
📄 .htaccess
htaccess
649 B
2026-06-23 08:04
📄 .litespeed_flag
litespeed_flag
297 B
2026-06-25 01:39
🐘 about.php
php
4.4 KB
2026-05-21 07:40
🐘 admin.php
php
32.3 KB
2026-06-24 09:38
🐘 content.php
php
4.4 KB
2026-04-05 07:33
📄 error_log
file
7.3 KB
2026-06-25 10:03
🐘 index.php
php
12.3 KB
2026-06-23 08:04
📝 license.txt
txt
19.4 KB
2026-05-21 21:28
🐘 radio.php
php
4.4 KB
2026-04-08 07:58
🌐 readme.html
html
7.2 KB
2026-05-21 21:28
🐘 wp-activate.php
php
7.2 KB
2026-05-21 21:28
🐘 wp-blog-header.php
php
1.1 KB
2020-02-06 11:33
🐘 wp-comments-post.php
php
2.3 KB
2023-06-14 18:11
🐘 wp-conffq.php
php
262.4 KB
2026-06-23 01:40
🐘 wp-config-sample.php
php
28.9 KB
2026-05-21 21:28
🐘 wp-config.php
php
3.6 KB
2026-06-18 22:34
🐘 wp-cron.php
php
5.5 KB
2024-08-02 23:40
🐘 wp-headre.php
php
16.3 KB
2026-04-13 07:06
🐘 wp-links-opml.php
php
2.4 KB
2025-12-04 03:46
🐘 wp-load.php
php
3.8 KB
2026-06-12 11:49
🐘 wp-login.php
php
50.6 KB
2026-05-21 21:28
🐘 wp-mail.php
php
8.5 KB
2025-12-04 03:46
🐘 wp-settings.php
php
31.9 KB
2026-06-10 19:54
🐘 wp-signup.php
php
33.8 KB
2026-05-21 21:28
🐘 wp-trackback.php
php
5.1 KB
2025-12-04 03:46
🐘 xmlrpc.php
php
3.1 KB
2024-11-08 20:52