Description
Implement "oik_presentation_footer" action for oik-presentationDisplay the presentation footer consisting of
- An audio commentary on the page
- The oik Edit css button
- Copyright statement
- Optionally, "wtf" output – showing how the page was constructed
- Notes:
Usage
oik_presentation_footer();Parameters
Returns
voidSource
File name: oik-presentation/oik-presentation.phpLines:
1 to 11 of 11
function oik_presentation_footer() { //e( do_shortcode( "[audio]" )); //oikp_editCSS(); //e( bw_follow_me() ); //e( bw_copyright()); //oik_require( "shortcodes/oik-wtf.php" ); //e( bw_wtf()); oik_require( "shortcodes/oik-fields.php", "oik-fields" ); e( bw_metadata( array( "fields" => '_oikp_notes')) ); bw_flush(); }
Called by
Calls
1 to 2 of 2
Call hooks
API Letters:
