WP_Customize_Selective_Refresh::remove_partial( string $id )

Removes a partial.


Description Description


Parameters Parameters

$id

(string) (Required) Customize Partial ID.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.