File manager - Edit - /home2/ajansonline/public_html/wp-content/themes/mokko/inc/theme-actions.php
Back
<?php /** * Register Sidebar. */ function mokko_register_sidebar() { // posts sidebar register_sidebar( array( 'name' => esc_html__( 'Blog Sidebar', 'mokko' ), 'id' => 'blog_sidebar', 'description' => esc_html__( 'Blog Widget Area', 'mokko' ), 'before_widget' => '<aside id="%1$s" class="%2$s">', 'after_widget' => '</aside>', 'before_title' => '<div class="text-divider"><h5>', 'after_title' => '</h5></div>' ) ); // shop sidebar if ( MOKKO_WOOCOMMERCE ) { register_sidebar( array( 'name' => esc_html__( 'Shop Sidebar', 'mokko' ), 'id' => 'shop_sidebar', 'description' => esc_html__( 'Shop Widget Area', 'mokko' ), 'before_widget' => '<aside id="%1$s" class="%2$s">', 'after_widget' => '</aside>', 'before_title' => '<div class="text-divider"><h5>', 'after_title' => '</h5></div>' ) ); } } add_action( 'widgets_init', 'mokko_register_sidebar' ); if ( ! function_exists( 'wp_body_open' ) ) { function wp_body_open() { do_action( 'wp_body_open' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings