popmake_core_theme_close_location_options( $options )
Contents
Description Description
Source Source
File: includes/input-options.php
function popmake_core_theme_close_location_options( $options ) { return array_merge( $options, array( // option => value __( 'Top Left', 'popup-maker' ) => 'topleft', __( 'Top Right', 'popup-maker' ) => 'topright', __( 'Bottom Left', 'popup-maker' ) => 'bottomleft', __( 'Bottom Right', 'popup-maker' ) => 'bottomright', ) ); }
Expand full source code Collapse full source code View on Trac