Skip to content

Instantly share code, notes, and snippets.

View ericnicolaas's full-sized avatar
🎯
Focusing

Eric Daams ericnicolaas

🎯
Focusing
View GitHub Profile
@ericnicolaas
ericnicolaas / custom-logo-update-script.php
Last active April 14, 2016 01:06 — forked from devinsays/custom-logo-update-script.php
Code snippet for update script to use new theme logo
<?php
/**
* Theme Update Script
*
* Runs if the logo has not been set yet.
*/
function prefix_update_check() {
// Return if update has already been run
if ( -1 == get_theme_mod( 'custom_logo', -1 ) ) {
<?php get_header() ?>
<?php
global $porto_settings, $porto_layout;
wp_reset_postdata();
?>
<div id="content" role="main">