Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 15, 2019 14:48
Show Gist options
  • Save dotherightthing/03f78745305c117a884065619321713f to your computer and use it in GitHub Desktop.
Save dotherightthing/03f78745305c117a884065619321713f to your computer and use it in GitHub Desktop.
[Hide ACF admin menu] #wordpress

Hide ACF admin menu

// wp-config.php

/* Removes ACF admin menu (for live site) */define( 'ACF_LITE', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment