render(). * * @access protected */ protected function render_content() { ?> tooltip ) : ?> description ) ) : ?> description ); ?> $this->id, 'teeny' => true, ); add_filter( 'the_editor', array( $this, 'filter_editor_setting_link' ) ); wp_editor( html_entity_decode( wp_kses_post( $this->value() ) ), $this->id, $settings ); do_action( 'admin_footer' ); do_action( 'admin_print_footer_scripts' ); } /** * Used to add a unique ID to the textarea * * @access public * @param string $output Used to filter the textarea and add the link. * @return string */ public function filter_editor_setting_link( $output ) { return preg_replace( '/