Membership Level

You have selected the Inner Circle Membership membership level.

Benefits:
    • Access to the Inner Circle Community
    • Live Q&A/Hot-Seat Sessions
    • Business Book Club
    • Co-Working Sessions (1 Sunday/month & 1 Tuesday/month)
    • Access to Taylor’s Resource & Template Library
    • Weekly Office Hours
    • 20% discount on 1:1 strategy sessions with Taylor

The price for membership is $47.00 per Month.

Do you have a discount code?


Account Information Already have an account? Log in here

LEAVE THIS BLANK

Billing Address

Payment Information We accept all major credit cards

/* Add SSL Seal to PMPro Checkout Page Add this code to a custom plugin or your active theme’s functions.php. Custom code is necessary for this now that PMPro 1.9.3 for security reasons doesn’t allow script tags in the SSL Seal setting text area. The example below is for an AlphaSSL certificate. Replace the $seal string below with your own seals code. Be careful if the seal has single quotes in it. Below we also append (. $seal) the original $seal code as set on the advanced settings page, where on our own site we add some extra info to this area. */ function my_option_pmpro_sslseal($seal) { if(!is_admin()) { $seal = ‘Wildcard SSL Certificates‘ . $seal; } return $seal; } add_filter(‘option_pmpro_sslseal’, ‘my_option_pmpro_sslseal’);