Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Last active March 7, 2019 02:09
Show Gist options
  • Select an option

  • Save cobaltapps/be4e653d4dfd0f2c96dbe2cd134697d4 to your computer and use it in GitHub Desktop.

Select an option

Save cobaltapps/be4e653d4dfd0f2c96dbe2cd134697d4 to your computer and use it in GitHub Desktop.
Define the following constants through your Child Theme to hide the Theme Options and/or Theme License admin pages.
// Hide the Theme Settings admin page from the WP Dashboard sidebar.
define( 'FREELANCER_SETTINGS_PAGE_HIDE', true );
// Hide the Theme License admin page from the WP Dashboard sidebar.
define( 'FREELANCER_LICENSE_PAGE_HIDE', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment