Skip to content

bizbudding/wampum-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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
}