����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Obnboarding admin page.
*/
namespace Extendify\AutoLaunch;
defined('ABSPATH') || die('No direct access.');
/**
* This class handles the Assist admin page.
*/
class AdminPage
{
/**
* The admin page slug
*
* @var $string
*/
public $slug = 'extendify-auto-launch';
/**
* Adds various actions to set up the page
*
* @return void
*/
public function __construct()
{
}
/**
* Settings page output
*
* @since 1.0.0
*
* @return void
*/
public function pageContent()
{
?>
<div
id="extendify-auto-launch-page"
class="extendify-auto-launch"
style="position:fixed;background:white;top:0;left:0;right:0;bottom:0;z-index:99999">
</div>
<?php
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Controllers | Folder | 0755 |
|
|
| Services | Folder | 0755 |
|
|
| Admin.php | File | 7.75 KB | 0644 |
|
| AdminPage.php | File | 851 B | 0644 |
|