WP_Customize_Selective_Refresh::remove_partial( string $id )

Removes a partial.


Parameters

$id

(string) (Required) Customize Partial ID.


Source

File: wp-includes/customize/class-wp-customize-selective-refresh.php

	public function remove_partial( $id ) {
		unset( $this->partials[ $id ] );
	}

Changelog

Changelog
Version Description
WP-4.5.0 Introduced.