tribe-common
tribe-common copied to clipboard
Common classes and functions used in our plugins
Found 132 misspellings in the project with `typos`. I hope you will love it! This one commit to master is all I can offer. Please add more commits as you...
### 🗒️ Description This change removes the unsupported font-smoothing class. The webkit and moz versions are valid, but font-smoothing is not standard. In the case of the Chrome engine, it...
synced local file(s) with [the-events-calendar/actions](https://github.com/the-events-calendar/actions). Changed files synced local .editorconfig with remote templates/.editorconfigcreated local changelog/.gitkeep from remote templates/changelog/.gitkeepcreated local bin/check-changelog.sh from remote templates/bin/check-changelog.shcreated local bin/class-tec-changelog-formatter.php from remote templates/bin/class-tec-changelog-formatter.phpcreated local bin/process-changelog.sh...
### 🎫 Ticket N/A ### 🗒️ Description This PR introduces the following enhancements: - **Documentation Improvements**: Added comprehensive doc blocks for better code understanding and maintenance. - **Type Safety**: Implemented...
`current_user_can( 'read', $post_id )` 'read' does not use a post ID. changed to `current_user_can( 'read_post', $post_id )`
### 🎫 Ticket [TEC-5163] ### 🗒️ Description This PR introduces a significant refactor of the Help Hub, including updated integration for DocsBot and Zendesk chat widgets, and improvements to the...
### 🎫 Ticket [FBAR-330] ### 🗒️ Description Making select tab friendly. ### 🎥 Artifacts https://www.loom.com/share/243adc4b980d429da9eed454e88543bb?sid=3050fb61-e2a5-4ac0-8581-cfef87ce97fe ### ✔️ Checklist - [ ] Ran `npm run changelog` to add changelog file(s). More...
My Innovation Day Work: Fixing the failing lint tests for Common