Skip to content

Instantly share code, notes, and snippets.

@maartjedaems
maartjedaems / functions.php
Created August 10, 2018 11:27
Divi theme add social media icons
<?php
/**
Put this code in the functions.php of your child theme
**/
if ( is_admin() ) {
add_filter( 'et_epanel_layout_data', 'mc_et_epanel_layout_data' );
}
function mc_et_epanel_layout_data( $options ) {