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 [2688586] to Plugins SVN:
Release v6.0.0-rc.1 -
Committed [2683286] to Plugins SVN:
Release v6.0.0-beta.2 -
Committed [2683261] to Plugins SVN:
Release v5.10.0 -
Committed [2679531] to Plugins SVN:
Release v6.0.0-beta.1 -
Committed [2679500] to Plugins SVN:
Release v5.9.0 -
Posted a reply to Mail not sent if the recipient is in the format “Foo “, on the site WordPress.org Forums:
@lephenixdelafamille I'd be happy to chat with you about this, want to fire off an… -
Committed [2677312] to Plugins SVN:
Release v6.0.0-alpha.4 -
Committed [2666124] to Plugins SVN:
Release v5.8.0 -
Created issue #38186 in the WordPress/gutenberg repository:
`@wordpress/wordcount` planned support for Chinese, Japanese, etc characters? -
Committed [2657986] to Plugins SVN:
Release v6.0.0-alpha.3 -
Committed [2656060] to Plugins SVN:
Release v5.7.0 -
Committed [2652712] to Plugins SVN:
Release v6.0.0-alpha.2 -
Created issue #37540 in the WordPress/gutenberg repository:
`canInsertBlockType()` returns `true` for a `multiple: false` block that is already inserted... -
Pull request #326 merged into wp-cli/entity-command:
Update example input to reflect example output -
Submitted pull request #36795 to WordPress/gutenberg:
Use `__experimental` prefix in examples -
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… -
Closed issue #34797 on the WordPress/gutenberg repository:
Allow 3rd parties to configure the ARTIFACTS_PATH defined in the custom e2e... -
Pull request #35371 merged into WordPress/gutenberg:
Allow customization of the ARTIFACTS_PATH via WP_ARTIFACTS_PATH env var -
Mentioned in [51598] on Core SVN:
Build/Test Tools: Make the polyfills loading more flexible. -
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… -
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 =… -
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,… -
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>… -
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! -
Mentioned in [51041] on Core SVN:
General: Correct the inline code examples for `_wp_array_get()` and `_wp_array_set(). -
Created ticket #53211 on Core Trac:
Changes to a reusable block are not reflected when using the post ... -
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… -
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/ -
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… -
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.… -
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.… -
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… -
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… -
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),… -
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… -
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… -
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… -
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… -
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… -
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… -
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:… -
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… -
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… -
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/ -
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.… -
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… -
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… -
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… -
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. -
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.…
Developer
-
Fakeblock
Active Installs: Less than 10
-
LifterLMS - WordPress LMS Plugin
Active Installs: 10,000+
-
LifterLMS Labs
Active Installs: 3,000+
-
One Thousand Nine Hundred and Ninety-Nineify
Active Installs: Less than 10
-
Rhythms
Active Installs: Less than 10