ID, 'bizmax_common_meta', true ) ) { $common_meta = get_post_meta( $post->ID, 'bizmax_common_meta', true ); } else { $common_meta = array(); } if ( is_array( $common_meta ) && array_key_exists( 'footer_style_meta', $common_meta ) && $common_meta['footer_style_meta'] != 'default' ) { $footer_style = $common_meta['footer_style_meta']; } else { $footer_style = bizmax_option('site_default_footer', 'footer-style-two'); } $enable_footer_top = bizmax_option('enable_footer_top', false); $go_to_top = bizmax_option('go_to_top_button', false); ?>