Last active
October 13, 2021 14:42
-
-
Save spivurno/5bbcc03cf0d8fe9aa82834c8e14f361f to your computer and use it in GitHub Desktop.
Gravity Perks // GP Live Preview // Filter Preview Template Path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Gravity Perks // GP Live Preview // Filter Preview Template Path | |
* http://gravityperks.com | |
*/ | |
add_filter( 'gplp_preview_template', function( $template ) { | |
return get_stylesheet_directory() . '/custom-template.php'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👉 This Gist has been migrated to the Gravity Wiz Snippet Library:
https://github.com/gravitywiz/snippet-library/blob/master/gp-live-preview/gplp-filter-preview-template-path.php