Answers for "edit vendor details in wcfm"

PHP
0

edit vendor details in wcfm

add_action('wcfm_after_dashboard_welcome_box','wcfm_after_dashboard_welcome_box_custom_info');
function wcfm_after_dashboard_welcome_box_custom_info() {
	$vendor_id = get_current_user_id();
	/***** print here your required vendor information*****/
}
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language