refactor(ui): remove unused motayeb_fa_count function from front-page.php
This commit is contained in:
parent
c16648678d
commit
991e117eb5
@ -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 ) );
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- ===== HERO SECTION ===== -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user