WordPress Plugin for ressourcen/usage
I need a plugin that will show me all usage of CPU, RAM, Disk etc and output it to me in some file format. Or someway to export the data from the terminal... Does anyone have a solution? I did…
I need a plugin that will show me all usage of CPU, RAM, Disk etc and output it to me in some file format. Or someway to export the data from the terminal... Does anyone have a solution? I did…
I'm working on a WordPress project where I need to display some detailed data in a modal when a user clicks on a specific element. The content of the modal is fetched through an AJAX call to a PHP script…
Because it does not work? I want it to also have the client's IP to geolocate it help me I already tried many times but I can't get it to work. function obtener_pais_por_ip() { // Reemplaza 'TU_CLAVE_DE_API' con tu clave…
Maybe someone knows, how to add a condition: if the payment amount is less than 3000 - certain payment method is hidden? For example, there are 2 payment methods: cash online payment If the amount is less than 3000, the…
This wordpress website was hacked. I clean all files and database too. wordfence scanner showing no malware. still showing this message. How can I fix this issue. click to view image I clean everything. Maybe still i miss something
Can something like this be done on CF7? Can it be done with CSS, I've done considerable reasearch and havent found a way to do this..ideally I'd like to do this with an existing form/plugin and not do it all…
I am using WooCommerce Bookings. I've customized the customer-bookings-cancelled template and it works when a customer cancels a booking, but it is sending an email notification to both vendor and customer. I need to remove the vendor from this notification…
I have several categories and I'm trying to make it so that some categories cannot be added to the cart along with others. (when adding, there should be a redirect to the product and an error message is displayed). I…
I need to remove the Premmerce plugin menu item from the admin menu (leaving it visible only to the admin and hidden for all other roles). I had the same problem with the JetPack menu item which I fixed by…
I just created a file called custom_functions.php inside of my current active child theme, and when I try to add a product to the cart with this simple line of code, I get an error: Code: <?php WC()->cart->add_to_cart( 204 );…