HEX
Server: LiteSpeed
System: Linux premium263.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: eastcjee (525)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/ninja-forms/includes/Admin/Menus/Divider.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;

final class NF_Admin_Menus_Divider extends NF_Abstracts_Submenu
{
    public $parent_slug = 'ninja-forms';

    public $page_title = '';

    public $menu_title = '<span style="display:block;margin:1px 0 1px -5px;padding:0;height:1px;line-height:1px;background:#CCCCCC;"></span>';

    public $menu_slug = '#';

    public $position = 9001;

    public function __construct()
    {
        if( ! defined( 'NF_DEV' ) || ! NF_DEV ) return;

        parent::__construct();

        // Reset Menu Slug
        $this->menu_slug = '#';
    }

    public function display()
    {
        // This method intentionally left blank.
    }

} // End Class NF_Admin_Divider