Skip to content

Instantly share code, notes, and snippets.

@ivo-ivanov
Last active March 4, 2019 11:20
Show Gist options
  • Save ivo-ivanov/6a6fd10675c5954b15b306d550f10ae0 to your computer and use it in GitHub Desktop.
Save ivo-ivanov/6a6fd10675c5954b15b306d550f10ae0 to your computer and use it in GitHub Desktop.
Enque inline admin styles from functions.php #wordpress
add_action('admin_head', 'admin_css');
function admin_css() {
echo '<style>
.acf-gallery .acf-gallery-side-data textarea {
display: none;
}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment