// In je theme functions.php of custom plugin
function nouel_react_app() {
return '<div id="nouel-root"></div>
<script src="/app/assets/index.js"></script>
<link rel="stylesheet" href="/app/assets/index.css">';
}
add_shortcode('nouel_app', 'nouel_react_app');
Recente reacties