[ SEA-GHOST MINI SHELL]
<?php
class Bavotasan_Preview_Pro {
private $theme_name = 'Matheson Pro';
private $theme_url = 'https://themes.bavotasan.com/themes/matheson-pro-wordpress-theme/';
public function __construct() {
add_action( 'admin_menu', array( $this, 'admin_menu' ) );
}
/**
* Add a 'Preview Pro' menu item to the Appearance panel
*
* This function is attached to the 'admin_menu' action hook.
*
* @since 1.0.0
*/
public function admin_menu() {
add_theme_page( sprintf( __( 'Upgrade to %s Pro', 'matheson' ), BAVOTASAN_THEME_NAME ), sprintf( __( 'Upgrade %s', 'matheson' ), BAVOTASAN_THEME_NAME ), 'edit_theme_options', 'bavotasan_preview_pro', array( $this, 'bavotasan_preview_pro' ) );
// Remove upgrade page from Appearance menu
remove_submenu_page( 'themes.php', 'bavotasan_preview_pro' );
}
public function bavotasan_preview_pro() {
?>
<style>
.featured-image {
margin: 20px auto !important;
}
.featured-image img {
width: 100%;
}
.about-wrap .headline-feature h2 {
text-align: center;
}
.about-wrap .dfw h3 {
text-align: left;
}
.changelog.headline-feature.dfw {
max-width: 68%;
}
.changelog.headline-feature.dfw {
margin-left: auto;
margin-right: auto;
}
.about-wrap .headline-feature p {
text-align: left;
margin: 1.25em 0;
}
.about-wrap ul {
padding-left: 60px;
list-style: disc;
margin-bottom: 20px;
}
.about-wrap .theme-badge {
position: absolute;
top: 0;
right: 0;
}
.about-wrap .feature-section {
border: 0;
padding: 0;
}
@media only screen and (max-width: 768px) {
.changelog.headline-feature.dfw {
max-width: 100%;
}
.about-wrap .theme-badge {
display: none;
}
}
</style>
<div class="wrap about-wrap" id="custom-background">
<h1><?php printf( __( 'Welcome to %1$s %2$s', 'matheson' ), BAVOTASAN_THEME_NAME, BAVOTASAN_THEME_VERSION ); ?></h1>
<div class="about-text">
<?php printf( __( 'Take your site to the next level with the full version of %s. Check out some of the advanced features that’ll give you more control over your site’s layout and design.', 'matheson' ), '<em>' . $this->theme_name . '</em>' ); ?>
</div>
<div class="theme-badge">
<img src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/screenshot_sml.jpg" />
</div>
<h2 class="nav-tab-wrapper">
<a href="<?php echo admin_url( 'themes.php?page=bavotasan_documentation' ); ?>" class="nav-tab"><?php _e( 'Documentation', 'matheson' ); ?></a>
<a href="<?php echo admin_url( 'themes.php?page=bavotasan_preview_pro' ); ?>" class="nav-tab nav-tab-active"><?php _e( 'Upgrade', 'matheson' ); ?></a>
</h2>
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Featured Slider', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/slider.jpg" class="image-66">
</div>
<p><?php printf( __( 'The most important information on your site should be at the top. That\'s why %s offers a featured slider directly below your site title. Get your point across as soon as your site loads.', 'matheson' ), '<em>' . BAVOTASAN_THEME_NAME . ' Pro</em>' ); ?></p>
<p><?php _e( 'Use the Slider admin page to create/edit each custom slide or let the default set up feature your latest posts.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Grid Page Template', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/grid-template.jpg" />
</div>
<p><?php _e( 'Why display your posts in a single column when you can take advantage of the included grid page template?', 'matheson' );?>
<p><?php _e( 'Each post will appear as part of the three columns grid.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Social Menu', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/social-menu.jpg" />
</div>
<p><?php _e( 'Establish your online presence by letting your visitors join your social network. Help them stay up to date on everything you’re doing', 'matheson' ); ?></p>
<p><?php _e( 'Easily add a social menu by creating links to the most popular social media websites.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Advanced Color Picker', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/color-picker.jpg" />
</div>
<p><?php printf( __( 'Sometimes the default colors just aren’t working for you. In %s you can use the advanced color picker to make sure you get the exact colors you want.', 'matheson' ), '<em>' . $this->theme_name . '</em>' ); ?></p>
<p><?php _e( 'Easily select one of the eight preset colors or dive even deeper into your customization by using a more specific hex code.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Google Fonts', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/google-fonts.jpg" />
</div>
<p><?php _e( 'Web-safe fonts are a thing of the past, so why not try to spice things up a bit?', 'matheson' ); ?></p>
<p><?php _e( 'Choose from some of Google Fonts’ most popular fonts to improve your site’s typeface readability and make things look even more amazing.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog headline-feature dfw">
<h2><?php _e( 'Extended Widgetized Footer', 'matheson' ); ?></h2>
<div class="featured-image dfw-container">
<img alt="" src="<?php echo BAVOTASAN_THEME_URL; ?>/library/images/extended-footer.jpg" />
</div>
<p><?php _e( 'If you need to include more widgets on your site, take advantage of the Extended Footer.', 'matheson' ); ?></p>
<p><?php _e( 'Use the Theme Options customizer to set the number of columns you want to appear. You can also customize your site’s copyright notice.', 'matheson' ); ?></p>
</div>
<hr />
<div class="changelog feature-list">
<h2><?php _e( 'Even More Theme Options', 'matheson' ); ?></h2>
<div class="feature-section two-col">
<div class="col">
<h4><?php _e( 'Full Width Posts/Pages', 'matheson' ); ?></h4>
<p><?php _e( 'Each page/post has an option to remove both sidebars so you can use the full width of your site to display whatever you want.', 'matheson' ); ?></p>
</div>
<div class="col">
<h4><?php _e( 'Multiple Sidebar Layouts', 'matheson' ); ?></h4>
<p><?php _e( 'Sometimes one sidebar just isn’t enough, so add a second one and place it where you want.', 'matheson' ); ?></p>
</div>
</div>
<div class="feature-section two-col">
<div class="col">
<h4><?php _e( 'Bootstrap Shortcodes', 'matheson' ); ?></h4>
<p><?php printf( __( 'Shortcodes are awesome and easy to use. That’s why %s comes with a bunch, like a slideshow carousel, alert boxes and more.', 'matheson' ), '<em>' . $this->theme_name . '</em>' ); ?></p>
</div>
<div class="col">
<h4><?php _e( 'Import/Export Tool', 'matheson' ); ?></h4>
<p><?php _e( 'Once you’ve set up your site exactly how you want, you can easily export the Theme Options and Custom CSS for safe keeping.', 'matheson' ); ?></p>
</div>
</div>
</div>
<hr />
<p><a href="<?php echo $this->theme_url; ?>" target="_blank" class="button-primary button-large"><?php printf( __( 'Buy %s Now →', 'matheson' ), '<strong>' . $this->theme_name . '</strong>' ); ?></a></p>
</div>
<?php
}
}
$bavotasan_preview_pro = new Bavotasan_Preview_Pro;
SEA-GHOST - SHELL CODING BY SEA-GHOST