| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/pia/wp-content/plugins/post-expirator/src/Views/ |
Upload File : |
<?php
defined('ABSPATH') or die('Direct access not allowed.');
// phpcs:disable Generic.Files.LineLength.TooLong
?>
<div class="pp-column-right">
<div class="pp-advertisement-right-sidebar">
<div class="advertisement-box-content postbox pp-advert">
<div class="postbox-header pp-advert">
<h3 class="advertisement-box-header hndle is-non-sortable">
<span><?php
echo esc_html__('Upgrade to PublishPress Future Pro', 'post-expirator'); ?></span>
</h3>
</div>
<div class="inside pp-advert">
<p><?php
echo esc_html__(
'Enhance the power of PublishPress Future with the Pro version:',
'post-expirator'
); ?>
</p>
<ul>
<li><?php
echo esc_html__('Additional workflow triggers', 'post-expirator'); ?></li>
<li><?php
echo esc_html__('Additional workflow actions', 'post-expirator'); ?></li>
<li><?php
echo esc_html__('Schedule your workflows', 'post-expirator'); ?></li>
<li><?php
echo esc_html__('Manage metadata with workflows', 'post-expirator'); ?></li>
<li><?php
echo esc_html__('Advanced features for Future Actions', 'post-expirator'); ?></li>
<li><?php
echo esc_html__('Use other plugins to control Future Actions', 'post-expirator'); ?></li>
</ul>
<div class="upgrade-btn">
<a href="https://publishpress.com/links/future-sidebar" target="__blank"><?php
echo esc_html__('Upgrade to Pro', 'post-expirator'); ?></a>
</div>
</div>
</div>
<div class="advertisement-box-content postbox pp-advert">
<div class="postbox-header">
<h3 class="advertisement-box-header hndle is-non-sortable">
<span><?php
echo esc_html__('Need PublishPress Future Support?', 'post-expirator'); ?></span>
</h3>
</div>
<div class="inside pp-advert">
<p><?php
echo esc_html__(
'If you need help or have a new feature request, let us know.',
'post-expirator'
); ?>
<a class="advert-link" href="https://wordpress.org/support/plugin/post-expirator/" target="_blank">
<?php
echo esc_html__('Request Support', 'post-expirator'); ?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"
class="linkIcon">
<path
d="M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"></path>
</svg>
</a>
</p>
<p>
<?php
echo esc_html__(
'Detailed documentation is also available on the plugin website.',
'post-expirator'
); ?>
<a class="advert-link" href="https://publishpress.com/knowledge-base/introduction-future/"
target="_blank">
<?php
echo esc_html__('View Knowledge Base', 'post-expirator'); ?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"
class="linkIcon">
<path
d="M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"></path>
</svg>
</a>
</p>
</div>
</div>
</div>
</div>
<?php
// phpcs:enable