Define option outside wp-config.php (on WordPress.com)

OK, for those who need, you can do the following:

  • Install Code Snippets
  • In a code snippet:

    add_filter( ‘init’, function( ) {
    define(‘PODS_SHORTCODE_ALLOW_SUB_SHORTCODES’, true);
    });

That will define it without modifying wp-config.php