Added comment to save post method

This commit is contained in:
Nedim Uka
2018-10-18 17:30:42 +02:00
parent 00e853ae6b
commit c4cddf8ace

View File

@@ -92,6 +92,13 @@ class Wiaas_Admin_Product {
return $data;
}
/**
* Check for post status and and if there is country available
* Set post status to draft if the country is added
*
* @param $post_id
*/
public static function wiaas_my_save_post($post_id) {
global $post;