name: Deploy to cPanel
on:
push:
branches:
- main # Puedes especificar la rama desde la que quieres desplegar
jobs:
deploy:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // //remove emoji support | |
| remove_action('wp_head', 'print_emoji_detection_script', 7); | |
| remove_action('wp_print_styles', 'print_emoji_styles'); | |
| // // Remove rss feed links | |
| remove_action( 'wp_head', 'feed_links_extra', 3 ); | |
| remove_action( 'wp_head', 'feed_links', 2 ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Plugin Name: Cambiar nombre de las 'entradas' | |
| Author: Flavia Bernárdez | |
| Description: Pasa de 'entradas' a 'programas' | |
| Version: 1.0.0 | |
| */ | |
| //Renombrar el nombre de menú post o entradas por Programas | |
| function modificar_post_label() { |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs