'' ]; } /** * Summary of render * * @param mixed $atts * @param mixed $content * @return mixed */ public function render( $atts, $content = null ) { $this->views( 'widgets/reactions' ); } public function view_params() { $reactions_text = ! empty( $this->attributes['text'] ) ? $this->attributes['text'] : $this->customizer->get( 'betterdocs_post_reactions_text', __( 'What are your Feelings', 'betterdocs' ) ); return [ 'reactions_text' => $reactions_text ]; } }