190,346 questions
0
votes
0
answers
34
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
50
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
5
replies
111
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
27
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'...
-2
votes
0
answers
26
views
WordPress Conditional Menus [closed]
My Wordpress site has two different nav-bars, one when a user is logged out, and another when a user is logged in (password protected). Here is the logged in menu. And here is the logged out menu. ...
Tooling
0
votes
0
replies
59
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
33
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
43
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
42
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
38
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
1
answer
104
views
WordPress Permalink Manager Pro: Filtered post_type_link shows correct URL but results in 404
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
64
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
187
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 ...
Best practices
1
vote
2
replies
103
views
How do developers usually handle database optimization for growing WordPress sites?
I’m working with a WordPress website that has been running for a few years and the database size has grown significantly. I noticed that some queries and page loads are slower than before.
While ...
Tooling
0
votes
5
replies
80
views
Best way to style code in WordPress blog posts?
I have a wordpress blog that is not hosted on wordpress.com. I am writing a post that has snippets of Python code as well commands that I would like readers type into a shell. It also has output from ...