my very simple snippet no longer works
-
I had this simple snippet:
function my_line_break() { return "<br/>"; } add_shortcode( 'a capo', 'my_line_break' );
Then my client updated the plugin to the new version and now it doesn’t work anymore and it just shows [a capo] shotcode tag in the rendered page.
Any ideas on how to fix it?
Thanks a lot.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘my very simple snippet no longer works’ is closed to new replies.