popmake_get_popup_theme_data_attr( $theme_id )


Description Description


Source Source

File: includes/functions/themes/deprecated.php

function popmake_get_popup_theme_data_attr( $theme_id = 0 ) {
	$data_attr = pum_get_theme_v2_meta( $theme_id );

	return apply_filters( 'popmake_get_popup_theme_data_attr', $data_attr, $theme_id );
}


Top ↑

User Contributed Notes User Contributed Notes

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