parent = $widget; $this->register_content_controls(); } /** * Register Content Controls * * @since 2.0.0 * @return void */ public function register_content_controls() {} /** * Render * * Render widget contents on frontend * * @since 2.0.0 * @return void */ public function render() { $this->parent->render(); } }