: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Customize API: WP_Customize_Image_Control class
* Customize Image Control class.
* @see WP_Customize_Upload_Control
class WP_Customize_Image_Control extends WP_Customize_Upload_Control {
* Media control mime type.
public $mime_type = 'image';
public function prepare_control() {}
public function add_tab( $id, $label, $callback ) {
_deprecated_function( __METHOD__, '4.1.0' );
public function remove_tab( $id ) {
_deprecated_function( __METHOD__, '4.1.0' );
* @param string $thumbnail_url
public function print_tab_image( $url, $thumbnail_url = null ) {
_deprecated_function( __METHOD__, '4.1.0' );