Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 21187d6

Browse files
author
Paul Schreiber
committed
add vipgo-helper.php; loads plugins on VIP Go. See #391, #392 for similar WPCOM-related notes.
1 parent e658ac1 commit 21187d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vipgo-helper.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
// make sure these function run in VIP Go environment where `plugins_loaded` is already fired when loading the plugin
3+
add_action( 'after_setup_theme', 'instant_articles_load_textdomain' );
4+
add_action( 'after_setup_theme', 'instant_articles_load_compat' );

0 commit comments

Comments
 (0)