Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. //* Change the footer text
  2. add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');
  3. function sp_footer_creds_filter( $creds ) {
  4. $creds = '[footer_copyright] <a href="/">Editable Link</a>';
  5. return $creds;
  6. }
  7.  
  8. Your PHP code changes were rolled back due to an error on line 291 of file wp-content/themes/genesis-sample-develop/functions.php. Please fix and try saving again.
  9.  
  10. syntax error, unexpected 'name' (T_STRING)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement