403Webshell
Server IP : 77.68.64.21  /  Your IP : 216.73.217.105
Web Server : Apache
System : Linux hp3-wp-1011378.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64
User : csh2668128 ( 2112425)
PHP Version : 8.1.34
Disable Function : shell_exec,exec,system,popen,set_time_limit
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/self/cwd/wp-content/themes/consultstreet/inc/customizer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/cwd/wp-content/themes/consultstreet/inc/customizer/consultstreet-customizer-partials.php
<?php
/**
 * ConsultStreet Customizer partials.
 *
 * @package consultstreet
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ConsultStreet_Customizer_Partials' ) ) {

	/**
	 * Customizer Partials.
	 */
	class ConsultStreet_Customizer_Partials {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object
		 */
		private static $instance;

		/**
		 * Initiator.
		 */
		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}

			return self::$instance;
		}

		// site title
		public static function customize_partial_blogname() {
			return get_bloginfo( 'name' );
		}

		// Site tagline
		public static function customize_partial_blogdescription() {
			return get_bloginfo( 'description' );
		}
		
		// service title
		public static function customize_partial_consultstreet_service_area_title() {
			return get_theme_mod( 'consultstreet_service_area_title' );
		}
		
		// service description
		public static function customize_partial_consultstreet_service_area_des() {
			return get_theme_mod( 'consultstreet_service_area_des' );
		}
		
		// project title
		public static function customize_partial_consultstreet_project_area_title() {
			return get_theme_mod( 'consultstreet_project_area_title' );
		}
		
		// project description
		public static function customize_partial_consultstreet_project_area_des() {
			return get_theme_mod( 'consultstreet_project_area_des' );
		}
		
	    // testimonial title
		public static function customize_partial_consultstreet_testimonial_area_title() {
			return get_theme_mod( 'consultstreet_testimonial_area_title' );
		}
		
		// testimonial description
		public static function customize_partial_consultstreet_testimonial_area_des() {
			return get_theme_mod( 'consultstreet_testimonial_area_des' );
		}
		
		// call to action title
		public static function customize_partial_consultstreet_cta_area_title() {
			return get_theme_mod( 'consultstreet_cta_area_title' );
		}
		
		// call to action subtitle
		public static function customize_partial_consultstreet_cta_area_subtitle() {
			return get_theme_mod( 'consultstreet_cta_area_subtitle' );
		}
		
		// call to action description
		public static function customize_partial_consultstreet_cta_area_des() {
			return get_theme_mod( 'consultstreet_cta_area_des' );
		}
		
	    // call to action button text
		public static function customize_partial_consultstreet_cta_button_text() {
			return get_theme_mod( 'consultstreet_cta_button_text' );
		}
		
	    // blog title
		public static function customize_partial_consultstreet_blog_area_title() {
			return get_theme_mod( 'consultstreet_blog_area_title' );
		}
		
		// blog description
		public static function customize_partial_consultstreet_blog_area_des() {
			return get_theme_mod( 'consultstreet_blog_area_des' );
		}

		// footer copyright text
		public static function customize_partial_consultstreet_footer_copright_text() {
			return get_theme_mod( 'consultstreet_footer_copright_text' );
		}

	}
}

ConsultStreet_Customizer_Partials::get_instance();

Youez - 2016 - github.com/yon3zu
LinuXploit