Jump to content

Inserting span into php code


Sp0cK

Recommended Posts

This is probably the lamest question you will see today, but for me the hardest to answer:

sprintf( __( '%1$s起', 'woocommerce' )

I would like to style the character 起 with a span sort of like this:

'%1$s'<span style='font-size: 10px;'起'</span>, 'woocommerce' )

I'm pretty sure I've got my quotes all wrong in this example. 

 

How do I do this the correct way if possible at all? It's on a live site so i can't play around with it too much...

 

Thanks!

 

The full line is:

$saleprice = $prices[0] !== $prices[1] ? sprintf( __( '%1$s起', 'woocommerce' ), wc_price( $prices[0] ) ) : wc_price( $prices[0] );
Edited by Sp0cK
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.