I'm looking to assign the "Login Welcome Page" and "Membership Options Page" to custom post type pages I've created rather than to standard Pages (and preferably do it programatically). Within S2Member's general options a user is presented with select menus showing a list of Pages.
In my theme I am automatically generating the (custom post type) pages to be used for "Login Welcome Page" and "Membership Options Page" when the theme is first installed.
Now I am looking to:
Option A) Preferably, also within my theme functions: auto assign "Login Welcome Page" and "Membership Options Page" to the new specific custom post type pages I had just created on theme installation.
Option B) If A above is not possible, at least change the 'Pages' select menu to include custom post type pages so that the user could manually assign these pages.
So I was wondering:
1) Is this possible?
2) I assume if it is, it requires S2Member API / WP Hooks & Filters. I looked through /s2member/includes/classes/ as suggested via the S2Member API / WP Hooks & Filters info but am not seeing the set up options...
I've searched these forums and Google with little luck. Am I on the right course?
Thanks so much!