class CustomFields {
private $post_id;
private $fields = [
'wp_GP_ID' => '',
'DLPRO_playstoreID' => '',
'wp_updates_GP' => '',
'wp_version_GP' => '',
'wp_installs_GP' => '',
'wp_ratings_GP' => '',
'wp_rated_GP' => '',
'wp_requires_GP' => '',
'wp_youtube_GP' => '',
'wp_sizes' => '',
'wp_whatnews_GP' => '',
'wp_backgrounds_GP' => '',
'wp_poster_GP' => '',
'wp_images_GP' => ''
];
public function __construct($post_id) {
$this->post_id = $post_id;
}
public function getField($field) {
if (array_key_exists($field, $this->fields)) {
return get_post_meta($this->post_id, $field, true);
}
return null;
}
public function updateField($field, $value) {
if (array_key_exists($field, $this->fields)) {
update_post_meta($this->post_id, $field, $value);
}
}
public function getAllFields() {
$data = [];
foreach ($this->fields as $field => $default) {
$data[$field] = $this->getField($field);
}
return $data;
}
}
Inscreva-se no Canal do Telegram para receber as notificações dos jogos e apps! Clique aqui.
Download Idle Office Tycoon MOD APK 2.6.5
Link para Download
Please wait for 10 Seconds
# Como instalar o Idle Office Tycoon APK
- 1. Toque em Idle Office Tycoon v2.6.5 .apk
- 2. Toque em Instalar.
- 3. Siga os passos na tela.
# Como instalar o Idle Office Tycoon XAPK
- 1. Instale o "XAPK Installer" e abra-o.
- 2. Clique no botão "Instalar APKs"
- 3. Selecione: Idle Office Tycoon v2.6.5 .xapk.
- 4. Clique no botão "Selecionar" para iniciar o processo de instalação.