– Root composer.json requires PHP extension ext-gmp * but it is missing from your system. Install or enable PHP’s gmp extension.
Question Station Latest Questions
Is it my correct answer? I try and understand where he is coming from, what his expectations are, and how my work will help improve them. I normally disagree on the content plan but when I explain to them why I ...
How can I get product list along with the product categories.
The price is “10.00” need to remove “.00‘, is there any solution?
how can i get a list of products with the id of their category?! in the code below $pid is what the user type in shortcode, ‘object_id’ is the id of the every product in wp_posts table. <?php $products = ...
How can I redirect the URL from www.myapp.co to myapp.co ? And also if the URL has another parameter like www.myapp.co/other-parameter will be redirected to myapp.co/other-parameter where the other-parameter can be anything. Sorry for this noob question, I am still ...