add_filter( ‘clock’,function( $clock_instance ){
return new Clock();
},9999 );