Guest User

Untitled

a guest
Sep 25th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $custom_logo_id = get_theme_mod( 'custom_logo' );
  2. $logo = wp_get_attachment_image( $custom_logo_id, 'full' );
  3.  
  4. $attachment_id = 12;
  5. set_theme_mod( 'custom_logo', $attachment_id );
Add Comment
Please, Sign In to add comment