Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hey oomskapp!

    Thank you for bringing this to my attention! To resolve this issue open the file:

    plugins/mycred/modules/mycred-module-plugins.php

    and on line 687 change the code form:

    if ( !class_exists( 'myCRED_Hook_WPFavorite' ) && function_exists( 'wp_favorite_posts' ) ) {

    to

    if ( !class_exists( 'myCRED_Hook_WPFavorite' ) ) {

    I will include this fix in the next update.

    Plugin Author myCred

    (@designbymerovingi)

    After some further study it turns out I am calling the hooks way to early, in fact so early that some plugins have not been loaded yet and hence the function checks fail. In 1.1.1 I will address this but the above solution will get it working till then.

    Apologies

    Plugin Author myCred

    (@designbymerovingi)

    This should be resolved in 1.1.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Favorites "amount" field not appearing.’ is closed to new replies.