kalponikoronno

Class add to Inline text editing feature

Nov 1st, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 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.    $this->add_render_attribute('title', [
  7.          'class' => 'entry-title'
  8.    ]);
  9.    ?>
  10.  
  11.    <p <?php echo $this->get_render_attribute_string( 'title' ); ?>><?php echo $settings['title']; ?></p>
  12.    
  13.    <?php
  14. }
Advertisement
Add Comment
Please, Sign In to add comment