You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
269 B

<?php
function pmxi_admin_init(){
wp_enqueue_script('wp-all-import-script', WP_ALL_IMPORT_ROOT_URL . '/static/js/wp-all-import.js', array('jquery'), PMXI_VERSION);
@ini_set('mysql.connect_timeout', 300);
@ini_set('default_socket_timeout', 300);
}