yes, also more on how you created your test plugin from the beginning to where it is now too.
@OttoAgne10 ай бұрын
Is it possible media library feed from word press by folders or tags?
@duoduoo6732 Жыл бұрын
i get error in site health page: The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages. The REST API did not process the context query parameter correctly. tried and not helped: 1. add to nginx config: location / { try_files $uri $uri/ /index.php$is_args$args; } location ~ ^/wp-json/ { rewrite ^/wp-json/(.*?)$ /?rest_route=/$1 last; } 2. testing in browser with incognito mode. 3. testing in clean wordpress without activated plugins and with activated twentytwenty-one theme.
@lathif-theruby958 Жыл бұрын
I got 404 when I accessed that URL (wp-json)
@mrchedda10 ай бұрын
This is great and all, but I wish the rendered field stripped the HTML. Why would anyone consuming this data need things like class or data-*??? I don't see the point in returning all that.