Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/essential-blocks/src/write-with-ai//index.js
import { createRoot } from "@wordpress/element"
import { subscribe } from '@wordpress/data'
import "./style.scss"
import WriteAIButton from "./WriteAiButton"
document.addEventListener('DOMContentLoaded', function () {
// const plugin_file = "templately/templately.php";
// const templately = EssentialBlocksLocalize.get_plugins[plugin_file];
// if (templately && templately.active) {
// return;
// }
// Create Button
const buttonDiv = document.createElement('div')
buttonDiv.classList.add('eb-write-ai-button-wrapper')
const root = createRoot(buttonDiv);
root.render(<WriteAIButton />);
subscribe(() => {
const toplbar = document.querySelector('.editor-header__settings')
if (toplbar) {
const templately = undefined;
if (templately && templately.active) {
if (toplbar.querySelector('.eb-write-ai-button-wrapper')) {
toplbar.removeChild(buttonDiv)
}
}
else if (!toplbar.querySelector('.eb-write-ai-button-wrapper')) {
toplbar.prepend(buttonDiv)
}
}
})
});
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | July 10 2025 04:32:24 | giriqfky / giriqfky | 0755 | |
| | | | | |
.htaccess | 0.41 KB | July 10 2025 04:32:24 | giriqfky / giriqfky | 0644 | |
WriteAiButton.js | 26.537 KB | June 20 2025 18:31:30 | giriqfky / giriqfky | 0644 | |
ai-write-icon.js | 1.727 KB | May 08 2025 15:01:12 | giriqfky / giriqfky | 0644 | |
index.js | 1.137 KB | May 08 2025 15:01:12 | giriqfky / giriqfky | 0644 | |
style.scss | 4.746 KB | May 08 2025 15:01:12 | giriqfky / giriqfky | 0644 | |