HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux Droplet-NYC1-3 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/apwire.net/wp-content/themes/mavix-marketing/inc/hook/custom.php
<?php
/**
 * Custom theme functions.
 *
 * This file contains hook functions attached to theme hooks.
 *
 * @package Mavix Marketing
 */

if( ! function_exists( 'mavix_marketing_site_branding' ) ) :
/**
* Site Branding
*
* @since 1.0.0
*/
function mavix_marketing_site_branding() { ?>
        <div class="header-top">
            <div class="wrapper">
                <div class="site-branding">
                    <div class="site-logo">
                        <?php if(has_custom_logo()):?>
                            <?php the_custom_logo();?>
                        <?php endif;?>
                    </div><!-- .site-logo -->

                    <div id="site-identity">
                        <h1 class="site-title">
                            <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">  <?php bloginfo( 'name' ); ?></a>
                        </h1>

                        <?php 
                            $mavix_marketing_description = get_bloginfo( 'description', 'display' );
                            if ( $mavix_marketing_description || is_customize_preview() ) : ?>
                            <p class="site-description"><?php echo esc_html($mavix_marketing_description);?></p>
                        <?php endif; ?>
                    </div><!-- #site-identity -->
                </div> <!-- .site-branding -->

                <?php $mavix_marketing_show_contact_details  = mavix_marketing_get_option( 'mavix_marketing_show_contact_details' );

                if( true == mavix_marketing_get_option('mavix_marketing_show_contact_details') ) { ?>
                    <div class="site-contact-details clear">
                        <?php
                        $mavix_marketing_address_one   = mavix_marketing_get_option( 'mavix_marketing_address_one' );
                        $mavix_marketing_address_two   = mavix_marketing_get_option( 'mavix_marketing_address_two' );
                        $mavix_marketing_phone_number  = mavix_marketing_get_option( 'mavix_marketing_phone_number' ); 
                        $mavix_marketing_opening_time  = mavix_marketing_get_option( 'mavix_marketing_opening_time' ); 
                        $mavix_marketing_email_id      = mavix_marketing_get_option( 'mavix_marketing_email_id' ); 
                        $mavix_marketing_support_text  = mavix_marketing_get_option( 'mavix_marketing_support_text' ); 

                        ?>

                        <button type="button" class="top-header-menu-toggle">
                            <i class="fa-solid fa-bars-staggered open-icon"></i>
                            <i class="fa-solid fa-xmark close-icon"></i>
                        </button>

                        <ul>
                            <?php if( !empty( $mavix_marketing_address_one || $mavix_marketing_address_two ) ):?>
                                <li>
                                    <i class="fa-regular fa-map"></i>
                                    <div class="list-details">
                                        <h2><?php echo esc_html( $mavix_marketing_address_one ); ?></h2>
                                        <span><?php echo esc_html( $mavix_marketing_address_two ); ?></span>
                                    </div><!-- .list-details -->
                                </li>
                            <?php endif;?>

                            <?php if( !empty( $mavix_marketing_phone_number || $mavix_marketing_opening_time ) ):?>
                                <li>
                                    <i class="fa-solid fa-mobile-screen-button"></i>
                                    <div class="list-details">
                                        <h2><?php echo esc_html( $mavix_marketing_phone_number ); ?></h2>
                                        <span><?php echo esc_html( $mavix_marketing_opening_time ); ?></span>
                                    </div><!-- .list-details -->
                                </li>
                            <?php endif;?>

                            <?php if( !empty( $mavix_marketing_email_id || $mavix_marketing_support_text ) ):?>
                                <li>
                                    <i class="fa-regular fa-envelope"></i>
                                    <div class="list-details">
                                        <h2><?php echo esc_html( $mavix_marketing_email_id ); ?></h2>
                                        <span><?php echo esc_html( $mavix_marketing_support_text ); ?></span>
                                    </div><!-- .list-details -->
                                </li>
                            <?php endif;?>
                        </ul>
                    </div><!-- .site-contact-details -->
                <?php } ?>
            </div><!-- .wrapper -->
        </div><!-- .header-top -->

        <div class="header-bottom">
            <div class="wrapper">
                <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php echo esc_attr__('Primary Menu', 'mavix-marketing'); ?>">
                    <button type="button" class="menu-toggle">
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>

                    <?php
                    $mavix_marketing_show_menu_button   = mavix_marketing_get_option( 'mavix_marketing_show_menu_button' );
                    $mavix_marketing_menu_button_text   = mavix_marketing_get_option( 'mavix_marketing_menu_button_text' );
                    $mavix_marketing_menu_button_url    = mavix_marketing_get_option( 'mavix_marketing_menu_button_url' );

                    $mavix_marketing_custom_button = '';
                    if( $mavix_marketing_show_menu_button ) {
                        $mavix_marketing_custom_button .= '<div class="custom-menu-item"><a href="'. esc_url( $mavix_marketing_menu_button_url ) .'" class="btn">'
                                . esc_html( $mavix_marketing_menu_button_text ) .'</a>
                                </div>';
                    }

                    wp_nav_menu( array(
                        'theme_location' => 'primary',
                        'menu_id'        => 'primary-menu',
                        'menu_class'     => 'nav-menu',
                        'fallback_cb'    => 'mavix_marketing_primary_navigation_fallback',
                    ) );
                    ?>

                    <?php echo $mavix_marketing_custom_button; ?>
                </nav><!-- #site-navigation -->
            </div><!-- .wrapper -->
        </div><!-- .header-bottom -->
<?php }
endif;
add_action( 'mavix_marketing_action_header', 'mavix_marketing_site_branding', 10 );

