@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
plugins
/
service-box
/
template
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/plugins/service-box/template/shortcode.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; add_shortcode( 'WPSM_SERVICEBOX', 'WPSM_SERVICEBOX_ShortCode' ); function WPSM_SERVICEBOX_ShortCode( $Id ) { ob_start(); if(!isset($Id['id'])) { $WPSM_SERVICE_ID = ""; } else { $WPSM_SERVICE_ID = $Id['id']; } require("content.php"); wp_reset_query(); return ob_get_clean(); } ?>