Function:

mp_core_logo_customizer()

Purpose:

This function adds a logo image control to the customizer.

Overview:

When the user goes to the WordPress customizer, it will have a section called “Logo Image” and the option upload an image and set its width and height.

Additional options (if needed) can be added using the ‘mp_core_logo_args’ filter.

Showing the logo in your theme can be used by calling the ‘mp_core_logo_image()’ template tag.

Usage:

This function is automatically hooked to ‘init’ and activated by the MP Core plugin when the Theme Specific Scripts have been activated.

Parameters:

None.

Returns:

Void.