ProjectCleverWeb/Semantic-UI-WordPress

wpfooter on all wp-admin removal

monkrobot1 opened this issue · 1 comments

Any way to remove the wpfooter on each page in the wp-admin?

<div id="wpfooter" role="contentinfo">
		<p id="footer-left" class="alignleft">
				</p><div class="ui center aligned two column grid inverted segment">
			<div class="column">
				<h2 class="ui inverted header">
					Thank You!
					<div class="sub header">If you found this WordPress theme useful, please consider donating:</div>
				</h2>
				
				<p>
					<a class="ui tiny basic inverted blue button" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2WLFNB3UMSELN">Donate $5</a>
<a class="ui tiny basic inverted blue button" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=J42MM3FSZTPPQ">Donate $10</a>
<a class="ui tiny basic inverted blue button" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=DPSN8V5VVMHTA">Custom Donation</a>
				</p>
			</div>
			<div class="column">
				<h2 class="ui inverted header">
					Having Issues?
					<div class="sub header">If you have any problems or discover any bugs let us know!</div>
				</h2>
				<a class="ui tiny basic inverted blue button" target="_blank" href="https://github.com/ProjectCleverWeb/Semantic-UI-WordPress/issues">Issue Tracker</a>
				<a class="ui tiny basic inverted blue button" target="_blank" href="http://semantic-ui.com/">Semantic UI Docs</a>
				<a class="ui tiny basic inverted blue button" target="_blank" href="http://jsfiddle.net/efp8z6Ln/">Test Code</a>
			</div>
		</div>
			<p></p>
	<p id="footer-upgrade" class="alignright">
		Version 4.7.4	</p>
	<div class="clear"></div>
</div>

Yes, probably the simplest way is to comment out Line 301 in the theme class which looks like this:

add_action('admin_footer_text',     array($integrations, 'dashboard_footer'));