popmake_emodal_shortcode_data_attr( $data,  $attr )


Description Description


Source Source

File: includes/importer/easy-modal-v2.php

function popmake_emodal_shortcode_data_attr( $data, $attr ) {
	if ( ! empty( $attr['emodal_id'] ) ) {
		$data['old_easy_modal_id'] = $attr['emodal_id'];
	}

	return $data;
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.