-
Notifications
You must be signed in to change notification settings - Fork 165
Fire actions before and after Optimization Detective processes a document #1919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
abdefc0
Move OD initialization to wp action instead of output buffer callback
westonruter 64d63da
Add od_start_template_optimization action
westonruter 3b0f696
Initiaize OD objects at template_include filter
westonruter f7da494
Introduce OD_Template_Optimization_Context
westonruter 51feaad
Add link collection to context
westonruter 0ad7f79
Reuse template optimization context in od_optimize_template_output_bu…
westonruter 8bcfc13
Finalize the tag registry after the od_register_tag_visitors action h…
westonruter a57391d
Add TODO in Image_Prioritizer_Background_Image_Styled_Tag_Visitor
westonruter 6abee9c
Go back to initializing in footer but add action before/after optimiz…
westonruter 09d7af7
Rename variable make it distinct from other context
westonruter 0d8cb65
Use phpdoc to declare that the post ID is a positive-int|null
westonruter 38a4c6b
Add tests and fix bug with adding links at finish action
westonruter 5d12ef7
Add docs for requirement for valid HTML passed into methods
westonruter 5da134c
Merge branch 'trunk' into update/od-initialization-timing
westonruter 53a91a2
Remove append_head_html() and append_body_html() methods from OD_Temp…
westonruter a01d760
Merge branch 'trunk' into update/od-initialization-timing
westonruter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add TODO in Image_Prioritizer_Background_Image_Styled_Tag_Visitor
- Loading branch information
commit a57391d7138bf29505f7ad75a0bc41210d79d219
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #1921