Beperk je piekeren in 2 minuten
Enig resultaat
add_filter( 'learndash_customizer_config', 'child_theme_prefix_disable_customizer_styles', 10, 2 );
/**
* Disable LearnDash Customizer Styles.
*
* @param array $config Configuration Array. The format of this Array is complex and is defined in sfwd-lms/src/Core/Modules/Customizer/Themes/Theme.php as "Config".
* @param LearnDash\Core\Modules\Customizer\Themes\Theme $theme The Active Customizer Theme object.
*
* @return array
*/
function child_theme_prefix_disable_customizer_styles( $config, $theme ) {
// Don't create or use any Customizer Controls.
return [];
}
Warning: sprintf(): Too few arguments in /home/enwatnu/domains/enwatnu.com/public_html/academie/wp-content/plugins/sfwd-lms/includes/class-ld-lms.php on line 2360
Enig resultaat