GC_Customize_Header_Image_Control::get_current_image_src()

最后更新于:2021-11-27 00:18:20

GC_Customize_Header_Image_Control::get_current_image_src()

响应

(string|void)

源文件

文件: gc-includes/customize/class-gc-customize-header-image-control.php

	public function get_current_image_src() {
		$src = $this->value();
		if ( isset( $this->get_url ) ) {
			$src = call_user_func( $this->get_url, $src );
			return $src;
		}
	}