HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/gosurya-id/wp-content/plugins/woo-image-seo/views/partials/postbox/settings.php
<?php

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

?>
<div class="postbox">
	<h1>Woo Image SEO - <?php _e( 'Global Settings', 'woo-image-seo' ) ?></h1>

	<?php require_once WOO_IMAGE_SEO['views_dir'] . 'partials/form-settings.php' ?>

	<div
		id="post-success"
		class="hidden bg-gray"
		data-saved="<?php _e( 'Settings Saved', 'woo-image-seo' ) ?>"
		data-saving="<?php _e( 'Saving...', 'woo-image-seo' ) ?>"
	></div>
</div>