开发者 |
gamipress
tsunoa rubengc eneribs |
---|---|
更新时间 | 2023年7月11日 06:52 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.2 |
版权: | GNU AGPLv3 |
版权网址: | 版权信息 |
wp-content/plugins/
folder.On a normal field, you have the field ID to access it (for example field ID 5). For advanced fields like the name field, you need to setup the field ID + subfield ID: For example, the "Name" field have the prefix, the first name, the last name, etc but internally their IDs are a numeric ones (prefix ID is 0, first ID is 1, etc). So if your "Name" field has the ID 5 and you want to require the prefix field, you need to setup as field ID 5.0.