Your IP : 3.144.114.85


Current Path : /proc/self/root/home/sudancam/.trash/wp-pagenavi/scb/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/wp-pagenavi/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 );
	}
}