wpcf7_add_tag_generator_quiz
The Contact Form 7 wpcf7 add tag generator quiz function.
Description
wpcf7_add_tag_generator_quiz();
Usage
if ( !function_exists( 'wpcf7_add_tag_generator_quiz' ) ) { require_once ABSPATH . PLUGINDIR . 'contact-form-7/modules/quiz.php'; } // NOTICE! Understand what this does before running. $result = wpcf7_add_tag_generator_quiz();
Defined (1)
The function is defined in the following location(s).
- /modules/quiz.php
- function wpcf7_add_tag_generator_quiz() {
- $tag_generator = WPCF7_TagGenerator::get_instance();
- $tag_generator->add( 'quiz', __( 'quiz', 'contact-form-7' ),
- }