<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/f494cc7ceb0041bab323bfb5a700f708&quot; frameborder=&quot;0&quot; width=&quot;1728&quot; height=&quot;1296&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1296</height><width>1728</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1296</thumbnail_height><thumbnail_width>1728</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/f494cc7ceb0041bab323bfb5a700f708-00001.gif</thumbnail_url><duration>1574.3</duration><title>CBF - how to add a custom footer with all your programs/promotions at the bottom of all your memberships/lessons</title><description>Here are the plugin names and codes referred to in the video:

Plugin #1 Child Theme Configurator
Plugin #2 wp file manager
Plugin #3 Shortcodes for Divi

Code to replace in the courses_footer.php file (don&apos;t forget to change the layout ID number to yours!): 


  
    
    
    






Code to ADD to the functions.php file:

add_filter( &apos;mpcs_classroom_style_handles&apos;, function( $allowed_handles ) {
  $allowed_handles[] = &apos;divi-style-parent&apos;;
  $allowed_handles[] = &apos;divi-style&apos;;
  $allowed_handles[] = &apos;divi-dynamic-critical&apos;;
  $allowed_handles[] = &apos;upsell-bootstrap&apos;;
  $allowed_handles[] = &apos;upsell-font-awesome&apos;;
  $allowed_handles[] = &apos;upsell&apos;;
  
  return $allowed_handles;
});</description></oembed>