if ( ! function_exists( 'mavix_marketing_footer_top_section' ) ) :

  /**
   * Top  Footer 
   *
   * @since 1.0.0
   */
  function mavix_marketing_footer_top_section() {
      $mavix_marketing_footer_sidebar_data = mavix_marketing_footer_sidebar_class();
      $mavix_marketing_footer_sidebar    = $mavix_marketing_footer_sidebar_data['active_sidebar'];
      $mavix_marketing_footer_class      = $mavix_marketing_footer_sidebar_data['class'];
      if ( empty( $mavix_marketing_footer_sidebar ) ) {
        return;
      }      ?>
      <div class="footer-widgets-area section-gap <?php echo esc_attr( $mavix_marketing_footer_class ); ?>"> <!-- widget area starting from here -->
          <div class="wrapper">
            <?php
              for ( $i = 1; $i <= 4 ; $i++ ) {
                if ( is_active_sidebar( 'footer-' . $i ) ) {
                ?>
                  <div class="hentry">
                    <?php dynamic_sidebar( 'footer-' . $i ); ?>
                  </div>
                  <?php
                }
              }
            ?>
            </div>
          
      </div> <!-- widget area starting from here -->
    <?php
 }
endif;

add_action( 'mavix_marketing_action_footer', 'mavix_marketing_footer_top_section', 10 );

if ( ! function_exists( 'mavix_marketing_footer_section' ) ) :

  /**
   * Footer copyright
   *
   * @since 1.0.0
   */
  function mavix_marketing_footer_section() { ?>
    <div class="site-info">    
        <?php 
            $mavix_marketing_copyright_footer = mavix_marketing_get_option('copyright_text'); 
            if ( ! empty( $mavix_marketing_copyright_footer ) ) {
                $mavix_marketing_copyright_footer = wp_kses_data( $mavix_marketing_copyright_footer );
            }
            // Powered by content.
            $mavix_marketing_powered_by_text = sprintf( __( ' Theme Mavix Marketing by %s', 'mavix-marketing' ), '<a target="_blank" rel="designer" href="'. esc_url( 'http://creativthemes.com/' ) .'">Creativ Themes</a>' );
        ?>
        <div class="wrapper">
            <span class="copy-right"><?php echo esc_html($mavix_marketing_copyright_footer);?><?php echo $mavix_marketing_powered_by_text;?></span>
        </div><!-- .wrapper --> 
    </div> <!-- .site-info -->
    
  <?php }

endif;
add_action( 'mavix_marketing_action_footer', 'mavix_marketing_footer_section', 20 );

