Lorenzo
Lorenzo
I experienced the same issue and resolved it by changing the theme. Here is the link to the non-functioning theme: https://github.com/justid/InlineAMP.
I managed to display the code correctly by removing **remove_all_actions('wp_head')** and **add_filter('use_block_editor_for_post', '__return_false', 10)** in the original theme's functions.php. However, the copy button isn't functioning properly. Strangely, everything works as...
I discovered the issue: the theme uses `wp_footer()` exclusively under conditions such as being in customize preview or when a user is logged in, as shown below: ```php ``` I...
By the way, great plugin—I really love the theme options!