Gets a node.
Parameters
$id
stringrequired
Source
final public function get_node( $id ) { $node = $this->_get_node( $id ); if ( $node ) { return clone $node; } }
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
Gets a node.
$id
stringrequiredfinal public function get_node( $id ) { $node = $this->_get_node( $id ); if ( $node ) { return clone $node; } }
Version | Description |
---|---|
3.3.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Remove the Toolbar “Updates” Item if it Exists
Put this in your theme’s functions.php file.