Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Created March 6, 2020 17:14
Show Gist options
  • Save ronalfy/0a07865976376b034afd051273004919 to your computer and use it in GitHub Desktop.
Save ronalfy/0a07865976376b034afd051273004919 to your computer and use it in GitHub Desktop.
Paid Memberships Pro Sponsored Add On
<?php
global $pmprosm_sponsored_account_levels;
$pmprosm_sponsored_account_levels = array(
6 => array(
'main_level_id' => 6, //redundant but useful
'sponsored_level_id' => array(7), //array or single id
'seats' => 100
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment