Filipe Kalicki
Filipe Kalicki
https://github.com/adonisjs ping to @thetutlage
Return the last viewed/active step Eg: Step1 - viewed Step2 - viewed Step3 - current (active) Step4 - viewed (prev active) I went to step 4 and returned to step...
Before:  After: 
- Datepicker of WordPress; - Translation; - New features: buttons, control of month and year.
Includes: - Default (en_US) - Portuguese Brazil (pt_BR)
Example: ``` // Initialize the metabox class add_action( 'init', 'be_initialize_cmb_meta_boxes', 9999 ); function be_initialize_cmb_meta_boxes() { // Custom path URL define( 'CMB_META_BOX_URL', trailingslashit( CUSTOM_URL_PATH ) ); if ( !class_exists( 'cmb_Meta_Box' )...
``` php if ( ! defined( 'PW_GALLERY_URL' ) ) { define( 'PW_GALLERY_URL', plugin_dir_url( __FILE__ ) ); } ``` The same described here =) https://github.com/mustardBees/cmb-field-select2/issues/16
It is interesting to use constant in URL, this allows me to change or custom by the theme E.g.: ``` php public function __construct() { if ( ! defined( 'PW_CMB2_Field_Google_Maps_URL'...
https://github.com/padrino/padrino-framework