• Welcome to 2016. Frontend build tools make it super easy to allow us creating script bundles of different libraries. Yet, there’s just no way to effectively handle script bundles with WordPress’s script registering/enqueuing functions.

    For future reference, when I say script bundle I’m refering to a single Javacript file that includes multiple libraries like jQuery, Underscore, Backbone and others present on WordPress core.

    When creating a WordPress website for a single client (as opposed to a feature rich, non-/commercial template) I’m in control of plugins being used. And I want to be able to handle all their dependencies manually by deregistering scripts they load and provide my own script bundle. This is impossible to do because there’s no way of registering a script with multiple handles.

    So please, can we have the $handle param in wp_register_script() be an array allowing developers to load a single script bundle of multiple libraries?

    P.s. Please don’t start an argument about how I’m being stupid for wanting this. My reason is clearly stated above and I want you to accept it as it’s written.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    This isn’t the right forum for this. You can actually use the Trac system: https://core.trac.wordpress.org/newticket

    While it’s primarily for bug reports, feature requests and enhancements are considered. FYI, your request will be taken more seriously if you lose the attitude. I personally appreciate display of personality, but in this case it will not help you.

    Thread Starter andrejcremoznik

    (@andrejcremoznik)

    This isn’t the right forum for this.

    I know. There’s the advanced section that can’t be posted into because mods have an attitude problem.

    FYI, your request will be taken more seriously if you lose the attitude.

    Good thing you point this out. It reminds me that interaction rules with 12 year old co-players in MOBAs should be applied to the general populace. Apparently nowadays trying to write in an engaging way is seen as insulting.

    And if you are refering to the last sentence, be aware that every single thread about unloading WP built-in scripts on frontend is always met with a remark by someone, how it shouldn’t be done. I’m sick of hearing that. People who can just dismiss these topics clearly lack knowledge and real life experince building things.

    Now you can call me out on my attitude. TYVM

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bringing script/style registering out of the stone age’ is closed to new replies.