This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 ) ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header() ?> | |
<?php | |
global $porto_settings, $porto_layout; | |
wp_reset_postdata(); | |
?> | |
<div id="content" role="main"> |