Search
 
SCRIPT & CODE EXAMPLE
 

HTML

include in the price html woocommerce

add_filter( 'woocommerce_get_price_html', 'wpa83367_price_html', 100, 2 );
function wpa83367_price_html( $price, $product ){
    return 'Was:' . str_replace( '<ins>', ' Now:<ins>', $price );
}
Comment

PREVIOUS NEXT
Code Example
Html :: preload html 
Html :: html iframes 
Html :: div tag in html 
Html :: input submit text 
Html :: HTML dropdown table 
Html :: aria label 
Html :: drag and drop angular 
Html :: mobile navigation bar bootstrap 
Html :: ins tag in html 
Html :: roslaunch if else 
Html :: title attribute in html 
Html :: custom radio css 
Html :: cadre en html5 
Html :: add submit url to button html 
Html :: change text color exactly one word inside text html 
Html :: xpath find by sybling element 
Html :: tailwind danger text 
Html :: flask base models 
Html :: what is paragraph tag 
Html :: bootstrap tables 
Html :: in form right to left html 
Html :: js coding practices airbnb 
Html :: html canvas input add 
Html :: carousel 
Html :: HTML tags - what are tags ? 
Html :: html attribute keyboard shortcut 
Html :: html input type="color" 
Html :: html section tag 
Html :: call angular function from html 
Html :: bell bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =