We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25b376 commit 32103b7Copy full SHA for 32103b7
lib/extras.php
@@ -98,4 +98,12 @@ function bfg_viewport_value() {
98
$link = '<li class="page-item">' . $link . '</li>';
99
}
100
return $link;
101
+} );
102
+
103
+add_filter( 'genesis_footer_creds_text', function( $creds ) {
104
+ if ( get_theme_mod( 'creds', false ) ) {
105
+ $creds = get_theme_mod( 'creds' );
106
+ }
107
108
+ return $creds;
109
} );
0 commit comments