Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anteprimorac
Created October 2, 2014 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anteprimorac/ab917f16b20344405bed to your computer and use it in GitHub Desktop.
Save anteprimorac/ab917f16b20344405bed to your computer and use it in GitHub Desktop.
<?php
$wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize, 'slicejack_header_logo', array(
'label' => __( 'Upload a header logo', '_sj' ),
'section' => 'slicejack_header'
) ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment