/*
* Plugin Name: Ultimate Image Converter
* Description: A React-based image converter plugin for WordPress.
* Version: 1.0.0
* Author: Your Name
*/
import { render } from '@wordpress/element';
import UltimateImageConverter from './UltimateImageConverter';
const App = () => ;
document.addEventListener('DOMContentLoaded', () => {
const rootElement = document.getElementById('ultimate-image-converter-root');
if (rootElement) {
render(, rootElement);
}
});
// Enqueue the React app in WordPress
document.addEventListener('DOMContentLoaded', () => {
if (typeof wp !== 'undefined' && wp.element) {
const { render } = wp.element;
const rootElement = document.getElementById('ultimate-image-converter-root');
if (rootElement) {
render(, rootElement);
}
}
});
// Shortcode to display the plugin in WordPress
(function() {
if (typeof wp !== 'undefined') {
wp.blocks.registerBlockType('ultimate-image-converter/block', {
title: 'Ultimate Image Converter',
icon: 'format-image',
category: 'widgets',
edit: () =>
,
save: () => ,
});
}
})();
Lost Password ‹ tezautocar — WordPress
Lost Password
Please enter your username or email address. You will receive an email message with instructions on how to reset your password.
Log in
← Go to tezautocar