Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    If you want to embed HTML output code in your snippets, you will need to wrap it in an appropriate action hook.

    Where on your site is this code supposed to be displayed? If you would like to use it as a shortcode you need to place this line before any HTML code in your snippet

    add_shortcode( 'pricing_table, function () { ?>

    and this afterwards:

    <?php } );

Viewing 1 replies (of 1 total)
  • The topic ‘Error with acf’ is closed to new replies.