Skip to content

Commit 837bc08

Browse files
committed
Use wplf prefixed transient key for tmpl caching
1 parent 8e87e2f commit 837bc08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ protected function override_form_template( $template_content, $form_id ) {
574574
* @return void
575575
*/
576576
protected function maybe_persist_override_template( $template, $form_id, $force = false ) {
577-
$hash_transient = 'form_tmpl_hash_' . $form_id;
577+
$hash_transient = 'wplf_form_tmpl_hash_' . $form_id;
578578
$template_hash = md5( $template );
579579
$stored_hash = get_transient( $hash_transient );
580580

0 commit comments

Comments
 (0)