我想让job_location数组使用Google自动完成功能。
'job_location' => array(
'label' => __( 'Location', 'wp-job-manager' ),
'description' => __( 'Leave this blank if the location is not important', 'wp-job-manager' ),
'type' => 'text',
'required' => false,
'placeholder' => __( 'e.g. "London"', 'wp-job-manager' ),
'priority' => 2,
如果我将ex的'type'=>'text'更改为'type'=>'autocomplete',该怎么办。然后使用Google自动填写地址输入内容?