IncredibleWP
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Adding Templates for FSE by a PluginThat’s a great staring point, thanks for sharing.
Forum: Developing with WordPress
In reply to: Blocks – Render based on Attributes using CSS FileI found the answers in the following link –
Forum: Developing with WordPress
In reply to: Blocks – Enqueuing Styles and Scripts ConditionallyForum: Developing with WordPress
In reply to: Blocks – Enqueuing Styles and Scripts ConditionallySmall update – regarding my second question about getting the script handler (that is registred by block.json) so I can use the wp_localize_script to localize the script, I just openend the HTML source code and manually got the script handler. It is a workaround but it is working. Let me know you have a better approach.
Forum: Developing with WordPress
In reply to: npx @wordpress/create-blockFollowing that suggested link, I switched back to “@wordpress/scripts”: “^27.9.0” and now it is working.
Thanks for your help!
Idan
Hi,
My plugin is not released yet. I suggest to create a dummay plugin and in a custom taxonomy admin screen add a javascript file which will call a dummy custom rest end-point (registred by the plugin) using AJAX with one paramater as input. That will simulate the same scenario which I got that error.
BR
Idan