File: /var/www/html/wptuneprotect/wp-content/plugins/insert-php/admin/pages/page.php
<?php
/**
* This class is implemented page: page in the admin panel.
*
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright (c) 2018, OnePress Ltd
*s
* @package core
* @since 1.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Common Settings
*/
class WINP_Page extends Wbcr_FactoryPages463_AdminPage {
/**
* @param Wbcr_Factory463_Plugin $plugin
*/
public function __construct( Wbcr_Factory463_Plugin $plugin ) {
$this->menu_post_type = WINP_SNIPPETS_POST_TYPE;
parent::__construct( $plugin );
}
}