Server IP : 104.21.93.192 / Your IP : 216.73.216.84 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/redwjova/clevorio.com/wp-content/plugins/smartmag-core/inc/ |
Upload File : |
<?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) * @method static Bunyad_Theme_Amp amp($fresh, ...$args) AMP class. * @method static Bunyad_Theme_Lazyload lazyload($fresh, ...$args) Lazyload class. * @method static \SmartMag\Reviews\Module reviews($fresh, ...$args) Reviews Module. */ class Bunyad extends Bunyad_Base { /** * Main Theme Object * * @return Bunyad_Theme_SmartMag */ public static function theme() { return self::get('theme'); } }