if ( ! function_exists( 'mavix_marketing_footer_sidebar_class' ) ) :
  /**
   * Count the number of footer sidebars to enable dynamic classes for the footer
   *
   * @since mavix_marketing 0.1
   */
  function mavix_marketing_footer_sidebar_class() {
    $mavix_marketing_data = array();
    $mavix_marketing_active_sidebar = array();
      $mavix_marketing_count = 0;

      if ( is_active_sidebar( 'footer-1' ) ) {
        $mavix_marketing_active_sidebar[]   = 'footer-1';
          $mavix_marketing_count++;
      }

      if ( is_active_sidebar( 'footer-2' ) ){
        $mavix_marketing_active_sidebar[]   = 'footer-2';
          $mavix_marketing_count++;
    }

      if ( is_active_sidebar( 'footer-3' ) ){
        $mavix_marketing_active_sidebar[]   = 'footer-3';
          $mavix_marketing_count++;
      }

      if ( is_active_sidebar( 'footer-4' ) ){
        $mavix_marketing_active_sidebar[]   = 'footer-4';
          $mavix_marketing_count++;
      }

      $mavix_marketing_class = '';

      switch ( $mavix_marketing_count ) {
          case '1':
            $mavix_marketing_class = 'col-1';
            break;
          case '2':
            $mavix_marketing_class = 'col-2';
            break;
          case '3':
            $mavix_marketing_class = 'col-3';
            break;
            case '4':
            $mavix_marketing_class = 'col-4';
            break;
      }

    $mavix_marketing_data['active_sidebar'] = $mavix_marketing_active_sidebar;
    $mavix_marketing_data['class']        = $mavix_marketing_class;

      return $mavix_marketing_data;
  }
endif;

if ( ! function_exists( 'mavix_marketing_excerpt_length' ) ) :

  /**
   * Implement excerpt length.
   *
   * @since 1.0.0
   *
   * @param int $length The number of words.
   * @return int Excerpt length.
   */
  function mavix_marketing_excerpt_length( $length ) {

    if ( is_admin() ) {
      return $mavix_marketing_length;
    }

    $mavix_marketing_excerpt_length = mavix_marketing_get_option( 'excerpt_length' );

    if ( absint( $mavix_marketing_excerpt_length ) > 0 ) {
      $mavix_marketing_length = absint( $mavix_marketing_excerpt_length );
    }

    return $mavix_marketing_length;
  }

endif;

add_filter( 'excerpt_length', 'mavix_marketing_excerpt_length', 999 );

if( ! function_exists( 'mavix_marketing_banner_header' ) ) :
    /**
     * Page Header
    */
    function mavix_marketing_banner_header() { ?>
        <?php if( !is_front_page() || is_home() ) { ?>
            <div id="header-image">
                <?php the_custom_header_markup(); ?>
                <header class='page-header'>
                    <div class="wrapper">
                        <?php mavix_marketing_banner_title();?>
                    </div><!-- .wrapper -->
                </header>
            </div><!-- #header-image -->
        <?php } ?>

        <?php
    }
endif;
add_action( 'mavix_marketing_banner_header', 'mavix_marketing_banner_header', 10 );

if( ! function_exists( 'mavix_marketing_banner_title' ) ) :
/**
 * Page Header
*/
function mavix_marketing_banner_title(){ 
    if ( ( is_front_page() && is_home() ) || is_home() ){ 
        $mavix_marketing_your_latest_posts_title = mavix_marketing_get_option( 'your_latest_posts_title' );?>
        <h2 class="page-title"><?php echo esc_html($mavix_marketing_your_latest_posts_title); ?></h2><?php
    }

    if( is_singular() ) {
        the_title( '<h2 class="page-title">', '</h2>' );
    }       

    if( is_archive() ){
        the_archive_description( '<div class="archive-description">', '</div>' );
        the_archive_title( '<h2 class="page-title">', '</h2>' );
    }

    if( is_search() ){ ?>
        <h2 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'mavix-marketing' ), '<span>' . get_search_query() . '</span>' ); ?></h2>
    <?php }
    
    if( is_404() ) {
        echo '<h2 class="page-title">' . esc_html__( 'Error 404', 'mavix-marketing' ) . '</h2>';
    }
}
endif;

if ( ! function_exists( 'mavix_marketing_posts_tags' ) ) :
    /**
     * Prints HTML with meta information for the current post-date/time and author.
     */
    function mavix_marketing_posts_tags() {
        // Hide category and tag text for pages.
        if ( 'post' === get_post_type() && has_tag() ) { ?>
                <div class="tags-links">

                    <?php /* translators: used between list items, there is a space after the comma */
                    $mavix_marketing_tags = get_the_tags();
                    if ( $mavix_marketing_tags ) {

                        foreach ( $mavix_marketing_tags as $tag ) {
                            echo '<span><a href="' . esc_url( get_tag_link( $tag->term_id ) ) .'">' . esc_html( $tag->name ) . '</a></span>'; // WPCS: XSS OK.
                        }
                    } ?>
                </div><!-- .tags-links -->
        <?php } 
    }
endif;