1 2 3 4 5 6 7 8 9 10 11
<?php/** * TODO: Legacy global scope functions here */add_action( 'plugins_loaded', 'jetpack_compat_require_defined_functions' );function jetpack_compat_require_defined_functions() { jetpack_require_lib( 'tracks/client' );}