GC_Admin_Bar::render()

最后更新于:2021-11-26 09:09:23

GC_Admin_Bar::render()

源文件

文件: gc-includes/class-gc-admin-bar.php

	public function render() {
		$root = $this->_bind();
		if ( $root ) {
			$this->_render( $root );
		}
	}