Viewing 1 replies (of 1 total)
  • NTrost

    (@ntrost)

    I believe that you can either disable it within the plug-ins page of admin if it’s in there.

    If not, you can disable the scripts within the functions.php page as such

    remove_action( ‘wp_head’, ‘rsd_link’ );

    For a CSS solution, you could probably set most of the divs as display:none, but you’d still have all of the javascript taking up load time and essentially doing nothing.

Viewing 1 replies (of 1 total)
  • The topic ‘PrettyPhoto Disable? Read me…’ is closed to new replies.