How to add SVG icon above product tab title

I used the following code to create custom product tabs (woocommerce), and now I was wondering if I can add an SVG icon above the tab title. My code for a custom product tab: add_filter( ‘woocommerce_product_tabs’, ‘misha_custom_tab’ ); function misha_custom_tab( $tabs ) { $tabs[‘misha_custom_tab’] = array( ‘title’ => ‘MyTabTitle’, ‘callback’ => ‘misha_custom_tab_content’, // the function … Read more

Using tabs in admin widgets [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years … Read more

I’m trying to Add a new Buddypress menu tab and it is not showing up [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question question: I am … Read more