HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/alloesb/www/wp-content/themes/listable/inc/admin/admin.php
<?php
/**
 * Listable Theme admin dashboard logic.
 *
 * @package Listable
 */

// If this file is called directly, abort.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

function listable_admin_setup() {

	/**
	 * Load and initialize Pixelgrade Care notice logic.
	 */
	if ( ! class_exists( 'PixelgradeCare_Install_Notice' ) ) {
		require_once 'pixcare-notice/class-notice.php'; // phpcs:ignore
	}
	PixelgradeCare_Install_Notice::init();
}
add_action( 'after_setup_theme', 'listable_admin_setup' );