parent()->get( 'Version' )
);
wp_enqueue_style(
'apex-news-style',
get_stylesheet_uri(),
array( $parenthandle ),
$theme->get( 'Version' )
);
}
endif;
add_action( 'wp_enqueue_scripts', 'apex_news_enqueue_styles' );
require get_theme_file_path() . '/inc/customizer.php';
// Widgets.
require get_theme_file_path() . '/inc/widgets/posts-tile-and-list-widget.php';
/**
* Renders customizer section link
*/
function apex_news_section_link( $section_id ) {
$section_name = str_replace( 'apex_news_', ' ', $section_id );
$section_name = str_replace( '_', ' ', $section_name );
$starting_notation = '#';
?>