Function:
mp_core_theme_specific_scripts()
Purpose:
To include extra theme-specific functions included in the MP Core plugin.
Overview:
This function will include extra functions in the MP core plugin which are only needed when building a theme. The reason these functions are not included by default is to reduce bloat if they are un-needed.
Usage:
To include these scripts in your theme, use the following line of code:
add_action( 'after_setup_theme', 'mp_core_theme_specific_scripts' );