Answer the question
In order to leave comments, you need to log in
How do I replace the Font Awesome icon with text that can be linked to a translation file?
if ( wp_is_mobile() && $wr_nitro_options['wc_archive_mobile_sidebar'] ) {
echo '<a href="javascript:void(0);" class="wc-show-sidebar bts-40 nitro-line btb mgl10"><i class="fa fa-sliders" aria-hidden="true"></i></a>';
}
Answer the question
In order to leave comments, you need to log in
if ( wp_is_mobile() && $wr_nitro_options['wc_archive_mobile_sidebar'] ) {
echo '<a href="javascript:void(0);" class="wc-show-sidebar bts-40 nitro-line btb mgl10">' . __( 'Filter', 'TextDomain' ) . '</a>';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question