Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

basichook

function custom_hook() {
	
}
add_filter( 'admin_footer_text', 'custom_hook' );