Function Hook_import_smf2->import_cns_custom_profile_fields
Definitions
sources/hooks/modules/admin_import/smf2.php
- Standard import function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $db | object | No | No | required parameter | N/A | N/A | The database connector to import from |
| $table_prefix | string | No | No | required parameter | N/A | N/A | The table prefix the target prefix is using |
Preview
Code (PHP)
/**
* Standard import function.
*
* @param object $db The database connector to import from
* @param string $table_prefix The table prefix the target prefix is using
*/
public function import_cns_custom_profile_fields(object $db, string $table_prefix)
* Standard import function.
*
* @param object $db The database connector to import from
* @param string $table_prefix The table prefix the target prefix is using
*/
public function import_cns_custom_profile_fields(object $db, string $table_prefix)

