Archived topic
Hooks not working?
3 replies · Started by Diane on January 5, 2017
Hi,
I've lost the header on my site https://wolfmediaplus.com. It's supposed to be showing a Beaver Builder template which contains my logo, tag line, and call to action button. Here's what I'm using in GP Hooks:
<?php echo do_shortcode( '[fl_builder_insert_layout slug=“wmpheader”]' ); ?>
This code worked before and now it is not. Any ideas?
thanks,
Diane
Not sure if the forum converted them, but make sure those quotations are straight and not curly:
<?php echo do_shortcode( '[fl_builder_insert_layout slug="wmpheader"]' ); ?>
Execute PHP is checked?
Disable Hook isn't checked?
Ahhh, those darn quotations! That was it. My eyes are getting too old to see the difference! Thanks much!
WordPress loves curly quotes, I have no idea why.
Glad I could help :)