Files
carpseeds.pl/wp-content/plugins/jet-elements/templates/jet-pricing-table/global/action.php
2024-07-15 11:28:08 +02:00

10 lines
358 B
PHP

<?php
/**
* Action box template
*/
?>
<div class="pricing-table__action">
<?php $this->__html( 'button_before', '<div class="pricing-table__action-before">%s</div>' ); ?>
<?php $this->__glob_inc_if( 'button', array( 'button_url', 'button_text' ) ); ?>
<?php $this->__html( 'button_after', '<div class="pricing-table__action-after">%s</div>' ); ?>
</div>