PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 3.7
WpStream – Live Streaming, Video on Demand, Pay Per View v3.7
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
← All changes | widgets/player.php +2 -2 4.12.33.7 View file →
@@ -154,9 +154,9 @@
154 154 protected function render() {
155 155 $settings = $this->get_settings_for_display();
156 156
157 157 $attributes['id'] = $settings['item_id'] ;
158 - $attributes['user_id'] = $settings['user_id'] ;
158 + $attributes['user_id'] = $settings['user_id'] ;
159 159
160 160
161 161 global $wpstream_plugin;
162 162 echo $wpstream_plugin->wpstream_insert_player_elementor($attributes);
@@ -170,9 +170,9 @@
170 170 * @since 1.0.0
171 171 *
172 172 * @access protected
173 173 */
174 - protected function content_template() {
174 + protected function _content_template() {
175 175 ?>
176 176 <div class="title">
177 177 {{{ settings.title }}}
178 178 </div>