Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/cwd/wp-content/themes/colibri-wp/inc/src/Components/ |
Current File : //proc/self/cwd/wp-content/themes/colibri-wp/inc/src/Components/Sidebar.php |
<?php namespace ColibriWP\Theme\Components; use ColibriWP\Theme\Core\ComponentBase; use ColibriWP\Theme\View; class Sidebar extends ComponentBase { public function renderContent($options = array()) { $id = isset($options['id']) ? $options['id'] : 'post'; View::partial( 'sidebar', $id, array( "component" => $this, ) ); } /** * @return array(); */ protected static function getOptions() { return array(); } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare