File manager - Edit - /home/carfac/public_html/rephotonet/wordpress/wp-content/plugins/royal-addons/shortcodes/class.shortcodes.php
Back
<?php class Royal_Shortcodes { // Convert Columns public static function getColumnsNumber( $fraction ) { list( $x, $y ) = explode( '/', $fraction ); $x = intval( $x ) > 0 ? intval( $x ) : 1; $y = intval( $y ) > 0 ? intval( $y ) : 1; return round( $x * ( 12 / $y ) ); } } // Include shortcodes require_once ROYAL_PLUGIN_DIR . 'shortcodes/slideshow.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/single-image.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/video-background.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/section-title.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/button.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/video.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/accordions.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/tabs.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/info-box.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/promotion.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/alert.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/progress.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/bars.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/counters.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/highlight.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/quote.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/sticker.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/dropcap.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/pricing-tables.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/worker.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/work-process.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/clients.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/service.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/portfolio.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/google-maps.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/blog.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/slider.php'; require_once ROYAL_PLUGIN_DIR . 'shortcodes/clear.php';
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings