Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wpexplorer/cd016b08074ff9a94d2edd531d5466a3 to your computer and use it in GitHub Desktop.
Save wpexplorer/cd016b08074ff9a94d2edd531d5466a3 to your computer and use it in GitHub Desktop.
add_action( 'wp_footer', function() { ?>
<script>
( function( $ ) {
'use strict';
$( document ).on( 'ready', function() {
$( '.back-button' ).click( function() {
parent.history.back();
return false;
} );
} );
} ( jQuery ) );
</script>
<?php } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment