Changeset 5477
- Timestamp:
- 05/04/2017 05:02:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-tweaks/miscellaneous.php
r5323 r5477 2 2 3 3 namespace WordCamp\Jetpack_Tweaks; 4 defined( 'WPINC' ) or die(); 5 6 add_action( 'plugins_loaded', __NAMESPACE__ . '\modify_hooks_after_jetpack_init' ); 4 defined( 'WPINC' ) || die(); 7 5 8 6 // Allow Photon to fetch images that are served via HTTPS … … 21 19 * unnecessarily. 22 20 */ 23 add_filter( 'jetpack_just_in_time_msgs', '__return_false' );21 add_filter( 'jetpack_just_in_time_msgs', '__return_false', 11 ); 24 22 } 23 24 add_action( 'plugins_loaded', __NAMESPACE__ . '\modify_hooks_after_jetpack_init' );
Note: See TracChangeset
for help on using the changeset viewer.