Hi Scott, thank you for your answer:, In which file should I put that code? and in what line? Inside the customizer plugin, are the following files
wplms_customizer.php
customizer_class.php
customizer_class2.php
and custom.js
the code should be like this?
<span style=”color: #000000; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 14,4px; white-space: pre; background-color: #f0f0f0;”>
</span>
function add_cors_http_header(){ header(“Access-Control-Allow-Origin: *”); } add_action(‘init’,’add_cors_http_header’);
I remain attentive to your answer