HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux newsites.squeezer-software.com 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/sites/ileskneiss/wp-content/plugins/education-addon/elementor/naedu-admin-page.php
<?php
function naedu_admin_page(){ ?>
<div class="wrap">
  <h1 class="display-block">Welcome to the <strong>Education Addon</strong></h1>

  <div class="card naedu-normal-card card-primary">
  	<h2 class="title">Description</h2>
    <p>Education Addon covers all the must-needed elements for creating a perfect Education website using Elementor Page Builder. 35+ Unique & Basic Elementor widget covers all of the Education elements.</p>
    <a href="https://wordpress.org/plugins/education-addon/" class="docs button button-primary" target="_blank">Plugin Page</a>
    <a href="https://nicheaddons.com/demos/education/" class="docs button button-primary" target="_blank">Live Demo</a>
    <a href="https://nicheaddons.com/demos/education/elements/" class="docs button button-primary" target="_blank">All Elements</a>
  </div>

  <div class="card naedu-normal-card card-secondary">
  	<h2 class="title">Useful Links</h2>
    <ul>
    	<li><a href="?page=naedu_admin_page-contact">Support</a></li>
    	<li><a href="https://nicheaddons.com/docs" target="_blank">Documentation</a></li>
      <li><a href="https://wordpress.org/themes/nichebase/" target="_blank">NicheBase (Theme) - Download</a></li>
      <li><a href="https://nicheaddons.com/themes/nichebase/" target="_blank">NicheBase (Theme) - Page</a></li>
    </ul>
  </div>

  <div class="card naedu-normal-card card-primary">
  	<h2 class="title">Enable & Disable - Widgets</h2>
    <p>You can now enable and disable the unused widgets from Resataurand Add-On. These settings will allow you to control the clutter-free Elementor editor experience.</p>
    <a href="admin.php?page=naedu_admin_sub_page" class="docs button button-primary">Check Out</a>
  </div>

</div>
<?php
}