190,344 questions
Best practices
1
vote
1
replies
42
views
Is it possible to integrate OpenClaw with WordPress to automate parts of the development workflow?
I’m exploring whether it’s possible to integrate OpenClaw with WordPress to streamline and automate parts of the development workflow.
Specifically, I’d like to understand:
Whether OpenClaw can be ...
0
votes
0
answers
45
views
How to implement CSP without 'unsafe-inline' in WordPress (Elementor) without breaking site?
I am working on securing a WordPress website that uses Elementor and several plugins.
I have implemented a Content Security Policy (CSP) via .htaccess like this:
Header always set Content-Security-...
-1
votes
0
answers
32
views
wp plugin works in local Laragon but fails completely on live site - i can't test o
WooCommerce Telegram Order Manager plugin works in local Laragon (settings page OK) but fails completely on live site - can't test order notifications/bot management
Hi everyone,
I've developed/...
0
votes
0
answers
47
views
Wordpress webhook is not live to paypal API and simulator
I am buliding a wordpress plugin. To take payment I am using Paypal. Users wil get an paypal link to pay the payment. I am using webhook for backend confirmation. But paypal can't reach may webhook ...
-6
votes
1
answer
54
views
jQuery .addClass not adding the class [closed]
In a WordPress page editor HTML block I have:
<script>
jQuery(document).ready(function() {
jQuery('.wp-block-button__link').addClass('sg-popup-id-2331');
});
</script>
However, ...
Advice
0
votes
4
replies
123
views
How can I copy a WordPress/WooCommerce site from hosting to a local environment?
I have access to a Sered hosting account for a WordPress/WooCommerce site, and I need to set it up locally for development.
I’m new to working with hosting panels, so I’m unsure what I need to export ...
0
votes
0
answers
33
views
validating a nonce in the add-to-cart url
Been trying to block a botnet attack that somehow goes directly to all the add-to-cart urls on my site without ever crawling the pages. htaccess rewrites are only blocking 90% of the requests.
Google'...
Tooling
0
votes
0
replies
64
views
i wana integrate wordpress api in my react native app
I have a mobile application built using React Native (Expo), and the app is already fully functional. I am currently using Firebase for authentication, cart management, and real-time features like ...
Tooling
0
votes
2
replies
35
views
Digtal Garden / Portfolio-Showcase Site, which arch and tools to choose?
I plan to implement or craft a nice Portfolio Showcase site, where i want to share my texts as a digital garden (linked), showcase my own prototypes (some are vibe coded, some are handcrafted) and ...
2
votes
0
answers
44
views
Trace actions in WordPress action scheduler
I'm trying to track down the origin of the following warning in my error log:
Cannot modify header information - headers already sent in /.../class-wp-session.php on line 145
Indeed on that line in ...
Tooling
1
vote
1
replies
43
views
Recommended tool for sending WordPress form data to REST APIs with Bearer Token auth?
I am looking for a reliable way to connect various WordPress form builders (specifically Gravity Forms and Elementor) to an external CRM via a REST API. The requirements are:
Support for Bearer Token ...
2
votes
1
answer
39
views
Wordpress site casues Andriod Tool Bar Color change
I cannot for the life of me figure out what setting is turning my bar this green color in wordpress.
any suggestions are appreciated, I've tried everything in appearance theme elementor and nothing ...
-2
votes
0
answers
110
views
WordPress Permalink Manager Pro: Filtered post_type_link shows correct URL but results in 404 [closed]
How can I force Permalink Manager Pro to recognize my 4-part calculated path as the "source of truth" so that WordPress resolves the page correctly instead of throwing a 404? Is there a ...
-2
votes
1
answer
66
views
WordPress menu: Can’t save Display Location or Manage Locations (Polylang plugin) [closed]
In WordPress, while trying to edit Appearance: Menus, I was unable to set the “Display Location” for a menu, nor assign a menu through “Manage Locations”. Every time I’d try to save it would revert to ...
Best practices
6
votes
3
replies
190
views
How to add SEO-friendly meta tags dynamically in WordPress using PHP?
I am working on a WordPress website and trying to improve the SEO structure of different pages.
Currently the meta title and meta description are the same for many pages, and I want to generate them ...