Your IP : 18.225.72.245


Current Path : /home/sudancam/.trash/wp-pagenavi.2/scb/
Upload File :
Current File : //home/sudancam/.trash/wp-pagenavi.2/scb/load-composer.php

<?php

/**
 * Pass through version to use when Composer handles classes load.
 *
 * @param callable $callback
 */
function scb_init( $callback = null ) {
	if ( $callback ) {
		call_user_func( $callback );
	}
}