Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
_htdocs
/
wp-content
/
themes
/
dt-the7
/
/srv/data/web/vhosts/www.shinegis.mu/_htdocs/wp-content/themes/dt-the7/functions.php
<?php /** * The7 theme. * * @since 1.0.0 * * @package The7 */ defined( 'ABSPATH' ) || exit; /** * Set the content width based on the theme's design and stylesheet. * * @since 1.0.0 */ if ( ! isset( $content_width ) ) { $content_width = 1200; /* pixels */ } /** * Initialize theme. * * @since 1.0.0 */ require trailingslashit( get_template_directory() ) . 'inc/init.php';