'; if ( 'post' === get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list(); if ( $categories_list ) { /* translators: Categories list */ printf( ' %1$s ', $categories_list ); // WPCS: XSS OK. } } /* */ echo ''; } endif; add_action( 'bfastmag_entry_footer','bfastmag_entry_footer' ); if ( ! function_exists( 'bfastmag_widget_before_footer' ) ) : /** * page start * * @since bfastmag 1.0.0 * * @param null * @return null * */ function bfastmag_widget_before_footer() { ?>