Nice work! I particularly like the live filtering capability. Idea for improvement if you feel inclined: implement a basic Block Editor block that wraps the short-code. Investigate the ServerSideRender component from @wordpress/components in the javascript world, and combine with setting your PHP-side short-code function in the render_callback attribute when calling register_block_type() in PHP.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice work! I particularly like the live filtering capability. Idea for improvement if you feel inclined: implement a basic Block Editor block that wraps the short-code. Investigate the
ServerSideRendercomponent from@wordpress/componentsin the javascript world, and combine with setting your PHP-side short-code function in therender_callbackattribute when callingregister_block_type()in PHP.