diff --git a/front-page.php b/front-page.php index 3e9f4ea..7349c4c 100644 --- a/front-page.php +++ b/front-page.php @@ -23,11 +23,6 @@ get_header(); $shop_url = ( function_exists( 'wc_get_page_id' ) ) ? get_permalink( wc_get_page_id( 'shop' ) ) : home_url( '/shop' ); - -// عدد فارسی برای شمارش محصولات -function motayeb_fa_count( $n ) { - return number_format_i18n( intval( $n ) ); -} ?>