22

How to Fix Nested Comment Replies with Yoast SEO and Oxygen Builder

Powered by WPCodeBox

Fix nested comment replies on your Oxygen site with Yoast SEO enabled. This snippet resolves issues with nested comment replies when using Yoast SEO and Oxygen Builder together.


<?php

add_filter( 'wpseo_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.