kalponikoronno

Elementor Inline text editing feature 1

Nov 1st, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. protected function render() {
  2.    $settings = $this->get_settings_for_display();
  3.    
  4.    $this->add_inline_editing_attributes( 'title', 'none' );
  5.    ?>
  6.  
  7.        <h2 <?php echo $this->get_render_attribute_string( 'title' ); ?>
  8. class="subtitle"><?php echo $settings['title']; ?></h2>
  9.    
  10.    <?php
  11. }
Advertisement
Add Comment
Please, Sign In to add comment