Notice: Trying to get property 'post_content' of non-object in /home/igosijez/public_html/wp-content/plugins/ydn-download/com/classes/front/ScriptsManager.php on line 110
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}