HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //home/sescorpcl/www/wp-content/plugins/shk-hide-title/index.php
<?php
/**
 * Plugin Name: SHK Hide Title
 * Plugin URI: http://shkthemes.com/shk-hide-title
 * Description: A Plugin To disable title for pages in WordPress
 * Version: 1.0.5
 * Author: Shekhar Bhandari, Shk Themes
 * Author URI: http://shekharbhandari.com.np/
 * Text Domain: shk-hide-title
 * License: GPL2
 */
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );

include(__DIR__.'/hide_title.php');

include(__DIR__.'/theme_customization.php');

?>