kalponikoronno

Elementor media control 2

Nov 2nd, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. $this->add_control('imagex', [
  2.     'label' => __('My image', 'elementor-extension'),
  3.     'type' => \Elementor\Controls_Manager::MEDIA,
  4.     'default' => [
  5.         'url' => \Elementor\Utils::get_placeholder_image_src()
  6.     ]
  7. ]);
  8. $this->add_group_control(
  9.     \Elementor\Group_Control_Image_Size::get_type(),
  10.     [
  11.         'default' => 'large',
  12.         'name' => 'imagez'
  13.     ]
  14. );
Advertisement
Add Comment
Please, Sign In to add comment