Browse: Home / Hooks /

wpProQuiz_achievementsV3

do_action( 'wpProQuiz_achievementsV3' )

Fires after instansiating WpProQuiz_Plugin_BpAchievementsV3 class.


Description #


Source #

File: includes/lib/wp-pro-quiz/lib/plugin/WpProQuiz_Plugin_BpAchievementsV3.php


Examples #

Note: Extended code example below not guaranteed, you may need to consult with a developer

 <?php
/**
 * Example usage for wpProQuiz_achievementsV3 action.
 */
add_action(
	'wpProQuiz_achievementsV3',
	function() {

		// Add your custom code here
	}
);