Andrew Ozz
@azaozz on WordPress.org and Slack
- Member Since: March 4th, 2007
- Location: Vancouver, BC
- Website: laptoptips.ca
- GitHub: azaozz
- Employer: Automattic
Bio
Contributions Sponsored
Contribution History
Andrew Ozz’s badges:- Core Contributor Core Contributor
- Core Team Core Team
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
- WordCamp Speaker WordCamp Speaker
-
Posted a reply to “Failed to load plugin …”, on the site WordPress.org Forums:
Assuming this was resolved long ago.2 weeks ago
-
Posted a reply to Fallos después de actualización, on the site WordPress.org Forums:
Assuming this was resolved long ago.2 weeks ago
-
Posted a reply to Centering Tables, on the site WordPress.org Forums:
Assuming this was resolved long ago.2 weeks ago
-
Posted a reply to How to set default Font and colors?, on the site WordPress.org Forums:
Assuming this was resolved long ago.2 weeks ago
-
Posted a reply to TinyMCE toolbar not showing, on the site WordPress.org Forums:
Assuming this was resolved long ago.2 weeks ago
-
Posted a reply to Changes in Settings are NOT taking place w/ editor on Posts & Pages, on the site WordPress.org Forums:
Assuming this was a caching issue that was resolved.2 weeks ago
-
Posted a reply to How to add custom styles to the editor, on the site WordPress.org Forums:
Hmm, this seems to work properly here. May be some other plugin affects the editor-style…2 weeks ago
-
Posted a reply to can not find read more Line icon, on the site WordPress.org Forums:
Hmm, I can see the icon here on both the settings page and in the…2 weeks ago
-
Posted a reply to HTML block in the Classic editor, on the site WordPress.org Forums:
What kind of HTML do you need to enter there? The Text tab is a…2 weeks ago
-
Posted a reply to Plug periodically slows down, on the site WordPress.org Forums:
Sounds like some js function somewhere is going through the whole post content and is…2 weeks ago
-
Posted a reply to Superscript not working, on the site WordPress.org Forums:
Right, glad you figured it out :) The <sup> tag can be styled from CSS…2 weeks ago
-
Posted a reply to No tadv/classic-paragraph block, on the site WordPress.org Forums:
Sounds like something is not loaded correctly. Do you see any missing files (404s) in…2 weeks ago
-
Posted a reply to Add Spoiler?, on the site WordPress.org Forums:
Not sure which plugin is that. Is it a WP plugin? WP has a built-in…2 weeks ago
-
Posted a reply to TinyMCE Advanced Edit Post Error, on the site WordPress.org Forums:
Looks like a CSS bug/incompatibility. Usually these are not related to TinyMCE Advanced (this plugin),…2 weeks ago
-
Wrote a comment on the post Lazy-loading of images is in core, on the site Make WordPress Core:
This in not related to the above, the core patch only adds the `loading` attribute…2 weeks ago
-
Wrote a new post, Lazy-loading of images is in core, on the site Make WordPress Core:
As planned, the patch for adding loading attribute to img tags is now committed to…3 weeks ago
-
Closed ticket #44427, in Core Trac:
Introduce lazy-loading API for media and other elements3 weeks ago
-
Committed [47554] to Core Trac:
Media: Enable lazy-loading of images by automatically adding the new ...3 weeks ago
-
Committed [2277598] to Plugins Trac:
Classic Editor: fix "Tested up to" for WP 5.4.3 weeks ago
-
Reopened ticket #49753, in Core Trac:
WordPress 5.4 media upload broken when using "Select Files" on some ...4 weeks ago
-
Closed ticket #49753, in Core Trac:
WordPress 5.4 media upload broken when using "Select Files" on some ...4 weeks ago
-
Committed [47549] to Core Trac:
Media: Remove `display: none;` from the (visually hidden) `<input ...4 weeks ago
-
Closed ticket #49737, in Core Trac:
tinymce 4.7.11, 4.7.12 is affected by: CWE-79: Improper Neutralization ...4 weeks ago
-
Closed ticket #49736, in Core Trac:
The tinymce package is vulnerable to Cross-Site Scripting (XSS) attacks.4 weeks ago
-
Posted a reply to Easy way to write small caps, on the site WordPress.org Forums:
Hmm, don't think there's an easy way to do that by default. One thing may…4 weeks ago
-
Posted a reply to How to add custom styles to the editor, on the site WordPress.org Forums:
Please see the previous question: https://wordpress.org/support/topic/replacing-formats-menu-with-editor-style-css/. Seems you may need to tell WP where editor-style.css…4 weeks ago
-
Posted a reply to Replacing Formats menu with editor-style.css, on the site WordPress.org Forums:
You'll also need to "tell" WP there is such file now. See https://developer.wordpress.org/reference/functions/add_editor_style/.4 weeks ago
-
Posted a reply to Text background color, on the site WordPress.org Forums:
Yes, in both the block editor and the classic editor. Just check if that is…4 weeks ago
-
Posted a reply to Editor Window Turned to Grey, on the site WordPress.org Forums:
Yes, this looks like the theme's styling is affecting the whole "Edit Post" screen. This…4 weeks ago
-
Posted a reply to How to inherit font settings from the theme?, on the site WordPress.org Forums:
> How can I make your TinyMCE plugin inherit my theme’s global font settings All…4 weeks ago
-
Committed [2272166] to Plugins Trac:
Tag TMA 5.4.04 weeks ago
-
Committed [2272162] to Plugins Trac:
TMA 5.4.04 weeks ago
-
Closed ticket #49735, in Core Trac:
The jquery-migrate and jquery packages are vulnerable to Cross-Site ...4 weeks ago
-
Committed [2270008] to Plugins Trac:
Update for 4.41 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Complex control structure conditions (3 rules, 3 examples). Don't think the…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Method chaining (2 rules, 3 examples). For better readability the first…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Spread operator (3 rules, 4 examples). This example seems somewhat unclear:…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Declare statements / strict typing (9 rules, 4 examples). Do not…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Type declarations (5 rules, 3 examples, 9 additional notes). The rules…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposal: - Traits and interfaces (12 rules, 3 examples). The proposal states that:…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
For the proposals: - Namespace declarations (9 rules, 6 examples). - Import `use` statements (17…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
I understand your suggestion for splitting it in several posts and will keep it in…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
In the mean time, a number of the current proposals have their own WPCS issue,…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
> Interesting, but not all that applicable. You mean the PHP plugin for Prettier? Yeah,…1 month ago
-
Closed ticket #49594, in Core Trac:
Consider using the "install-changed" package1 month ago
-
Committed [47497] to Core Trac:
Build/Test Tools: Introduce Install-changed. It keeps a hash of ...1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
As WP is notorious for avoiding breaking changes, introducing array type declarations would inhibit those…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
Another consideration should probably be the syncing (or overlapping) between the PHP and JavaScript standards.…1 month ago
-
Wrote a comment on the post Updating the Coding standards for modern PHP, on the site Make WordPress Core:
@jrf Wow, this is a -HUGE- post, thanks for putting it all together! Thinking this…1 month ago
-
Posted a reply to Plugin changelog, on the site WordPress.org Forums:
Uh, there's a better link: https://github.com/WordPress/wp-lazy-loading/pulls?q=is%3Apr+is%3Amerged. The merged PR titles pretty much outline what has…1 month ago
Developer
-
Advanced TinyMCE Configuration
Active Installs: 10,000+
-
Classic Editor
Active Installs: 5+ million
-
Ice Visual Revisions
Active Installs: 20+
-
Lazy Loading Feature Plugin
Active Installs: 800+
-
TinyMCE Advanced
Active Installs: 2+ million
-
TinyMCE Advanced Language Pack
Active Installs: 1,000+
Contributor
-
Design Experiments
Active Installs: 100+
-
Exploit Scanner
Active Installs: 30,000+
-
Jetpack by WordPress.com
Active Installs: 5+ million
-
Nearby WordPress Events
Active Installs: 30+
-
REST API Console
Active Installs: 300+
-
TinyMCE Color Picker
Active Installs: 4,000+
-
Top Comments
Active Installs: 40+