Post Pay Counter

The best way to pay authors on WordPress

  • Features
    • PRO version
  • Cart
    • Addons
  • Documentation
  • Support

General

  • Pay writers per visit on WordPress
  • Shortcodes – Display stats in public pages
  • Define settings priority (user, role, category)
  • Pay per bbPress Topics and Replies
  • Caching features and stats snapshots
  • WP-CLI commands

Payment features

  • Payment features and PayPal payments
  • Setup an effective payment flow for lifetime visits
  • PayPal setup and configuration
  • Set users’ PayPal email address

Developer documentation

  • Add a custom payment criteria
  • Add a custom column to the stats table
  • Set users’ PayPal email address
  • Extract selected information from stats table
  • Handle massive Analytics data imports
  • Backup plugin data
  • Caching features and stats snapshots
  • Hide stats columns from BuddyPress Members page
  • WP-CLI commands

Analytics integration

  • Google Analytics setup and configuration
  • The future of Google Analytics integration and support for GA4
  • Matomo Analytics setup and configuration
  • Plausible Analytics setup and configuration
  • Migrate visits data away from Google Analytics
  • Share Google Adsense revenue with authors
  • Fix the “All Website Data” Analytics label issue
  • Handle massive Analytics data imports

Troubleshooting

  • Fixed a Publisher Bonus issue with complex settings setups
  • Issue with Publisher Bonus negative due payment
  • License activation failure with timeout error
  • Home
  • Docs
  • Developer documentation
  • Set users’ PayPal email address
Table of Contents
  • Their profile page
  • Any public page of your choice
  • Their BuddyPress Member page
  • Your custom implementation

Post Pay Counter PRO allows to pay authors through PayPal with ease. However, users must enter the PayPal email address which they would like to be paid to, for you to be able to pay them.

There are several ways in which you can make them do that.

Their profile page

The user profile page is the easiest place in which they can set their PayPal email address, just as any other profile settings. The feature is enabled by default and you need to take no action.

PayPal-Setup-6

This method requires that authors have access to wp-admin, at least for profile editing. This is not always the case,  so we also provide other ways.

Any public page of your choice

The PRO version comes with several shortcodes for stats. It also ships a shortcode to display the PayPal email address form in any public page of your choice. You just need to create a new page, enter [ppc_user_paypal_email_settings] as text and publish it. Logged-in users visiting that page will see the apt field to enter and change their PayPal email address.

PayPal email settings frontend

Their BuddyPress Member page

If your site runs on BuddyPress, you can use the BuddyPress addon not only to show authors their stats and their payment history, but their PayPal settings as well. In fact, the Settings tab will provide users with the ability to enter and change their PayPal email address.

BuddyPress - Settings

Your custom implementation

If you have a custom setup for user profiles, and for some reasons you would like to manage users PayPal emails on your own, you can do so through a little custom code. The code you should be using is something like:

global $ppcp_global_settings;
get_user_option( $ppcp_global_settings['paypal_email'], $user_id );
update_user_option( $user_id, $ppcp_global_settings['paypal_email'], "email_value" );

Using WP functions and PPC PRO variables makes sure your implementation will work for sure, even in multisite and with future updates of the plugin, but if you need the specific wp_usermeta meta key, it’s wp_ppcp_paypal_email. But hey, just don’t use it unless you really know what you are up to!

  • Was this Helpful ?
  • Yes   No
payments, paypal
What are your Feelings
Updated on April 14, 2022
Add a custom column to the stats tableExtract selected information from stats table
Table of Contents
  • Their profile page
  • Any public page of your choice
  • Their BuddyPress Member page
  • Your custom implementation

Copyright © 2025 · Centric Theme on Genesis Framework · WordPress · Log in