Powered by WordPress', 'brawny'), esc_url( 'http://wordpress.org/') ); printf( ' .' ); printf( __( 'Theme: Brawny by Webulous Themes

', 'brawny' ), esc_url('https://www.webulousthemes.com/') ); } } add_action('brawny_credits','brawny_footer_credits'); if(! function_exists('brawny_before_branding_widgets') ) { function brawny_before_branding_widgets() { ?>
'.$more_link_text.'

'; } } /** * Configuration sample for the Kirki Customizer. * The function's argument is an array of existing config values * The function returns the array with the addition of our own arguments * and then that result is used in the kirki/config filter * * @param $config the configuration array * * @return array */ function brawny_demo_configuration_sample_styling( $config ) { return wp_parse_args( array( 'color_accent' => '#41285b', 'color_back' => '#FFFFFF', 'width' => '320px', ), $config ); } add_filter( 'kirki/config', 'brawny_demo_configuration_sample_styling' ); add_action('brawny_blog_layout_class_wrapper_before','brawny_blog_layout_wrapper_class_before'); if(! function_exists('brawny_blog_layout_wrapper_class_before') ) { function brawny_blog_layout_wrapper_class_before() { $blog_layout = get_theme_mod('blog_layout',1 ); switch ( $blog_layout ) { case 2: ?>