wip renaming plugins elements

This commit is contained in:
asus
2024-02-12 10:13:02 +01:00
parent 0113500b13
commit ff7a9423a1
27 changed files with 458 additions and 200 deletions

View File

@@ -0,0 +1,15 @@
<?php
function wp_model_plugin_content() {
global $first_script;
console_log("in menu : first_script:");
console_log($first_script);
add_files_to_front( array(
"menu/example_menu.js",
));
echo create_html("menu/example_menu.html");
}
?>