Skip to content

Commit

Permalink
Update Embedpress_Elementor.php
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmdiu committed May 21, 2024
1 parent 5c3a7f6 commit d619502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EmbedPress/Elementor/Widgets/Embedpress_Elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@ public function init_instafeed_control_section()
$this->add_control(
'instafeedProfileImage',
[
'label' => __('Profile Image', 'embedpress'),
'label' => __('Profile Image', 'embedpress'),
'type' => Controls_Manager::SWITCHER,
'label_block' => false,
'return_value' => 'yes',
Expand All @@ -3005,8 +3005,9 @@ public function init_instafeed_control_section()
$this->add_control(
"instafeedProfileImageUrl",
[
'label' => __('Image', 'embedpress'),
'label' => sprintf(__('Image %s', 'embedpress'), $this->pro_text),
'type' => Controls_Manager::MEDIA,
'classes' => $this->pro_class,
'dynamic' => [
'active' => false,
],
Expand Down

0 comments on commit d619502

Please sign in to comment.