Hi Joel Stüdle, Thank you for solving the problem
I use a lot of icons, new updates make my website very slow
Also needs improvement
Thank you for your contribution
]]>Hi Joel Stüdle, I love your open-source plugin “SVG Icons” so much.
Needs improvement, several times it doesn’t work.
Thank you for your contribution.
]]>Hi Joel,
Since WordPress update to 5.6.2, I’ve got this bug notice.
Notice: register_rest_route is called the wrong way. For REST API routes that are intended to be public, use __return_true as a permission callback.
I added API REST user rights by adding the following code in shp-icon/src/Plugin.php
after line 204.
'permission_callback' => function () {
return current_user_can( 'edit_posts' );
},
Can you tell me if it’s good?
I no longer have a bug notification at the moment.