Server : LiteSpeed
System : Linux server104.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : saleoqej ( 6848)
PHP Version : 8.0.30
Disable Function : NONE
Directory :  /home/saleoqej/chijamzacademy.com/wp-content/plugins/sfwd-lms/assets/js/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /home/saleoqej/chijamzacademy.com/wp-content/plugins/sfwd-lms/assets/js/learndash-admin-menu.js
jQuery( function() {
	/**
	 * Moves the new LD admin panel into the correct position in the DOM.
	 */

	if ( jQuery( '#sfwd-header' ).length ) {
		if ( jQuery( '#wpbody-content #screen-meta-links' ).length ) {
			jQuery( '#sfwd-header' ).insertAfter( '#wpbody-content #screen-meta-links' );
		} else if ( jQuery( '#wpbody-content #screen-meta' ).length ) {
			jQuery( '#sfwd-header' ).insertAfter( '#wpbody-content #screen-meta' );
		} else if ( jQuery( '#wpbody-content' ).length ) {
			jQuery( '#sfwd-header' ).prepend( '#wpbody-content' );
		}
	}

	// Move the onboarding to be below the header
	if ( ( jQuery( 'section.ld-onboarding-screen' ).length ) && ( jQuery( '#sfwd-header' ).length ) ) {
		// In the onboarding section is within a metabox we leave it.
		var parent = jQuery( 'section.ld-onboarding-screen' ).closest( '.meta-box-sortables' );
		if ( ( typeof parent === 'undefined' ) || ( parent.length == 0 ) ) {
			jQuery( 'section.ld-onboarding-screen' ).insertAfter( '#sfwd-header' );
			jQuery( '.wrap' ).hide();
		}
	}
} );