value(); if ( ! $current_value ) { $current_value = array( 'width' => '', 'height' => '', ); $custom_logo = get_theme_mod( 'custom_logo' ); if ( $custom_logo ) { $logo = wp_get_attachment_image_src( $custom_logo, 'full' ); if ( is_array( $logo ) ) { $current_value['width'] = $logo[1]; $current_value['height'] = $logo[2]; } } } return $current_value; } public function render_content() { $dimensions = $this->get_dimensions(); ?>