add_action('wp_footer', function() { if (!current_user_can('manage_options')) return; $candidates = [ 'jet-engine-google-maps-api', 'jet_sm_google_map_key', 'jet-smart-filters-google-maps-api-key', 'elementor_googlemaps_api_key', ]; foreach ($candidates as $k) { $v = get_option($k); if ($v) echo ""; } });