![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/marketiza-angola.com/wp-content/themes/the-conference/inc/customizer/panels/ |
<?php /** * Front Page Settings * * @package The Conference */ function the_conference_customize_register_frontpage( $wp_customize ) { /** Front Page Settings */ $wp_customize->add_panel( 'frontpage_settings', array( 'priority' => 40, 'capability' => 'edit_theme_options', 'title' => __( 'Front Page Settings', 'the-conference' ), 'description' => __( 'Static Home Page settings.', 'the-conference' ), ) ); } add_action( 'customize_register', 'the_conference_customize_register_frontpage' );