Shortcode not appearing when used as post content in wp_insert_post() or possibly, shortcode not being registered at all
I have a plugin which creates a page upon activation and then removes it on deactivation. As part of the page creation, I wanted to use a shortcode in the post content, so I added a shortcode with add_shortcode() first.