Skip to content

Instantly share code, notes, and snippets.

@ajmaurya99
Created October 12, 2020 13:39
Show Gist options
  • Save ajmaurya99/d3ee595823404c63246f3d3a2ddb8738 to your computer and use it in GitHub Desktop.
Save ajmaurya99/d3ee595823404c63246f3d3a2ddb8738 to your computer and use it in GitHub Desktop.
Disable autoptimize toolbar in Wordpress
<?php
add_filter('autoptimize_filter_toolbar_show', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment