add_filter( 'wpex_logo_url', function( $url ) { $url = 'http://www.wpexplorer.com'; return $url; } );