WP_HTML_Token::__destruct() In this article Table of ContentsSource Changelog ↑ Back to top Destructor. Source public function __destruct() { if ( is_callable( $this->on_destroy ) ) { call_user_func( $this->on_destroy, $this->bookmark_name ); } } View all references View on Trac View on GitHub Changelog VersionDescription6.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.