??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/renovaid.co.uk/wp-content/themes/astra/inc/dynamic-css/astra-icons.php
⬅ Kembali
<?php
/**
* Astra Icons - Dynamic CSS.
*
* @package astra
* @since 3.5.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
add_filter( 'astra_dynamic_theme_css', 'astra_icons_static_css' );
/**
* Astra Icons - Dynamic CSS.
*
* @param string $dynamic_css Dynamic CSS.
* @since 3.5.0
*/
function astra_icons_static_css( $dynamic_css ) {
if ( false === Astra_Icons::is_svg_icons() ) {
$astra_icons = '
.astra-icon-down_arrow::after {
content: "\e900";
font-family: Astra;
}
.astra-icon-close::after {
content: "\e5cd";
font-family: Astra;
}
.astra-icon-drag_handle::after {
content: "\e25d";
font-family: Astra;
}
.astra-icon-format_align_justify::after {
content: "\e235";
font-family: Astra;
}
.astra-icon-menu::after {
content: "\e5d2";
font-family: Astra;
}
.astra-icon-reorder::after {
content: "\e8fe";
font-family: Astra;
}
.astra-icon-search::after {
content: "\e8b6";
font-family: Astra;
}
.astra-icon-zoom_in::after {
content: "\e56b";
font-family: Astra;
}
.astra-icon-check-circle::after {
content: "\e901";
font-family: Astra;
}
.astra-icon-shopping-cart::after {
content: "\f07a";
font-family: Astra;
}
.astra-icon-shopping-bag::after {
content: "\f290";
font-family: Astra;
}
.astra-icon-shopping-basket::after {
content: "\f291";
font-family: Astra;
}
.astra-icon-circle-o::after {
content: "\e903";
font-family: Astra;
}
.astra-icon-certificate::after {
content: "\e902";
font-family: Astra;
}';
return $dynamic_css .= Astra_Enqueue_Scripts::trim_css( $astra_icons );
}
return $dynamic_css;
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 astra-icons.php
php
2.1 KB
2021-06-07 16:01
🐘 block-editor-compatibility.php
php
21.2 KB
2026-01-21 15:49
🐘 comments-flex.php
php
19.3 KB
2025-02-26 11:35
🐘 comments.php
php
12.9 KB
2025-02-26 11:35
🐘 container-layouts.php
php
9.5 KB
2025-07-17 15:54
🐘 content-background.php
php
11 KB
2025-07-16 14:06
🐘 custom-menu-old-header.php
php
7 KB
2025-04-24 09:51
🐘 dark-mode.php
php
30.5 KB
2026-04-08 14:31
🐘 global-color-palette.php
php
1.9 KB
2025-04-15 10:44
🐘 inline-on-mobile.php
php
7.1 KB
2025-02-26 11:35
🐘 live-search.php
php
3.1 KB
2026-04-08 14:31
🐘 logo-svg-icons.php
php
3.4 KB
2025-02-26 11:35
🐘 navigation.php
php
3 KB
2024-04-25 15:46
🐘 pagination.php
php
8.8 KB
2025-02-26 11:35
🐘 single-post.php
php
2 KB
2025-08-11 13:03