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,…
LifterLMS_DIR_AC_SYNC - LifterLMS Content Sync Engine - Comprehensive Data Version
* LifterLMS Content Sync Engine - Comprehensive Data Version * Syncs courses ONLY with ALL related…
GravityView_DIR_AA_CPT - GravityView Views CPT Registration
* Description: Registers custom post type for GravityView with full REST API support * Location: Run…
GravityView_DIR_AB_ACF - GravityView Views ACF Fields
* WPCode Snippet: GravityView Views ACF Fields * Description: Registers ACF fields for GravityView configurations and…
GravityView_DIR_AC_SYNC_GravityView Sync System
* Description: Syncs GravityView configurations to custom post type * Location: Run Everywhere * Priority: 20…
GravityView_DIR_AD_FPOPULATION - Auto-Populate GravityView Field Details on CPT Sync
* Location: Run Everywhere * Priority: 30 * Description: Hooks into GravityView sync to populate detailed…
GravityView_DIR_RAPI -Expose GravityView ACF Fields to REST API
* WPCode Snippet: Expose GravityView ACF Fields to REST API (MANUAL SYNC ONLY) * Description: Makes…
test html
🎉 HTML Test Successful! This HTML snippet is working perfectly!
CPT_DIR - Users
Directory of portal users....
ACF_DIR - Users
Track Portal User Info and Activity
Rest_Api_DIR - Users
/** * WPCode Snippet: Expose Users Sync ACF Fields to REST API (Application Password Auth Required)…