When we use the Profile 2 module and need to save the profile image field (existing), we can use profile2 functions and achieve the task. Note down the Field needs to be updated. Load the profile. Add Image field to the loaded profile object Save the profile. function save_image_profile2($profile_id, $image_id){ // Load the profile objectMore
WooCommerce API Custom Endpoint – Legacy
Deprecated. Please refer How to create WooCommerce API V3 Custom Endpoint here. WooCommerce is great. But when it comes to API, it requires a little work to do some modifications. Let us take an example of custom endpoints. To make your own woocommerce api endpoint to return custom content, follow this tutorial. Create your ownMore
Wpionic-material Demo
Demo coming soon. Update I have not got time to maintain this project. If you are interested to continue the development of WP Ionic Material, please feel free to contact me.
WordPress Ionic Material Design App Instructions
Wpionic-material is a multi-platform mobile application built using ionic framework. It uses wordpress api to get and post data from/to your wordpress site. Ionic uses Cordova to build application archives for Android and Ios Platforms. WP Ionic material design Installation: Install wp-api plugin to your wordpress site. Download wordpress ionic material app source code. Change var server = ‘http://demo.wp-api.org/’;More