X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/smart-mag/inc
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
smart-mag
/
inc
/
ðŸ“
..
ðŸ“
admin
📄
admin.php
(6.3 KB)
ðŸ“
amp
📄
archives.php
(3.35 KB)
📄
authenticate.php
(3.25 KB)
📄
bunyad.php
(711 B)
ðŸ“
core
📄
custom-codes.php
(8.22 KB)
📄
custom-css.php
(5.5 KB)
📄
customizer.php
(1.5 KB)
📄
dark-mode.php
(1.61 KB)
ðŸ“
demos
ðŸ“
integrations
📄
lazyload.php
(9.45 KB)
📄
legacy.php
(5.03 KB)
📄
media.php
(22.27 KB)
📄
navigation.php
(1.15 KB)
📄
schema.php
(6.7 KB)
📄
search.php
(2 KB)
📄
social.php
(3.71 KB)
📄
theme.php
(30.59 KB)
Editing: bunyad.php
<?php /** * Bunyad framework factory extension. * * This aids in better code completion for most IDEs. * Most methods here are simply a wrapper for Bunyad_Base::get() method. * * @see Bunyad_Base * @see Bunyad_Base::get() * * @method static Bunyad_Theme_Archives archives($fresh, ...$args) * @method static Bunyad_Theme_Authenticate authenticate($fresh, ...$args) * @method static Bunyad_Theme_Media media($fresh, ...$args) Media Helpers. * @method static \Bunyad\Blocks\Helpers blocks($fresh, ...$args) */ class Bunyad extends Bunyad_Base { /** * Main Theme Object * * @return Bunyad_Theme_SmartMag */ public static function theme() { return self::get('theme'); } }
Upload File
Create Folder