refactor(ui): remove unused motayeb_fa_count function from front-page.php

This commit is contained in:
Kazem Alghasi 2026-09-23 00:32:51 +03:30
parent c16648678d
commit 991e117eb5

View File

@ -23,11 +23,6 @@ get_header();
$shop_url = ( function_exists( 'wc_get_page_id' ) ) $shop_url = ( function_exists( 'wc_get_page_id' ) )
? get_permalink( wc_get_page_id( 'shop' ) ) ? get_permalink( wc_get_page_id( 'shop' ) )
: home_url( '/shop' ); : home_url( '/shop' );
// عدد فارسی برای شمارش محصولات
function motayeb_fa_count( $n ) {
return number_format_i18n( intval( $n ) );
}
?> ?>
<!-- ===== HERO SECTION ===== --> <!-- ===== HERO SECTION ===== -->