popmake_cookie_trigger_options( $options )


Description Description


Source Source

File: includes/input-options.php

function popmake_cookie_trigger_options( $options ) {
	return array_merge( $options, array(
		// option => value
		__( 'Disabled', 'popup-maker' ) => 'disabled',
		__( 'On Open', 'popup-maker' )  => 'open',
		__( 'On Close', 'popup-maker' ) => 'close',
		__( 'Manual', 'popup-maker' )   => 'manual',
	) );
}

Top ↑

User Contributed Notes User Contributed Notes

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