๐ Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 07:37:56 | PHP 8.1.34
๐
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
all-in-one-wp-migration
/
lib
/
view
/
import
๐ /home/therahul/reenrihair.com/wp-content/plugins/all-in-one-wp-migration/lib/view/import
๐ Refresh
โ๏ธ
Editing: oxygen.php
Writable
<?php /** * Copyright (C) 2014-2025 ServMask Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Attribution: This code is part of the All-in-One WP Migration plugin, developed by * * โโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโ โโโโ โโโโโโ โโโโโโโโโโโ โโโ * โโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโ โโโโ * โโโโโโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ * โโโโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ * โโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโ โโโ โโโ โโโโโโ โโโโโโโโโโโโโโ โโโ * โโโโโโโโโโโโโโโโโโโ โโโ โโโโโ โโโ โโโโโโ โโโโโโโโโโโโโโ โโโ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } if ( $should_reset_permalinks ) { echo wp_kses( sprintf( /* translators: Url */ __( 'ยป Permalinks are set to default. <a class="ai1wm-no-underline" href="https://help.servmask.com/knowledgebase/permalinks-are-set-to-default/" target="_blank">Why?</a><br /> ยป <a class="ai1wm-no-underline" href="https://classic.oxygenbuilder.com/documentation/other/importing-exporting/#resigning" target="_blank">Re-sign Oxygen Builder shortcodes</a>.<br /> ยป <a class="ai1wm-no-underline" href="https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform" target="_blank">Review your migration experience</a>.<br /> ยป <a class="ai1wm-no-underline" href="%s" target="_blank">Protect your site with real-time threat protection</a>', 'all-in-one-wp-migration' ), 'https://servmask.com/protect' ), ai1wm_allowed_html_tags() ); } else { echo wp_kses( sprintf( /* translators: 1: Admin url, 2: Url */ __( 'ยป <a class="ai1wm-no-underline" href="%1$s" target="_blank">Save permalinks structure</a>.<br /> ยป <a class="ai1wm-no-underline" href="https://classic.oxygenbuilder.com/documentation/other/importing-exporting/#resigning" target="_blank">Re-sign Oxygen Builder shortcodes</a>.<br /> ยป <a class="ai1wm-no-underline" href="https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform" target="_blank">Review your migration experience</a>.<br /> ยป <a class="ai1wm-no-underline" href="%2$s" target="_blank">Protect your site with real-time threat protection</a>', 'all-in-one-wp-migration' ), admin_url( 'options-permalink.php#submit' ), 'https://servmask.com/protect' ), ai1wm_allowed_html_tags() ); }
๐พ Save Changes
โ Cancel