wpProQuiz_achievementsV3 do_action( 'wpProQuiz_achievementsV3' ) Fires after instansiating WpProQuiz_Plugin_BpAchievementsV3 class. ContentsDescription Source Examples Related Used By Description # Source # File: includes/lib/wp-pro-quiz/wp-pro-quiz.php Examples # <?php /** * Example usage for wpProQuiz_achievementsV3 action. */ add_action( 'wpProQuiz_achievementsV3', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Related # Used By # Used By Used By Description includes/lib/wp-pro-quiz/wp-pro-quiz.php: wpProQuiz_achievementsV3 () Instansiates the WpProQuiz_Plugin_BpAchievementsV3 class.
Used By # Used By Used By Description includes/lib/wp-pro-quiz/wp-pro-quiz.php: wpProQuiz_achievementsV3 () Instansiates the WpProQuiz_Plugin_BpAchievementsV3 class.