File manager - Edit - /home/verseaumee/www/plugins/system/bluejoomla/shortcodes/plan.php
Back
<?php /** * @author Bluejoomla * @date: 01-04-2014 * * @copyright Copyright (C) 2013 Bluejoomla.com . All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ //no direct accees defined ('_JEXEC') or die('resticted aceess'); function plan_func( $atts, $content="" ){ $params = shortcode_atts(array( 'title' =>'Basic', 'price' =>'', 'sysbol_price' =>'', 'description' =>'', 'class'=>'dark_gray', 'buy_link' =>'', 'buy_text' =>'', ), $atts); $html = '<div class="pricing_item '.$params["class"] .'"> <h3 class="pricing_title">'.$params["title"] .'</h3> <div class="pricing_price"><span class="pricing_currency">'.$params["sysbol_price"] .'</span>'.$params["price"] .'</div> <p class="pricing_sentence">'.$params["description"] .'</p> ' .btdo_shortcode( $content ) .' <a class="pricing_action text-center" href="'.$params["buy_link"] .'">'.$params["buy_text"] .'</a> </div>'; return $html; } btadd_shortcode( 'plan', 'plan_func' );
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings