• Resolved alijafark

    (@alijafark)


    Hello,

    Thanks For Such a Great Plugin.

    I just want to know Is it possible For each referred subscriber, you will collect 5 entries Instead of 1?

    Thanks
    Aj

Viewing 1 replies (of 1 total)
  • Plugin Author Igor Benic

    (@ibenic)

    Hi @alijafark, sorry for such a late response. This last 30 days went by really fast as I was working on a new version.

    Custom referral entries are a premium feature.

    If you want to add a custom code, you can do that by using the filter ‘giveasap_entry_value’ so you could add somewhere in your theme or as a separate plugin this piece of code:

    add_filter( 'giveasap_entry_value', 'my_custom_function_to_add_entries', 10, 2 );

    And this:

    function my_custom_function_to_add_entries($entry){ return 5; }

    Change my_custom_function_to_add_entries to something else if you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Increase Entries Points’ is closed to new replies.