Thomas Patrick Levy
@thomasplevy on WordPress.org and Slack
- Member Since: January 20th, 2013
- Location: Phoenix, AZ
- Website: lifterlms.com
- GitHub: thomasplevy
- Job Title: Co-founder, CTO, Developer
- Employer: LifterLMS
Bio
Contributions Sponsored
Contribution History
Thomas Patrick Levy’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
- 
										Committed [2666124] to Plugins SVN: 
 Release v5.8.04 days ago 
- 
										Created issue #38186 in the WordPress/gutenberg repository: 
 `@wordpress/wordcount` planned support for Chinese, Japanese, etc characters?6 days ago 
- 
										Committed [2657986] to Plugins SVN: 
 Release v6.0.0-alpha.32 weeks ago 
- 
										Committed [2656060] to Plugins SVN: 
 Release v5.7.03 weeks ago 
- 
										Committed [2652712] to Plugins SVN: 
 Release v6.0.0-alpha.24 weeks ago 
- 
										Committed [2650221] to Plugins SVN: 
 Release v6.0.0-alpha.11 month ago 
- 
										Created issue #37540 in the WordPress/gutenberg repository: 
 `canInsertBlockType()` returns `true` for a `multiple: false` block that is already inserted...1 month ago 
- 
										Committed [2640926] to Plugins SVN: 
 Release v5.6.02 months ago 
- 
										Pull request #326 merged into wp-cli/entity-command: 
 Update example input to reflect example output2 months ago 
- 
										Submitted pull request #36795 to WordPress/gutenberg: 
 Use `__experimental` prefix in examples2 months ago 
- 
										Posted a reply to Shortcode negation, on the site WordPress.org Forums: 
 Hey there @przembar If you're using the block editor you can do this without shortcodes…3 months ago 
- 
										Committed [2625289] to Plugins SVN: 
 Release v5.5.03 months ago 
- 
										Committed [2620425] to Plugins SVN: 
 Release v5.4.13 months ago 
- 
										Committed [2620347] to Plugins SVN: 
 Release v5.4.0-testing.13 months ago 
- 
										Committed [2614402] to Plugins SVN: 
 Release v5.4.04 months ago 
- 
										Closed issue #34797 on the WordPress/gutenberg repository: 
 Allow 3rd parties to configure the ARTIFACTS_PATH defined in the custom e2e...4 months ago 
- 
										Pull request #35371 merged into WordPress/gutenberg: 
 Allow customization of the ARTIFACTS_PATH via WP_ARTIFACTS_PATH env var4 months ago 
- 
										Mentioned in [51598] on Core SVN: 
 Build/Test Tools: Make the polyfills loading more flexible.6 months ago 
- 
										Posted a reply to Translation for “You must enroll in this course to access course content.”, on the site WordPress.org Forums: 
 @superdep You've translated the default value of an option that is editable via the course…6 months ago 
- 
										Posted a reply to Getting a list of lessons from a function in backend, on the site WordPress.org Forums: 
 Also this is wrong: $lessonlist = $course->get_lessons( $return = 'lessons' ); Should be: $lessonlist =…6 months ago 
