Created
January 2, 2020 16:58
-
-
Save SeanTOSCD/292566d3cda9378c6b12cd747a2cac7d to your computer and use it in GitHub Desktop.
Themedd copyright edit
This file contains 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 // DO NOT COPY THIS LINE | |
/** | |
* Filter the Themedd copyright text for custom output | |
*/ | |
function custom_themedd_copyright( $copyright ) { | |
$copyright = 'Custom copyright © text with year (' . date( 'Y' ) . ') and site name (' . get_bloginfo( 'name' ) . ')!' ; | |
return $copyright; | |
} | |
add_filter( 'themedd_copyright', 'custom_themedd_copyright' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very good thanks for the contribution, there will be some way to activate sub menus in themedd is now disabled and it does not work thanks.