Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,985 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in ampproject/amp-wp that received 2 comments
Add missing @internal tag to function in bootstrap file
Summary
This adds missing @internal tags to the two functions in the plugin bootstrap file:
_amp_show_load_errors_admin_notice()
_amp_incorrect_pl…
+2
−0
•
2
comments
- Tag internal PHP API surface and create index of what is publicly exposed
- Defer mobile redirection to end of template_redirect action
- Amend amp_get_current_url() to return null if the home URL cannot be parsed in CLI environment
- Move amp_is_enabled filter to amp_bootstrap_plugin()
- Improve handling of polyfilled assets (and improve handling of Reader themes data)
- Add garbage collection of stylesheet information from URLs validated over a week ago
- Add Analytics option to settings screen
Created an issue in ampproject/amp-wp that received 12 comments
Remove preload for AMP runtime again when boilerplate was removed
Feature description When the AMP boilerplate is removed by the SSR logic, preloading of the AMP runtime is less critical and it seems to slow down …
12
comments
6
contributions
in private repositories
Aug 4 – Aug 13