PHP wie es singt und lacht

Urkomisch. Der wp-featured-content-Slider müllt einem Folgendes in den Footer:

		if (!function_exists('fs_slide_credit')) {
	
			function fs_slide_credit() {
				
			    echo '<div class="copy_wrap" style="display: block; margin: 0px; clear: both;"><p style="font-size: 9px; text-align: right; display: block;">Slider by <a style="font-size: 9px; text-align: right;" href="http://www.aesthetic-clinic-med.de/" target="_blank" title="schönheitschirurgie">Aesthetic</a></p></div>';
			    
			}
			
		}
		
		add_action('wp_footer', 'fs_slide_credit');