All Questions
4,851 questions
1
vote
1
answer
43
views
Dynamic argument passed in third parameter of register_setting()
Currently working in a WordPress plugin, the plugin is completed and ready for the submission. However, during Plugin check with WordPresss plugin check (PCP) it triggered below Warning.
PluginCheck....
0
votes
0
answers
31
views
How to push product custom field to shipstation orders line items [duplicate]
I am using WooCommerce Shipstation plugin to send the data to Shipstation store, however I did not get a proper solution to do it.
Here is the way I am trying, but it is not working:
// Add this code ...
-2
votes
0
answers
29
views
How to restrict content from unsubscribed users in WordPress [closed]
I'm currently working on a charity website and using the MemberPress Premium plugin to manage memberships. I want to ensure that only users who have subscribed to a membership plan can access specific ...
1
vote
0
answers
41
views
Change the AffiliateWP affiliate associated with a WooCommerce order programmatically
Assume that I cannot change any of the code below, only supplement it via another custom WordPress plugin.
I am working with the AffiliateWP plugin and I need to change the affiliate associated with a ...
2
votes
1
answer
60
views
404 Error When Trying to Serve Restricted PDFs After Login
I'm banging my head against a wall with an issue involving a WordPress plugin I've been working on. It's supposed to restrict access to PDF files in a specific area of the site, only letting logged-in ...
-2
votes
0
answers
32
views
Any helper functions in "WP Offload Media" to transfer or save files to S3 without creating an attachment postype entry
Have a wordpress setup with "WP Offload Media" to handle wordpress media library objects and to automatically store them in amazon s3.
I would like to know of any existing helper functions ...
2
votes
0
answers
44
views
Trying to get start/end dates from a booking product in cart (WooCommerce)
Using the WooCommerce Booking plugin, I have a "WC_Product_Booking" product in cart.
I am trying to get the start and end dates if possible from this $product object (called $product_data in ...
0
votes
0
answers
22
views
managing different folder structures between development and deployment in a WordPress plugin
I have developed a WordPress plugin that is now live on the WordPress Plugin Directory. However, I'm facing an issue with managing different folder structures between my development environment and ...
0
votes
0
answers
53
views
How can I tell where custom code is being called in Wordpress
I have inherited maintenance for a WordPress site and I have limited access - I can see the dashboard and the File Manager (through a Plugin) but I cannot see the database.
There is a piece of custom ...
0
votes
1
answer
40
views
Wordpress show post link as plain text if post not published
How can I cause a link in WordPress (currently 6.7.2) to display as plain text if the target post is not published?
I know how to create hyperlinks and how to create a permalink to a not-published ...
0
votes
0
answers
95
views
I am using the astra theme, there are not showing global settings are not showing
I am using the Astra theme for my website. During front-end editing, the global setting like colors is missing from my customize section. any one can help me. What's happened? I have tried several ...
0
votes
0
answers
25
views
hivepress-marketplace template not working
I am using rentalpress theme with hivepress and hivepress-marketplace theme for my marketplace site. I need to display the dispute button for hosts/vendor. For that I am trying to override the ...
1
vote
0
answers
31
views
clubs not assigned automatically in matches created by wpforms in sportspress plugin
I am working on a WordPress site using the SportsPress plugin and WPForms. I have a form created with WPForms that includes checkboxes populated with all existing clubs and a dropdown menu for the ...
0
votes
1
answer
27
views
Submenu in Twenty 24 Wordpess theme hides below gallery (Responsive lightbox and gallery) (Wordpress)
I got problem on (Wordpress) site: https://srv68534.seohost.com.pl/galerie/
When clicking "Test submenu", submenu is under gallery. But when I add higher z-index for submenu i additional css ...
0
votes
0
answers
36
views
Worpress cron is either missing the schedule or triggered too many times on Fridays
I have a recurring order weekly button on my WooCommerce, when activated, it clones the exact order weekly.
function cron_add_weekly( $schedules ) {
$schedules['everyweek'] = array(
'interval' =&...