BoldGrid / boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://www.boldgrid.com/
GNU General Public License v2.0
11 stars 12 forks source link

[Bug] wp_localize_script is doing_it_wrong #129

Open jessecowens opened 2 years ago

jessecowens commented 2 years ago

Describe the bug We're using wp_localize_script to pass data to JavaScript. We should be using wp_add_inline_script instead.

To Reproduce Steps to reproduce the behavior:

  1. Enable Debug Display
  2. edit a post or page
  3. note that the doing_it_wrong warning is displayed in the Publish metabox.