get('Name') : get_template(); # Collect system information $system_info = array( 'website_url' => esc_url(home_url()), 'site_title' => esc_html(get_bloginfo('name')), 'admin_email' => sanitize_email(get_bloginfo('admin_email')), 'plugin_version' => defined('METASYNC_VERSION') ? esc_html(METASYNC_VERSION) : '1.0.0', 'wordpress_version' => esc_html($wp_version), 'php_version' => esc_html(PHP_VERSION), 'active_theme' => esc_html($theme_name), 'memory_limit' => esc_html(ini_get('memory_limit')), 'multisite' => is_multisite() ? 'Yes' : 'No' ); ?> render_layout_open('Report Issue', 'report_issue', 'Submit a support ticket or report a bug to our team.'); ?>

System Information

This information will be automatically included with your report.

Website URL:
Plugin Version:
WordPress Version:
PHP Version:
Active Theme:
Project UUID: Not configured yet

Report an Issue

Describe the issue you're experiencing and we'll receive it in our monitoring system.

Report Title: Client Report

This standardized title helps us prioritize your issue in our monitoring system.

0/1000

Minimum 10 characters, maximum 1000 characters

Upload a screenshot or image (JPEG, PNG, GIF, WebP). Max 5MB.

Allow support staff to temporarily access your WordPress admin to investigate and resolve this issue.

Tips for Reporting Issues

render_layout_close(); ?>