HEX
Server: Apache
System: Linux mx52.hostgator.mx 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
User: narrativ (1644)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: /home4/narrativ/public_html/wp-content/plugins/jnews-jsonld/schema-option.php
<?php

$options = array();

$options[] = array(
    'id'            => 'jnews_option[enable_schema]',
    'option_type'   => 'option',
    'transport'     => 'postMessage',
    'default'       => true,
    'type'          => 'jnews-toggle',
    'label'         => esc_html__('Enable json ld schema', 'jnews-jsonld'),
    'description'   => esc_html__('Turn this option on to enable jnews generate JSON LD Schema for your website.', 'jnews-jsonld'),
);

return $options;