Localice su fichero PHP y vaya a sus propiedades.
Locate your PHP file and go to its properties.
En tu directorio wp-content/plugins, crea un nuevo fichero PHP.
In your wp-content/plugins directory, create a new PHP file.
Los ejemplos que le siguen asumen que estos metadatos son un fichero php incluido.
The examples that follow it all assume that this metadata is in an included php file.
Buenas noches, alguien podría indicarme que fichero php corresponde a la página donde se muestra el Pedido?
Good evening, someone could tell me which php file corresponds to the page showing the Order?
Fichero PHP listo para abrirlo desde un navegador.
PHP file ready to open a browser.
En el caso de que el fichero PHP se encuentre fuera del directorio raíz de documentos, solo se explorará su directorio.
In case the PHP file is outside the document root, only its directory is scanned.
Si un fichero PHP es proporcionado en la línea de comandos cuando se inicia el servidor web éste es tratado como un script "enrutador".
If a PHP file is given on the command line when the web server is started it is treated as a "router" script.
La gestión de la duración de la caché, antes especificada por $delais = 24 3600; en el fichero PHP de llamada, dispone ahora de la baliza: #CACHE{24*3600} que se pone directamente en cada esqueleto.
The cache time, which used to be specified by the line $delais = 24 3600; in the discarded PHP file, is now specified by a tag #CACHE{24*3600} placed in each template.
Parámetros filename Ruta al fichero PHP a ser remarcado.
Parameters filename Path to the PHP file to be highlighted.
Reinicie Apache, y cargue el fichero PHP creado arriba
Restart Apache, and load the PHP file created above
Modificar fichero php (excepto functions.php): Cualquier fichero.php que esté en el tema padre puede ser sobreescrito en el tema hijo, para ello, simplemente hay que crearlo con el mismo nombre en la carpeta del tema hijo.
If you want to change more than just the stylesheet, your child theme can overwrite any file in the parent theme: simply include a file of the same name in the child theme directory, and it will overwrite the equivalent file in the parent theme directory.