acf_field_gallery::input_admin_enqueue_scriptspublicACF 5.3.2

description

Method of the class: acf_field_gallery{}

No Hooks.

Returns

$post_id. (int)

Usage

$acf_field_gallery = new acf_field_gallery();
$acf_field_gallery->input_admin_enqueue_scripts();

Changelog

Since 5.3.2 Introduced.

acf_field_gallery::input_admin_enqueue_scripts() code ACF 6.8.8

function input_admin_enqueue_scripts() {

	// localize
	acf_localize_text(
		array(
			'Add Image to Gallery'      => __( 'Add Image to Gallery', 'acf' ),
			'Maximum selection reached' => __( 'Maximum selection reached', 'acf' ),
		)
	);
}