Property | Type | Description | |
---|---|---|---|
$internal_meta_keys | |||
$meta_type | |||
$object_id_field_for_meta |
Method | Description | |
---|---|---|
create ( &$object ) | ||
delete ( &$object, $args = [] ) | Simple delete. | |
read ( &$object ) | Simple read. | |
set_meta_type ( string $meta_type ) | Set meta type (user or post). | |
set_object_id_field ( string $object_id_field ) | Set object ID field dynamically for testing. | |
update ( &$object ) | Simple update. |
public set_meta_type ( string $meta_type ) | ||
$meta_type | string |
public set_object_id_field ( string $object_id_field ) | ||
$object_id_field | string |