1158

How to Fix Nested Comment Replies with Rank Math and Oxygen Builder

Powered by WPCodeBox

This snippet provides a solution to fix nested comment replies not working when Rank Math is enabled on an Oxygen Builder site.


<?php

add_filter( 'rank_math/frontend/remove_reply_to_com', '__return_false' );

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.