mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Removed Footer Text
This commit is contained in:
@@ -13,19 +13,9 @@ class UM_Admin_Enqueue {
|
||||
add_filter('admin_body_class', array(&$this, 'admin_body_class'), 9 );
|
||||
|
||||
add_filter('enter_title_here', array(&$this, 'enter_title_here') );
|
||||
|
||||
add_filter('admin_footer_text', array(&$this, 'admin_footer_text'), 1111 );
|
||||
|
||||
}
|
||||
|
||||
/***
|
||||
*** @Show footer text
|
||||
***/
|
||||
function admin_footer_text() {
|
||||
$copyright = sprintf(__('Thank you for creating with <a href="http://ultimatemember.com">Ultimate Member</a> and <a href="https://wordpress.org">WordPress</a>.','ultimatemember'));
|
||||
return '<span id="footer-thankyou">' . $copyright . '</span>';
|
||||
}
|
||||
|
||||
/***
|
||||
*** @enter title placeholder
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user