__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| astra-icons.php | File | 2.07 KB | 0640 |
|
| block-editor-compatibility.php | File | 21.01 KB | 0640 |
|
| comments-flex.php | File | 19.32 KB | 0640 |
|
| comments.php | File | 12.93 KB | 0640 |
|
| container-layouts.php | File | 9.54 KB | 0640 |
|
| content-background.php | File | 11.03 KB | 0640 |
|
| custom-menu-old-header.php | File | 7.04 KB | 0640 |
|
| dark-mode.php | File | 30 KB | 0640 |
|
| global-color-palette.php | File | 1.88 KB | 0640 |
|
| inline-on-mobile.php | File | 7.11 KB | 0640 |
|
| live-search.php | File | 3.07 KB | 0640 |
|
| logo-svg-icons.php | File | 3.45 KB | 0640 |
|
| navigation.php | File | 3.04 KB | 0640 |
|
| pagination.php | File | 8.82 KB | 0640 |
|
| single-post.php | File | 2.05 KB | 0640 |
|