Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > jetpack > modules > theme-tools
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
compat | Directory | - | - | |
js | Directory | - | - | |
responsive-videos | Directory | - | - | |
site-logo | Directory | - | - | |
social-menu | Directory | - | - | |
featured-content.php | File | 20119 bytes | October 14 2024 11:06:00. | |
infinite-scroll.php | File | 1855 bytes | October 14 2024 11:06:00. | |
random-redirect.php | File | 3094 bytes | October 14 2024 11:06:00. | |
responsive-videos.php | File | 3420 bytes | October 14 2024 11:06:00. | |
site-breadcrumbs.php | File | 995 bytes | October 14 2024 11:06:00. | |
site-logo.php | File | 1373 bytes | October 14 2024 11:06:00. | |
social-links.php | File | 6279 bytes | October 14 2024 11:06:00. | |
social-menu.php | File | 1820 bytes | October 14 2024 11:06:00. |
<?php /* * Site Logo. * @see http://jetpack.com/support/site-logo/ * * This feature will only be activated for themes that declare their support. * This can be done by adding code similar to the following during the * 'after_setup_theme' action: * * $args = array( * 'header-text' => array( * 'site-title', * 'site-description', * ), * 'size' => 'medium', * ); * add_theme_support( 'site-logo', $args ); * */ /** * Activate the Site Logo plugin. * * @uses current_theme_supports() * @since 3.2 */ function site_logo_init() { // For transferring existing site logo from Jetpack -> Core if ( current_theme_supports( 'custom-logo' ) && ! get_theme_mod( 'custom_logo' ) && $jp_logo = get_option( 'site_logo' ) ) { set_theme_mod( 'custom_logo', $jp_logo['id'] ); delete_option( 'site_logo' ); } // Only load our code if our theme declares support, and the standalone plugin is not activated. if ( current_theme_supports( 'site-logo' ) && ! class_exists( 'Site_Logo', false ) ) { // Load our class for namespacing. require( dirname( __FILE__ ) . '/site-logo/inc/class-site-logo.php' ); // Load template tags. require( dirname( __FILE__ ) . '/site-logo/inc/functions.php' ); // Load backwards-compatible template tags. require( dirname( __FILE__ ) . '/site-logo/inc/compat.php' ); } } add_action( 'init', 'site_logo_init' );
SILENT KILLER Tool