Advertisement
designbymerovingi

Untitled

Sep 4th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. add_filter( 'mycred_all_references', 'mycred_pro_add_quizpro_ref' );
  2. function mycred_pro_add_quizpro_ref( $references ) {
  3. if ( ! array_key_exists( 'completing_quiz_100_percent', $references ) )
  4. $references['completing_quiz_100_percent']'= "Completing Quiz 100 (WP Pro Qu'z)";
  5.  
  6. return $references;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement