Created
November 17, 2025 06:16
-
-
Save aimahdi/7b31777fc1e8ee2b63eadf6c02a649f8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| add_filter('fluent_community/template_slug', function ($templateSlug) { | |
| if (is_singular(['fluent-products'])) { | |
| return 'fluent-community-frame.php'; | |
| }else return $templateSlug; | |
| }); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment