| Server IP : 121.121.20.254 / Your IP : 216.73.217.64 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/wst2024/wp-content/plugins/url-shortify/lite/includes/Admin/Templates/ |
Upload File : |
<?php
use Kaizen_Coders\Url_Shortify\Helper;
$object = Helper::get_data( $template_data, 'object', array() );
$add_new_link = Helper::get_data( $template_data, 'add_new_link', '' );
$title = Helper::get_data( $template_data, 'title', '' );
?>
<div class="wrap">
<h1 class="wp-heading-inline">
<span class="text-2xl font-bold leading-7 text-gray-900 sm:text-2xl sm:leading-9 sm:truncate">
<?php echo $title; ?>
<a href="<?php echo $add_new_link; ?>" class="page-title-action">
<?php _e( 'Add New', 'url-shortify' ); ?>
</a>
</span>
</h1>
<div id="poststuff" class="kc-us-items-lists kc-us-items-lists-groups">
<div id="post-body" class="metabox-holder column-1">
<div id="post-body-content">
<div class="meta-box-sortables ui-sortable">
<form method="get">
<input type="hidden" name="page" value="us_groups">
<?php
$object->prepare_items();
?>
</form>
<form method="post">
<?php
$object->display();
?>
</form>
</div>
</div>
</div>
<br class="clear">
</div>
</div>