Thanks alchymyth, that worked perfectly!
I can’t remove the shortcode from my child theme’s functions.php file… I tried adding the following in the original theme’s shortcodes.php:
remove_shortcode( 'divider' );
which works fine, so the code seems right. But it doesn’t work when I move that same code to functions.php in my child theme…
What am I doing wrong?
[please do not bump]