WP Job Manager使“位置”字段Google自动完成

时间:2019-06-18 15:43:43

标签: wordpress autocomplete

我想让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自动填写地址输入内容?

0 个答案:

没有答案