AlkantarClanX12

Your IP : 18.116.90.161


Current Path : /home/thanudqk/public_html/wp-content/plugins/hd-quiz/includes/templates/
Upload File :
Current File : /home/thanudqk/public_html/wp-content/plugins/hd-quiz/includes/templates/title.php

<?php
    // question type template
    // Question as a TITLE

    // print question title
    echo '<h3 class = "hdq_question_heading hdq_question_as_tile">'.get_the_title($question["question_id"]["value"]).'</h3>';
    // well that was easy :)