kalponikoronno

Elementor selector option 3

Oct 29th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. protected function render(){
  2.    $settings = $this->get_settings_for_display();
  3.    
  4.    $mytitle = $settings['mytitle'];
  5.  
  6.    echo '<h2 class="myheading">'.esc_html($mytitle).'</h2>';
  7.    
  8. }
Advertisement
Add Comment
Please, Sign In to add comment