Commit 30ff71ea authored by imac's avatar imac

[Bugfix]Remove margintop Header WP

parent ed7ea849
......@@ -690,7 +690,11 @@ function get_logged_user() {
echo '<a class="login" href="#">accès pro</a>';
}
}
//remove margin top margin header Wordpress
add_action('get_header', 'my_filter_head');
function my_filter_head() {
remove_action('wp_head', '_admin_bar_bump_cb');
}
function nap_attribute_by_category($categorie, $attr) {
$args = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment