kalponikoronno

Elementor media render

Nov 2nd, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. protected function render(){
  2.     $settings = $this->get_settings_for_display();
  3.    
  4.     echo wp_get_attachment_image($settings['image']['id'], 'medium');
  5.    
  6. }
Advertisement
Add Comment
Please, Sign In to add comment