June 4, 2018 at 18:47
#199884
Participant
Hi!
How can we disable this by a function on the child theme in functions.php?
I´ve tried this:
add_action( ‘wp_head’, ‘remove_my_class_action’ );
function remove_my_class_action(){
global $kleo_theme;
remove_action( ‘wp_head’, array( $kleo_theme, ‘render_css’ ), 15 ) );
}
But it causes an error 500