Title: render.php Incompatibility
Last modified: March 5, 2025

---

# render.php Incompatibility

 *  Resolved [Kevin](https://wordpress.org/support/users/klgrimley/)
 * (@klgrimley)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/render-php-incompatibility/)
 * A recent update has caused an issue with rendered html from a custom block. The
   output looks like it’s now passing through the wpauotp() function. Or at least
   the end result is the same. Below are examples
 *     ```wp-block-code
       Correct<div role="row" class="butler-icon-links icon-1 academic-advising-icon">			<div class="favorite-tooltip-container">				<span role="gridcell" class="favorite-icon" data-name="academic-advising" data-id="1942">					<span class="butler-icon bi-paw-o butler-icon-1x"></span>				</span>							</div>				<a role="gridcell" href="https://my.butler.edu/student-success/" class="icon-url" target="_blank" data-post-id="1942" aria-label="Academic Advising, opens a new window">					<i class="butler-icon bi-link butler-icon-3x"></i>					<div class="icon-heading">						<div class="icon-title"> Academic Advising <span class="butler-icon bi-external-link butler-icon-xs"></span></div>					</div>				<i class="anww-external-link-icon" aria-hidden="true"></i></a>		</div>
       ```
   
 *     ```wp-block-code
       After Update<div role="row" class="butler-icon-links icon-1 academic-advising-icon"><div class="favorite-tooltip-container">				<span role="gridcell" class="favorite-icon" data-name="academic-advising" data-id="1942"><br>					<span class="butler-icon bi-paw-o butler-icon-1x"></span><br>				</span><p></p></div><p>				<a role="gridcell" href="https://my-dev.butler.edu/student-success/" class="icon-url" target="_blank" data-post-id="1942" aria-label="opens a new window"><br>					<i class="butler-icon bi-link butler-icon-3x"></i><i class="anww-external-link-icon" aria-hidden="true"></i></a></p><a role="gridcell" href="https://my-dev.butler.edu/student-success/" class="icon-url" target="_blank" data-post-id="1942" aria-label="Academic Advising, opens a new window"><div class="icon-heading"><div class="icon-title"> Academic Advising <span class="butler-icon bi-external-link butler-icon-xs"></span></div><p></p></div><i class="anww-external-link-icon" aria-hidden="true"></i></a><p><a role="gridcell" href="https://my-dev.butler.edu/student-success/" class="icon-url" target="_blank" data-post-id="1942" aria-label="opens a new window">				<i class="anww-external-link-icon" aria-hidden="true"></i></a>		</p></div>
       ```
   
 * The additional <p> and <br> tags can be seen in the second example.
 * The block was created using the create-block scaffold. And uses standard WP best
   practices. The content of the block is echo’d

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [williampatton](https://wordpress.org/support/users/williampatton/)
 * (@williampatton)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/render-php-incompatibility/#post-18344593)
 * Hey [@klgrimley](https://wordpress.org/support/users/klgrimley/),
 * Thanks for reporting this, I will look into it. I think I may know the change
   that is causing this but it’s not clear to me why that it is being applied to
   the actual block output. As a temporary solution you could roll back the plugin
   to version 1.19.0 which is before the change I think is related was made. You
   can get the older versions from the advanced view of the plugins page: [https://wordpress.org/plugins/accessibility-checker/advanced/](https://wordpress.org/plugins/accessibility-checker/advanced/)
 * I’ll look into getting a fix for this issue worked on asap and get back to you
   with an update as soon as I have something to share about that fix.
 *  Thread Starter [Kevin](https://wordpress.org/support/users/klgrimley/)
 * (@klgrimley)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/render-php-incompatibility/#post-18346134)
 * [@williampatton](https://wordpress.org/support/users/williampatton/)
 * Thanks for the quick response. I tested both 1.19.0 and 1.20.0 and can confirm
   that the issue was introduced in 1.20.0 We’ve rolled back to 1.19.0 for now.
 *  Plugin Author [williampatton](https://wordpress.org/support/users/williampatton/)
 * (@williampatton)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/render-php-incompatibility/#post-18359595)
 * Hi [@klgrimley](https://wordpress.org/support/users/klgrimley/),
 * We have just released version 1.22.0 which contains a change which I believe 
   will fix this issue for you. If you update and this is not resolved please let
   me know.
 * Also if you have any other issues feel free to let me know and we will look into
   it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘render.php Incompatibility’ is closed to new replies.

 * ![](https://ps.w.org/accessibility-checker/assets/icon-256x256.png?rev=3094626)
 * [Equalize Digital Accessibility Checker - WCAG, ADA, EAA and Section 508 compliance](https://wordpress.org/plugins/accessibility-checker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accessibility-checker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accessibility-checker/)
 * [Active Topics](https://wordpress.org/support/plugin/accessibility-checker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accessibility-checker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accessibility-checker/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [williampatton](https://wordpress.org/support/users/williampatton/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/render-php-incompatibility/#post-18359595)
 * Status: resolved