Title: Increase Entries Points
Last modified: November 23, 2020

---

# Increase Entries Points

 *  Resolved [alijafark](https://wordpress.org/support/users/alijafark/)
 * (@alijafark)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/increase-entries-points/)
 * 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](https://wordpress.org/support/users/ibenic/)
 * (@ibenic)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/increase-entries-points/#post-13830198)
 * Hi [@alijafark](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/giveasap/assets/icon.svg?rev=1967616)
 * [Simple Giveaways - Grow your business, email lists and traffic with contests](https://wordpress.org/plugins/giveasap/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/giveasap/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/giveasap/)
 * [Active Topics](https://wordpress.org/support/plugin/giveasap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/giveasap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/giveasap/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Igor Benic](https://wordpress.org/support/users/ibenic/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/increase-entries-points/#post-13830198)
 * Status: resolved