Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ToC Shortcode

ShifnavPro Toggle Edit

// Add Shortcode
function SVDP_2016_ar_shiftnav_title_function() {

	if( is_page( 3647 ) ):
	    return 'Table of Contents';
	else:
	    return 'MENU';
	endif;

}
add_shortcode( 'shiftnavpro_toggle_title', 'SVDP_2016_ar_shiftnav_title_function' );