You can’t. Short of developing community standards it cannot be done, and community standards are useless if the other developer ignores or is unaware of them. There is no foolproof reliable solution short of enumerating every conceivable bootstrap or font awesome combination then scanning for them.
Related Posts:
- When should I use wp_register_script() with wp_enqueue_script() vs just wp_enqueue_script()?
- Check if a script/style was enqueued/registered
- How to properly dequeue scripts and styles in child theme?
- Cannot deregister a script using wp_deregister_script
- How to dequeue / deregister any theme styles and scripts
- Hyphens vs. periods in the script slug in wp_register_script?
- enqueue and localize script in footer
- How to Add a Custom Script to Customize.php
- wp_enqueue_script vs. wp_register_script
- Child Theme – what is the scope of overwriting files?
- Best spot for wp_register_script() and wp_register_style()
- wp_enqueue_script with dependencies doesn’t work
- Register script/style: Is it possible to customize the version query string via plugin?
- Help with enqueing scripts in footer after init action
- Modernizr check first, then move on to wp_register_script()/wp_enqueue_script
- How to cancel `wp_print_scripts`?
- Including style.css in Child Theme
- getting a js file for one page
- Can’t see why my scripts aren’t loading when I register and enqueue them
- Including files in Child Themes
- WordPress script file version numbers changing in live environment
- Change script type and src of plugins in theme
- How to enqueue JavaScript file that depends on CSS stylesheet
- Adding multiple wp_register_scripts for templates in WordPres?
- Localizing script to pass a value to a javascript function
- Enqueuing script is adding extra text for google maps [closed]
- Deregister multiple scripts using a function?
- wp_enqueue_scripts does not work
- Modular CSS and JS in Child Themes
- If a Script has been enqueued but not registered can I still removed it?
- include jquery plugin file not working
- How to use wp_register_script / wp_enqueue_script for multiple queries
- How to register script with null value for version?
- Using wp_enqueue_script on scripts that contain PHP
- Stop a plugins js and css from loading on all pages and show up only where it is called
- Enqueue registered dependencies only when necessary
- How to get, in WP page’s script, a wp enqueued script (in Functions.php)?
- wp_enqueue doesn’t load dependencies
- Why do WordPress adds the id=”handle-{js|css}” attribute to scripts and stylesheet?
- Dequeue/deregister scripts for everybody but the administrator
- How to load css in the footer [duplicate]
- wp_enqueue_scripts, wp_register_scripts, wp_print_scripts: i’m confused
- Register and enqueue conditional (browser-specific) javascript files?
- Is it safe/recommended to use wp_enqueue_script function outside the functions.php file?
- wp_enqueue script my_javascript_file in the footer
- How to load JQuery easing script in wordpress?
- Hook for writing text string after footer scripts
- Why does this line of code make photo albums appear?
- Track down where script is being enqueued from
- $wp_styles->registered not giving ALL the styles?
- Benefits to enqueuing site scripts/stylesheets?
- Adding Custom Javascript to Skeleton Child Theme
- Most elegant way to enqueue scripts in function.php with foreach loop
- Problem in wp_localize_script
- How to remove some external js files from source?
- The wp_enqueue_scripts hook doesn’t work at all, not from plugin, not from the template, not for frontend, not for admin pages!
- Adding custom fonts (local) to WordPress?
- Can’t move jQuery to footer
- wp_enqueue_script order – external vs inline js
- What are the advantages of using wp_enqueue_script()
- How do I get a child theme to load scripts from the parent theme?
- Deregister scripts on unnecessary pages using remove_action
- Prioritizing wp enqueue scripts error
- Why are files enqueued with wp_enqueue_style and wp_enqueue_script 404 Not Found?
- Deregistering a script in WordPress seems impossible
- Utilizing WordPress’ Admin UI for plugin settings: getting accordion style
- Loading scripts with wp_register_script and wp_enqueue_script
- wp_enqueue_script Doesn’t Work?
- Getting wp_footer() to work without wp_head()
- Move scripts to footer, but exclude one script?
- Is there a way to list all the JavaScript scripts that are actually loaded by WordPress? Do we care?
- wp_editor() youtube link does not load video
- How to force that styles are enqueued in the header?
- Where is the right place to register/enqueue scripts & styles
- Where to insert Google Maps API code in functions.php
- wp_enqueue_script was called incorrectly Issue when active plugins of WordPress Admin Bar Improved
- How to add conditionals for IE browsers between certain versions?
- call my script only after loading UI library?
- Loading Scripts For Specific Template
- All of my Scripts and Enques are getting file not found
- why wp_enqueue_scripts() not working?
- jQuery plugin not loading
- scripts not loading
- FullCalendar in WordPress is not working
- Wp_deregister_script() doesn’t work
- enqueue_scripts() in child theme doesn’t work
- How do you load js and style resources from CDN with local fallback using wp_enqueue_scripts?
- Issues with wp_enqueue_script and jquery-ui
- wp_localize_script & wp_enqueue_script not working in front end
- wordpress enqueue script not working
- Moving Javascript from footer to header
- Set a parent script presence status true so that child scripts load in wordpress
- How to wp_enqueue_script with html?
- Most optimal way of starting fresh, without using other theme or dropping old files?
- Bootstrap sticky menu in WordPress
- Bootstrap css not getting applied to the custom WordPress Dashboard Widget
- WooCommerce not enqueuing its scripts [closed]
- See Scripts used by Page
- comment-reply.js is not loading
- How can I specifically enqueue scripts for edit orders pages only