remove placeholders from cookie names before has_consent comparison#213
Open
jnorell wants to merge 12 commits intotrewknowledge:developfrom
Open
remove placeholders from cookie names before has_consent comparison#213jnorell wants to merge 12 commits intotrewknowledge:developfrom
jnorell wants to merge 12 commits intotrewknowledge:developfrom
Conversation
Member
|
Thank you for your contribution. I'll review it before the next release and merge it |
* Moving public partials to the templates folder * Add new class to handle template loading * Change email class to load emails the new way * Revert "Add initial compatibility to old php (array_filter function) (trewknowledge#192)" This reverts commit be3f399. * Slipping one compatibility function here * Finish moving templates out of the partials folder * Calling the templates from the templates folder * Minor adjustments * Slipping another compatibility function change into this branch
* Added filter for the tabs array on the tools page for hiding and adding pages * Renaming filter
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows cookie names to include placeholders like wordpress_{hash} for clarity, but strips the placeholders when performing comparison.