How to Change the WordPress Login Page...
This snippet allows you to easily change the URL of the logo on your WordPress login ...

WPCodeBox
38
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' );