PATH:
home
/
letacommog
/
metras
/
wp-content
/
plugins
/
wp-lastweets
/
vendor
/
htmlburger
/
carbon-fields
<?php namespace Carbon_Fields; # Define version constant if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) { define( __NAMESPACE__ . '\VERSION', '3.0.0' ); } # Define root directory if ( ! defined( __NAMESPACE__ . '\DIR' ) ) { define( __NAMESPACE__ . '\DIR', __DIR__ ); } # Define root URL if ( ! defined( __NAMESPACE__ . '\URL' ) ) { define( __NAMESPACE__ . '\URL', Carbon_Fields::directory_to_url( \Carbon_Fields\DIR ) ); } # Define whether to compact input fields into a single one to avoid hitting max_input_vars if ( ! defined( __NAMESPACE__ . '\COMPACT_INPUT' ) ) { define( __NAMESPACE__ . '\COMPACT_INPUT', true ); } # Define whether to compact input fields into a single one to avoid hitting max_input_vars if ( ! defined( __NAMESPACE__ . '\COMPACT_INPUT_KEY' ) ) { define( __NAMESPACE__ . '\COMPACT_INPUT_KEY', 'carbon_fields_compact_input' ); }
[+]
..
[-] license.txt
[edit]
[-] .eslintrc.js
[edit]
[+]
assets
[-] CONTRIBUTING.md
[edit]
[-] yarn.lock
[edit]
[-] .huskyrc.js
[edit]
[-] WEBPACK.md
[edit]
[-] webpack.config.js
[edit]
[-] config.php
[edit]
[+]
templates
[-] .lintstagedrc.js
[edit]
[-] .postcssrc.js
[edit]
[-] composer.json
[edit]
[+]
bin
[-] .browserlistrc
[edit]
[+]
languages
[-] README.md
[edit]
[-] .babelrc.js
[edit]
[-] package.json
[edit]
[+]
core
[+]
packages
[-] .editorconfig
[edit]
[-] ISSUE_TEMPLATE.md
[edit]