fbpx
Search
Close this search box.

Home / Blog

 / 
Close unclosed HTML tags in PHP

Close unclosed HTML tags in PHP

Recently I stumped upon a handy WordPress function which closes HTML tags.

The function name is force_balance_tags().

Taking as an example unclosed list items:

echo force_balance_tags( '<ul>
  <li>this
  <li>is
  <li>a
  <li>list
</ul>' );

It will produce something like this:

<ul>
  <li>this
  </li><li>is
  </li><li>a
  </li><li>list
</li></ul>

Share This Article:

Kuba Mikita

Kuba Mikita

Share This Article:

Kuba Mikita

Kuba Mikita

Share This Article:

Latest updates, discounts and more!

Get the most recent updates on WordPress automation, fresh plugins, new features and price cuts.

Related articles

In today’s online world, your WordPress website isn’t just a spot on the internet. It’s the face of what you do, whether that’s your business, sharing ideas, or showing off...

Are you experiencing challenges with WordPress email notifications not arriving as expected? This is a common problem in the WordPress community, but don’t worry. This guide is specifically designed to...

Engaging users effectively is not just an option; it’s a necessity for survival and growth. WordPress site owners, in particular, often rely on email notifications to keep their audience informed...

WordPress Plugins that get the job done

With years of experience creating client websites, we bring our experience to functional WordPress plugins.

Easy to use for everyone

Regardless of experience level, you can easily use our products.

Top-notch Support included

We treat our clients seriously and focus heavily on support. Reviews backs this up!

Extensible and developer friendly

You're the same developer as we are. Our code is clean and extensible, just the way you like.