Relative Content

Tag Archive for phpwordpressthemes

add line break in the output of esc_html__

I am trying to edit the footer of a theme I am using with WordPress. Nothing in the customization would help me achieve my goal, so I decided to edit the theme file itself. I could make the changes I wanted, but I cannot add a new line after the string (ALL RIGHTS RESERVED). I tried PHP_EOL and .”rn”. but to no avail.

Add a new line in a PHP WordPress theme file

I am trying to edit the footer of a theme I am using with WordPress. Nothing in the customization would help me achieve my goal, so I decided to edit the theme file itself. I could make the changes I wanted, but I cannot add a new line after the string (ALL RIGHTS RESERVED). I tried PHP_EOL and .”rn”. but to no avail.