outlandishideas / oowp

OOWP is a tool for WordPress theme developers that makes templating in WordPress more sensible.
GNU General Public License v3.0
42 stars 2 forks source link

Anti-HTML laser gun #7

Closed szepeviktor closed 2 years ago

szepeviktor commented 5 years ago

Hello!

While developing a WordPress theme one may run into entering small chunks of HTML into an OO(w)P class file.

🔫

Introducing Tag factory :) https://github.com/szepeviktor/Toolkit4WP/blob/80719dfcc485aa118188e3e0054ffc86ee81498e/src/helpers.php#L17

print tag( 'h3', [ 'class' => 'h6 mb-0' ], esc_html( $place->title() ) );

What do you think?