import jQuery from 'jquery'; const insertProLink = () => { var proLink = '\
  • \ \ PRO Features available! ›\ \
  • \ '; jQuery(proLink).insertBefore( "#accordion-section-udb_login_customizer_template_section" ); } export default insertProLink;