Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1201231

    Hi,
    i’ve added do_action to the template-builder.php in the child theme. Is this a clean solution? Is there a cleaner one?

    LINES 100 to 103 of template-builder.php
    $content = apply_filters(‘the_content’, $content);
    $content = apply_filters(‘avf_template_builder_content’, $content);
    $content .= do_action( ‘ava_header_attivita’ ); // new line
    echo $content;

    #1201404

    Hi idemadv,

    You can use this action hook:

    ava_before_content_templatebuilder_page

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.