The core file for this is in wp-includes/script-loader.php
for reference, but if you want to alter them use the built in script functions such as:
wp_register_script(),
wp_deregister_script(),
wp_enqueue_script(),
wp_dequeue_script()
Related Posts:
- Setting admin edit panels & metaboxes positions and visibility for ALL users and admins
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- Set Featured Image programmatically (in admin) with JavaScript?
- Modify built-in post type properties
- How can I include JavaScript that use jQuery on admin side
- Use latest jQuery in WordPress (admin interface)
- Page only shows when user is logged in (even with visibility set to public)
- What is the optimal way to filter out subpages from admin?
- Help extending custom drag-drop page ordering on admin page list screen
- Change the Default Pages Menu View in wp-admin
- Get current logged in user under 3.1, re: remove “Howdy”
- Plugin admin panel JavaScript Broken
- Custom Jquery in admin breaks media-upload script
- Show private pages in public when you logged in as admin?
- Weird jquery problem when upgrade to WordPress 3.1
- User interfaces living in the Admin “back end” area
- Hiding the media-new.php File URL option via jQuery
- how to know if admin is in edit page or post [duplicate]
- How to remove entire admin menu?
- How can I target WordPress 3.8 new interface MP6 with CSS?
- Any guides on creating custom admin pages?
- initial sort order for a sortable custom column in admin
- Read only capability for custom post in admin area
- How can ‘admin_email’ be set?
- How to change WordPress default strings?
- Can I display the widget admin in the page admin?
- Remove ability to access certain admin menus
- Gutenberg “Add Block” button is not active (greyed out), cannot add new blocks
- How To View Site from Non-Logged-In User’s Perspective
- Daily notices of failed login attempts for non-existent admin user
- Reorder plugin items in the admin menu
- Wrong url in sortable column headers & pagination in the admin, when behind a proxy
- Reference external file as a function
- Is it possible to hook AJAX to UPDATE-button?
- Check if user is logged in else login page
- Which hook for processing plugin page form data?
- Calling a shortcode in the backend
- How to make certain page templates visible to admin only
- Add tabbed menu to admin page
- WYSIWYG – Getting the “link” button from HTML mode in Visual mode
- Error thrown. Cannot create references to/from string offsets
- How to receive security update notification email?
- How can I restore admin capabilities?
- Adding another “Add Post” button to admin
- Admin page redirect to another admin page
- What determines whether admin toolbar is shown to a logged-in user?
- Can I include Javascript/jQuery in a page?
- How to disable https from wordpress site?
- Fatal error: Exception thrown without a stack frame in Unknown on line 0
- Apply permissions per post
- Where should I hook into admin?
- How to remove wp panel for users
- Unable to upload image using the standard uploader in the WP admin (v4.3)
- Admin role not really admin
- Fixed layout for admin section
- How to use is_admin in page content?
- Copying WordPress site, HOW about the DB connection?
- Adding a Calculator to a WordPress Page
- How do I diagnose a plugin resource 404?
- Add menu item to edit specific page
- Does an administrator access allow someone to access to the WordPress database?
- WordPress colorpicker save both hex and RGB
- Change Name of Category Heading in New Post
- Load stylesheet on custom admin submenu page
- Disable login on multisite web sites
- Other than save_post any other actions on add / edit post screen?
- Remove iPhone detection on login page
- Editing Help Section
- How to remove the default checked attribute from inputs in admin?
- I can’t enter the control panel of my wordpress site after channing the URL to https://
- Admin user column sort by numeric meta key
- Shop in Subdomain feeding main domain order in admin area
- Error 404 Display on otherlinks apart from homepage
- I can’t access login page
- Admin Access for specific page(s)
- Get Link of Page Selected through a Select Field in Custom Admin Page
- Sortable admin columns by 0.00 number
- Links in new menu don’t work
- WordPress Admin Thickbox: Remove Margins/Padding
- Admin menu disable new/delete page
- how to disable the e-mail verification on wp-admin/options-general.php multisite admin e-mail
- How to change the title attribute for the WP logo image on wp-login.php
- WordPress Admin Email
- conditionally update css on edit.php
- Simple CSS admin pagination
- Can I show the tag admin interface on a post when logged in as an admin?
- WordPress “Hide WP” Gives Me Error After Admin Login [closed]
- Editing post in admin panel
- Making a custom upload form and page in the admin section
- site admin for subscribers
- Customise the add media pop-up to include rel attribute option
- Decouple page name from page title
- Custom Div with links on Admin Bar
- WordPress admin loads erratically “connection reset by peer”
- How to fix broken admin Thickbox?
- New User Notification – Setting Email
- Pull Random Images From Options Page [closed]
- Woo Commerce Settings for Check-out Form [closed]
- CSS Styles specific to Admin Sidebar not loading
- Display notice in block editor after wp_insert_post_data hook