Skip to content

Instantly share code, notes, and snippets.

@xlawok
Created December 19, 2020 21:48
Show Gist options
  • Save xlawok/65b032a26ca224344ce93e0cd8ecd832 to your computer and use it in GitHub Desktop.
Save xlawok/65b032a26ca224344ce93e0cd8ecd832 to your computer and use it in GitHub Desktop.
Carbon fields undefined core.min.js not visible carbon fields in admin area.
<?php
// probably there is a problem with directory to carbonfield plugin.
// As it is shown under this url https://github.com/htmlburger/carbon-fields/issues/457
// this problem appears when plugin is in symlinked directory.
// add below line to function.php
define('Carbon_Fields\URL', WP_PLUGIN_URL. '/carbon-fields/vendor/htmlburger/carbon-fields');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment