Description
Implement "oik_fields_loaded" action for oik-testimonialsA custom category "testimonial-type" is used to categorise a large set of testimonials Note: The custom category name must be different from the CPT name
Usage
oik_testimonials_init();Parameters
Returns
voidSource
File name: oik-testimonials/oik-testimonials.phpLines:
1 to 5 of 5
function oik_testimonials_init( ) { bw_register_custom_category( "testimonial_type", null, __( "Testimonial type", "oik-testimonials" ) ); oik_register_oik_testimonials(); bw_add_shortcode( "bw_testimonials", "bw_testimonials", oik_path( "shortcodes/oik-testimonials.php", "oik-testimonials" ), false ); }View on GitHub
