Syntax Syntax
Return Return
(string|void)
Source Source
File: wp-includes/customize/class-wp-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; } }