Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected function render() {
- $settings = $this->get_settings_for_display();
- $this->add_inline_editing_attributes( 'title', 'none' );
- $this->add_render_attribute('title', [
- 'class' => 'entry-title'
- ]);
- ?>
- <p <?php echo $this->get_render_attribute_string( 'title' ); ?>><?php echo $settings['title']; ?></p>
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment