popmake_core_font_style_options( $options )


Description Description


Source Source

File: includes/input-options.php

function popmake_core_font_style_options( $options ) {
	return array_merge( $options, array(
		__( 'Normal', 'popup-maker' ) => '',
		__( 'Italic', 'popup-maker' ) => 'italic',
	) );
}

Top ↑

User Contributed Notes User Contributed Notes

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