HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/zenoxpressalongside.net/wp-content/themes/zxldfw-tcompanyllcMain/theme-options.php
<?php
//Web.com ACF Theme Options Page
//Version: 1.2

if( function_exists( 'acf_add_options_page' ) ) {

    acf_add_options_page( array(
        'page_title' => 'Theme Options',
        'menu_title' => 'Theme Options',
        'menu_slug' => 'theme-options',
        'capability' => 'edit_posts',
        'redirect' => false,
        'icon_url' => false,
     ) );
    
    acf_add_options_page( array(
        'page_title' => 'CTA Area',
        'menu_title' => 'CTA Area',
        'menu_slug' => 'cta-area',
        'capability' => 'edit_posts',
        'redirect' => false,
        'icon_url' => false,
     ) );
    
    acf_add_options_page( array(
        'page_title' => 'Portfolio Logos',
        'menu_title' => 'Portfolio Logos',
        'menu_slug' => 'portfolio-logos',
        'capability' => 'edit_posts',
        'redirect' => false,
        'icon_url' => 'dashicons-screenoptions',
     ) );
    
    //=-=-=-=-=-=- Output field based on it being an options page -=-=-=-=-=-=//
        // get_field( 'field_name', 'option' );
    
    
    //=-=-=-=-=-=- Current used option field names -=-=-=-=-=-=//
    
        // company_name
        // toll_free
        // phone_1
        // email
        // address
        // hours
    
    //=-=-=-=-=-=- Repeater Sub fields -=-=-=-=-=-=//
    
        // social_media_links  - repeater
            // icon
            // url
}