- 
										Posted a reply to Getting a list of lessons from a function in backend, on the site WordPress.org Forums: 
 @liqipotato $lesson->get( 'title' ) You can access any lesson properties (as defined on the object,…6 months ago 
- 
										Posted a reply to Getting a list of lessons from a function in backend, on the site WordPress.org Forums: 
 @liqipotato, Try this: $course_id = 123; $course = llms_get_post( $course_id ); // Returns an <code>LLMS_Course</code>…6 months ago 
- 
										Posted a reply to Getting a list of lessons from a function in backend, on the site WordPress.org Forums: 
 Hey @liqipotato Give this a shot: https://developer.lifterlms.com/reference/classes/llms_course/get_lessons/ Any questions let us know!6 months ago 
- 
										Mentioned in [51041] on Core SVN: 
 General: Correct the inline code examples for `_wp_array_get()` and `_wp_array_set().8 months ago 
- 
										Created ticket #53211 on Core Trac: 
 Changes to a reusable block are not reflected when using the post ...9 months ago 
- 
										Wrote a comment on the post Automatically Catching Bugs in Plugins, on the site Make WordPress.org: 
 Hi from a plugin dev It would be important to me that anything is opt-in…9 months ago 
- 
										Posted a reply to Adapting the url strings for a non-english site, on the site WordPress.org Forums: 
 @travelb4settle we'll be responding to your other question in that thread: https://wordpress.org/support/topic/course-tittle-and-featured-image-ot-showing/11 months ago 
- 
										Posted a reply to Course Tittle and Featured image ot showing, on the site WordPress.org Forums: 
 @travelb4settle Have you tried reaching out to the theme developer to see why these areas…11 months ago 
- 
										Posted a reply to Gravity Form, on the site WordPress.org Forums: 
 @wentzel84 Please open a support ticket in our customer support system about our paid add-ons.…12 months ago 
- 
										Posted a reply to Integration with Elementor Issue, on the site WordPress.org Forums: 
 @rehtset This isn't a bug, exactly. LifterLMS doesn't support archives for the lesson post type.…12 months ago 
- 
										Posted a reply to Get a blank page when I try to edit a page or course, on the site WordPress.org Forums: 
 @michaelweiner I really don't know exactly how the minification and concatentation actually works but I…12 months ago 
- 
										Posted a reply to Get a blank page when I try to edit a page or course, on the site WordPress.org Forums: 
 @michaelweiner do you have any concatenation or minification going on with your W3 Total Cache…12 months ago 
- 
										Posted a reply to Shortcode [lifterlms_registration] does not work, on the site WordPress.org Forums: 
 @suremo Since a logged in user cannot register for an account (they already have one),…1 year ago 
- 
										Posted a reply to Great but…, on the site WordPress.org Forums: 
 Hey @kailor I'd love to substantiate #2 so that we could improve our processes and…1 year ago 
- 
										Posted a reply to Lifter LMS depricated code: $lessons = $section->get_children_lessons();, on the site WordPress.org Forums: 
 @boniqx See the deprecation notice from the changelog for specifics on the replacement syntax: https://github.com/gocodebox/lifterlms/blob/trunk/CHANGELOG.md#deprecated-functions--methods…1 year ago 
- 
										Posted a reply to LifterLMS with BuddyBoss – Forgot Password not working, on the site WordPress.org Forums: 
 @jeremy20184 Try the "Code Snippets" plugin @jnr4u2 recommended, it's a lot simpler if you're not…1 year ago 
- 
										Posted a reply to how to remove payment verification, on the site WordPress.org Forums: 
 @erfansoftco Glad to hear you built a custom gateway using our examples but helping with…1 year ago 
- 
										Posted a reply to 4.8 update for Lifter LMS broke site, on the site WordPress.org Forums: 
 @chromedheads Have a look at the link I provided above which covers how to grab…1 year ago 
- 
										Posted a reply to 4.8 update for Lifter LMS broke site, on the site WordPress.org Forums: 
 @chromedheads That sounds like the plugin got deactivated. Can you check and confirm that LifterLMS…1 year ago 
- 
										Posted a reply to Error on Requesting API for creating Students, on the site WordPress.org Forums: 
 @usamanasirqb Have a look at our updated documentation around the "Base URL": https://developer.lifterlms.com/rest-api/#section/Base-URL In short:…1 year ago 
- 
										Posted a reply to Error on Requesting API for creating Students, on the site WordPress.org Forums: 
 @usamanasirqb All API requests should be made to YOUR website, not to our website where…1 year ago 
- 
										Posted a reply to conflict lifterlms with itheme security, on the site WordPress.org Forums: 
 @faridparsaei I'm not seeing any issues with iThemes from my end. I've just run a…1 year ago 
- 
										Posted a reply to Where do I get the Consumer Key and Consumer Secret?, on the site WordPress.org Forums: 
 @superchefliumaohsing Here you go: https://lifterlms.com/docs/getting-started-with-the-lifterlms-rest-api/1 year ago 
- 
										Posted a reply to Course can no longer be adjusted – error message, on the site WordPress.org Forums: 
 @ilse88 Unfortunately we're not allowed to provide support for our paid add-ons in this forum.…1 year ago 
- 
										Posted a reply to Clarity with respect to Rest API, on the site WordPress.org Forums: 
 I don't have a perfect answer for you here... We *do not* create custom WC…1 year ago 
- 
										Posted a reply to Some bugs, on the site WordPress.org Forums: 
 That said... Someone may have just fixed this for you @midi-vin To set the public…1 year ago 
- 
										Posted a reply to quiz not loading, on the site WordPress.org Forums: 
 @yuvalivan If you cannot switch to a default theme to determine if this is the…1 year ago 
- 
										Wrote a comment on the post Proposal: Dropping support for old PHP versions via a fixed schedule, on the site Make WordPress Core: 
 I agree with this. Articulated beautifully.1 year ago 
- 
										Posted a reply to Does the $ 99 paid add-on work on the main domain and its subdomain at the same, on the site WordPress.org Forums: 
 @pavelnow, The WordPress.org support forums are reserved ONLY for questions about the free LifterLMS core.…1 year ago 
- 
										Posted a reply to Lesson prereq not working, on the site WordPress.org Forums: 
 @onixfernando A free lesson means that it is *always* available to anyone (regardless of their…1 year ago 
Developer
- 
										
											  FakeblockActive Installs: Less than 10 
- 
										
											  LifterLMS - WordPress LMS PluginActive Installs: 10,000+ 
- 
										
											  LifterLMS LabsActive Installs: 3,000+ 
- 
										
											  
- 
										
											  One Thousand Nine Hundred and Ninety-NineifyActive Installs: Less than 10 
- 
										
											  RhythmsActive Installs: Less than 10 



 
			 
                