Removes a partial.
Parameters
$id
stringrequired- Customize Partial ID.
Source
public function remove_partial( $id ) {
unset( $this->partials[ $id ] );
}
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
Removes a partial.
$id
stringrequiredpublic function remove_partial( $id ) {
unset( $this->partials[ $id ] );
}
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.