mwform_translate_monthpicker_

mwform_translate_monthpicker_

Hook Type: filter

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

apply_filters('mwform_translate_monthpicker_') is found 1 times:

  • /classes/form-fields/class.monthpicker.php line 93
    				'Button' => 'false',
    			)
    		);
    
    		$translate_monthpicker = apply_filters( 'mwform_translate_monthpicker_' . $this->form_key, true );
    		if ( $translate_monthpicker && 'ja' === get_locale() ) {
    			$js = array_merge(
    				array(
    					'i18n'        => array(
    						'year'   => '',
    						'months' => array( '1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月' ),