Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 298 Bytes

#Wampum Programs

Create membership content. To be used with WooCommerce Memberships

Program Templates

In the theme or a custom plugin, create a template function for each wampum_program_template term (slug) used

wampum_do_template_{term_slug_with_underscores}() {
	// Do some stuff
}