LIFTER_TextReplace - Changes "Courses" to "Modules" and "Lessons" to "Steps
* Changes "Courses" to "Modules" and "Lessons" to "Steps" * Add to WP Code Snippets or…
LIFTER - Course to Module
Replace Syntax
Show Product Categories in the Vendor Product Catalog
This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…
Change the "Add to Cart" Button Text
Change Add to cart and Buy now buttons
Debloat your WooCommerce Tabs! Remove Default WooCommerce Tabs Amiru アミル さん
Remove Default WooCommerce Tabs You can easily remove the default "Description," "Additional Information," and "Reviews" tabs…
Remove "Coupon Field" on the Cart Page Amiru アミル さん
If you don't use coupons, removing the field simplifies the cart process. Amiru アミル さん
frontend/js/snippets/scroll-behavior/sticky
This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
Gravitar Fix
add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…
LifterLMS_DIR_AD_FPopulation - LifterLMS Course Sync - Detail Population Module
* PURPOSE: * - Hooks into main sync completion * - Populates comprehensive course data (lessons,…