kalponikoronno

Elementor media control

Nov 2nd, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. $this->add_control('image', [
  2.     'label' => __('My image', 'elementor-extension'),
  3.     'type' => \Elementor\Controls_Manager::MEDIA,
  4.     'default' => [
  5.         'url' => \Elementor\Utils::get_placeholder_image_src()
  6.     ]
  7. ]);
Advertisement
Add Comment
Please, Sign In to add comment