HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/vfconf/wp-content/themes/event-star/front-page.php
<?php
/**
 * The front-page template file.
 *
 * @package Acme Themes
 * @subpackage Event Star
 * @since Event Star 1.0.0
 */
get_header();

/**
 * event_star_action_front_page hook
 * @since Event Star 1.0.0
 *
 * @hooked event_star_featured_slider -  10
 * @hooked event_star_front_page -  20
 */
do_action( 'event_star_action_front_page' );

get_footer();