Place an element before quiz

[ad_1]

Hi Adrian. Last time, you asked how to add content after a quiz, and I provided code using HD Quiz’s hdq_after action. This time, the functionality is almost the exact same except we will use the hdq_before action to add content before the quiz instead.

function hdq_adriandambrine_before_quiz()
{
    ?>
<p>Any HTML, JS, or any other content you want goes here. It will appear before all quizzes</p>
   <?php
}
add_action("hdq_before", "hdq_adriandambrine_before_quiz");

Using the above, you can add custom content before all quizzes, such as a mailchimp subscribe form, or your own custom implementation.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer