• Hi,
    You plugin is great but I can’t use it for one reason : front end scripts.
    The problem is that there is javascript from AGCA even if you are not connected as an admin !
    I think these scripts are totally useless (if it’s only to display/hide the admin bar, it is 1 line in function.php…).

    So my question is : is there any way to totally remove these front end scripts ? (even if I have to dig into the plugin core, not a problem for me).
    Thank you very much.

    http://ww.wp.xz.cn/extend/plugins/ag-custom-admin/

Viewing 1 replies (of 1 total)
  • This script is used for admin bar customizations on front end. If you want to remove it, simply comment out the line:

    add_action(‘wp_head’, array(&$this,’print_page’));

    This might be an option to include/exclude in future versions. Thanks for the idea!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: AG Custom Admin] Remove AGCA for front end users’ is closed to new replies.