X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/really-simple-ssl/modal/src
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
really-simple-ssl
/
modal
/
src
/
📁
..
📁
components
📄
index.js
(478 B)
Editing: index.js
import { render, createRoot } from '@wordpress/element'; import DeactivationModal from "./components/DeactivationModal/DeactivationModal"; document.addEventListener( 'DOMContentLoaded', () => { const container = document.getElementById( 'rsssl-modal-root' ); if ( container ) { if ( createRoot ) { createRoot( container ).render( <DeactivationModal/> ); } else { render( <DeactivationModal/>, container ); } } });
Upload File
Create Folder