Last modified 8 years ago
253 Views
Less than a minute read
WordPress does not allow uploading files with non standard extensions.
Last modified 8 years ago
619 Views
1 min read
If you want to find the orders of a WooCommerce customer , since orders are a custom post type in WooCommerce you could use get_posts.
Last modified 9 years ago
2471 Views
Less than a minute read
When using WordPress HTTP API, if the connection fails you could use the below code to display the error message.