Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
tabs-responsive
/
template
/
//home/puskom/mastur/tabs-responsive/template/shortcode.php
<?php // shortdode calling add_shortcode( 'TABS_R', 'TABS_R_ShortCode' ); function TABS_R_ShortCode( $Id ) { ob_start(); if(!isset($Id['id'])) { $WPSM_Tabs_ID = ""; } else { $WPSM_Tabs_ID = $Id['id']; } require("content.php"); wp_reset_query(); return ob_get_clean(); } ?>