HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpwatermates/wp-content/plugins/wp-google-maps/html/google-maps-api-settings.html.php
<?php

if(!defined('ABSPATH'))
	return;

?><tr data-required-maps-engine='google-maps'>
	<td>
		<label><?php _e('Load Maps Engine API:', 'wp-google-maps'); ?></label>
	</td>
	<td>
		<select name="wpgmza_load_engine_api_condition">
			<option value="where-required">
				<?php
				_e('Where required', 'wp-google-maps');
				?>
			</option>
			<option value="always">
				<?php
				_e('Always', 'wp-google-maps');
				?>
			</option>
			<option value="only-front-end">
				<?php
				_e('Only Front End', 'wp-google-maps');
				?>
			</option>
			<option value="only-back-end">
				<?php
				_e('Only Back End', 'wp-google-maps');
				?>
			</option>
			<option value="never">
				<?php
				_e('Never', 'wp-google-maps');
				?>
			</option>
		</select>
	</td>
</tr>
<tr>
	<td>
		<label><?php _e('Always include engine API on pages:'); ?></label>
	</td>
	<td>
		<input name="wpgmza_always_include_engine_api_on_pages" placeholder="<?php _e('Page IDs'); ?>"/>
	</td>
</tr>
<tr>
	<td>
		<label><?php _e('Always exclude engine API on pages:'); ?></label>
	</td>
	<td>
		<input name="wpgmza_always_exclude_engine_api_on_pages" placeholder="<?php _e('Page IDs'); ?>"/>
	</td>
</tr>
<tr>
	<td>
		<label><?php _e('Prevent other plugins and theme loading API:', 'wp-google-maps'); ?></label>
	</td>
	<td>
		<input name="wpgmza_prevent_other_plugins_and_theme_loading_api" type="checkbox"/>
	</td>
</tr>