Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
public_html
/
nycre
/
wp-content
/
themes
/
realexa
/
admin
/
admin-tpl
/
File Content:
mascot-tabs.php
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Cannot access pages directly.' ); } ?> <?php $links = array( 'mascot-about' => esc_html__( 'About', 'realexa' ), 'mascot-docs' => esc_html__( 'Support & Help', 'realexa' ), 'mascot-faq' => esc_html__( 'FAQ', 'realexa' ), 'mascot-system-status' => esc_html__( 'System Status', 'realexa' ), ); if ( !mascot_core_realexa_plugin_installed() ) { unset( $links['mascot-system-status'] ); } ?> <h2 class="nav-tab-wrapper wp-clearfix"> <?php foreach ( $links as $link_id => $title ) { $active = ''; if( isset( $_REQUEST[ 'page' ] ) ) { if( $link_id == $_REQUEST[ 'page' ] ) $active = ' nav-tab-active'; } ?> <a href="<?php echo esc_url( "admin.php?page={$link_id}" ); ?>" class="nav-tab<?php echo esc_attr( $active ) ?>"><?php echo esc_html( $title ); ?></a> <?php } ?> </h2>
Submit
FILE
FOLDER
Name
Size
Permission
Action
mascot-about.php
10990 bytes
0644
mascot-docs.php
12277 bytes
0644
mascot-faq.php
6153 bytes
0644
mascot-header.php
858 bytes
0644
mascot-system-status.php
484 bytes
0644
mascot-tabs.php
937 bytes
0644
N4ST4R_ID | Naxtarrr