Skip to content

Commit

Permalink
Remove legacy class checks for auto template functionality
Browse files Browse the repository at this point in the history
Fixes #7072
  • Loading branch information
sc0ttkclark committed Jul 5, 2023
1 parent 388b0b1 commit 9c84ae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
if ( class_exists( 'Pods_PFAT_Frontend' ) ) {
return;
}

/**
* Class Pods_Templates_Auto_Template_Front_End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php
if ( class_exists( 'Pods_PFAT' ) ) {
return;
}

/**
* Class Pods_Templates_Auto_Template_Settings
Expand Down

0 comments on commit 9c84ae7

Please sign in to comment.