Hi guys,
Sorry for not getting back to you earlier, quite busy those days… I have decided to uninstall entirely wordpress and reinstall it. By that method, the bug has disappeared. The downside is that I have to redo my work :/
FYI, here is the .php of my custom block code, nothing too fancy really… I do not believe the bug was coming from that :
<div class=”tab <?php block_field( ‘className’ ); ?>”>
<input type=”checkbox” id=”chck<?php block_field( ‘className’ ); ?>”>
<label class=”tab-label” for=”chck<?php block_field( ‘className’ ); ?>”><?php block_field( ‘title’ ); ?>
</label>
<div class=”tab-content”>
<p><?php block_field( ‘content’ ); ?></p>
</div>
</div>
Since I do not know what caused the bug, I’ll try to stay away from using custom blocks for now and find some workaround in order not to use it.
Let me know if you need any other information to try to find what casued the bug.
Thanks,
Ugo