Created
October 9, 2023 13:22
-
-
Save vicctim/f259e9f41a8614bbb704a4852ff93f90 to your computer and use it in GitHub Desktop.
ano atual
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
// Função para retornar o ano atual | |
function ano_atual_shortcode() { | |
$ano_atual = date('Y'); | |
return $ano_atual; | |
} | |
// Registrar o shortcode | |
add_shortcode('ano_atual', 'ano_atual_shortcode'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[ano_atual]