Disable Hiding the Form Footer

Code

Filename: gppt-disable-hiding-footer.php

<?php
/**
 * Gravity Perks // Page Transitions // Disable Hiding the Form Footer
 * https://gravitywiz.com/documentation/gppt_hide_footer/
 */
add_filter( 'gppt_hide_footer', '__return_false', 10, 2 );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.