Files
2024_WEBSITE_fipf/plugins/fipf_wp_plugin/scripts/myscript2.js
asus b943682047 - start a basic plugin that can send code to front
- for the moment it send js scripts, css, and variables
2024-02-07 18:46:28 +01:00

5 lines
91 B
JavaScript

const title2 = document.querySelector(".wp-block-quote");
title2.innerHTML = "ho boy !";