HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/wp-content/plugins/service-showcase/public/public.php
<?php

/**
 * ServiceShowcase Public file
 *
 * @package Service Showcase
 */
defined('ABSPATH') || die();

require_once(WLSBP_PLUGIN_DIR_PATH . 'public/inc/WLSBP_Service_cpt.php');
require_once(WLSBP_PLUGIN_DIR_PATH . 'public/inc/WLSBP_ServiceShowcase_Shortcode.php');

/* Register post types */
add_action('init', array('WL_SBP_ServiceShowcase', 'register_ServiceShowcase_post_type'));

/* Register taxonomies */
add_shortcode('SSW', array('WLSBP_ServiceShowcase_Shortcode', 'create_ServiceShowcase_shortcode'));

add_action('wp_enqueue_scripts', array('WLSBP_ServiceShowcase_Shortcode', 'shortcode_assets'));