Purpose:
- To create a simple application using a javascript framework, even if it makes no sense to use one for the purpose of the demo app
| # Ignore asset build path in theme | |
| # -------------------------------- | |
| /web/themes/custom/radix_subtheme/build/ |
| ### Dynamic Networks | |
| This visualization plots people and projects around the MIT Libraries, with the ability to highlight specific project teams. |
| <?php | |
| // hack to make pantheon work with subdirectory multisite | |
| add_action( 'wpmu_new_blog', function( $blog_id, $user_id, $domain, $path, $site_id, $meta ) { | |
| if ( defined( 'SUBDOMAIN_INSTALL' ) && ! SUBDOMAIN_INSTALL ) { | |
| $abspath = untrailingslashit( ABSPATH ); | |
| $subpath = $abspath . untrailingslashit( $subpath ); | |
| if ( ! is_dir( $path ) ) |