admin_url( 'admin-ajax.php' ) ) ); } function bizstrait_menu() { ?> ', $args ); // add classes foreach ( $links as $key => $link ) { if ( strpos( $link, 'style="font-size: 8pt;"' ) ) { $link = preg_replace( '/(class\w?=\w?".*?)"/', '$1 small"', $link ); } if ( strpos( $link, 'style="font-size: 22pt;"' ) ) { $link = preg_replace( '/(class\w?=\w?".*?)"/', '$1 large"', $link ); } $links[ $key ] = $link; } $result = implode( '', $links ); // remove inline styling $patterns = '/style=".*?"/'; $replacements = ''; $result = preg_replace( $patterns, $replacements, $result ); return $result; } function extend_tag_cloud( $tag_data ) { return array_map( function ( $item ) { $item['class'] .= ' bizstrait-widget-tags'; return $item; }, (array) $tag_data ); } public function copyright() { echo wp_kses_post(get_theme_mod('copyright_text', __('Copyright © 2022 | Powered by WordPress | Bizstrait theme by Unibird Tech', 'bizstrait'))); } public function footerbar() { if ( get_theme_mod( 'copyright_display', 1 ) || get_theme_mod( 'footer_privacy_policy', 1 ) ) { ?>