Created
October 25, 2021 16:45
-
-
Save maagmirror/2c99eb7223ba91f5e89d194e7b43379e to your computer and use it in GitHub Desktop.
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
function shortcode_nibiru() { | |
if(is_front_page()){ | |
return '<p>' . get_bloginfo('name') . " " . date('Y') .' <a href="https://nibiru.com.uy" rel="dofollow">Diseño Web Uruguay</a></p>'; | |
}else{ | |
return '<p>' . get_bloginfo('name') . " " . date('Y'); | |
} | |
} | |
add_shortcode('nibiru_footer', 'shortcode_nibiru'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment