X7ROOT File Manager
Current Path:
/home/notabjze/usahomesolar.org/wp-content/themes/astra/inc
home
/
notabjze
/
usahomesolar.org
/
wp-content
/
themes
/
astra
/
inc
/
ðŸ“
..
ðŸ“
addons
📄
admin-functions.php
(1.62 KB)
ðŸ“
assets
ðŸ“
blog
ðŸ“
builder
📄
class-astra-after-setup-theme.php
(11.02 KB)
📄
class-astra-dynamic-css.php
(297.52 KB)
📄
class-astra-extended-base-dynamic-css.php
(6.43 KB)
📄
class-astra-global-palette.php
(13.89 KB)
📄
class-astra-loop.php
(7.2 KB)
📄
class-astra-mobile-header.php
(5.81 KB)
ðŸ“
compatibility
ðŸ“
core
ðŸ“
customizer
ðŸ“
dynamic-css
📄
extras.php
(44.17 KB)
📄
google-fonts.php
(185.94 KB)
📄
index.php
(111 B)
ðŸ“
lib
📄
markup-extras.php
(72.12 KB)
ðŸ“
metabox
ðŸ“
modules
ðŸ“
schema
📄
template-parts.php
(9.52 KB)
📄
template-tags.php
(1.11 KB)
ðŸ“
theme-update
📄
w-org-version.php
(647 B)
📄
widgets.php
(4.32 KB)
Editing: w-org-version.php
<?php /** * This file ensures that it is w.org Astra theme. * * @package Astra * @since Astra 4.8.4 */ /** * Function to filter input of Custom Layout's code editor. * * @param string $output Output. * @param string $key Key. * @return string * @since 4.8.4 */ function astra_default_filter_input( $output, $key ) { return filter_input( INPUT_POST, $key, FILTER_DEFAULT ); // phpcs:ignore WordPressVIPMinimum.Security.PHPFilterFunctions.RestrictedFilter -- Default filter after all other cases, Keeping this filter for backward compatibility. } add_filter( 'astra_php_default_filter_input', 'astra_default_filter_input', 10, 2 );
Upload File
Create Folder