Changes between Initial Version and Version 1 of Ticket #58075
- Timestamp:
- 04/04/2023 05:14:31 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58075
-
Property
Summary
changed from
`wp_enqueue_scripts` action not firing at the right timetoTwenty Twenty-Three: wp_enqueue_scripts action not firing at the right time
-
Property
Summary
changed from
-
Ticket #58075 – Description
initial v1 1 1 How to reproduce: 2 2 3 Use this piece of code somewhere in the theme or a plugin3 Use this piece of code somewhere in the (child) theme or a plugin 4 4 5 5 {{{#!php … … 13 13 }}} 14 14 15 It will print 0despite being in the middle of processing the post content.15 It will print `0` despite being in the middle of processing the post content. 16 16 17 It cause problems for plugins that add inline JS ( wp_add_inline_script) in the post content that are generated from plugin settings or a block attributes for instance.17 It cause problems for plugins that add inline JS (`wp_add_inline_script`) in the post content that are generated from plugin settings or a block attributes for instance. 18 18 19 19 Does not happen with any other theme