Files
krolewskie-miody.pl/wp-content/plugins/pixelyoursite/includes/views/UI/buttons-import-export-events.php
2026-04-28 15:13:50 +02:00

17 lines
582 B
PHP

<?php
namespace PixelYourSite;
if ( !defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<div class="pro-feature-container">
<div class="d-flex align-items-center justify-content-between">
<div class="export-import-buttons">
<a class="btn-small btn-gray btn-small-icon secondary_heading disabled"><i class="icon-import"></i>Import Events</a>
<a class="btn-small btn-gray btn-small-icon secondary_heading disabled"><i class="icon-export"></i>Export Events</a>
</div>
<?php renderProBadge(); ?>
</div>
</div>