🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 create_options.php

📁 Path: /home/stakrfrcol/agency/wp-content/plugins/navz-photo-gallery/includes/v4/create_options.php
📊 Size: 791 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

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

    $field = array_merge($this->defaults, $field);
    $key = esc_attr($field['name']);
?>
<tr class="field_option field_option_<?php echo esc_attr($this->name); ?>">
    <td class="label">
        <label><?php _e("Edit modal",'acf'); ?></label>
        <p class="description"><?php _e("Native lets you delete permanently or select another, but is heavier",'acf'); ?></p>
    </td>
    <td>
    <?php
        do_action('acf/create_field', array(
            'type' => 'select',
            'name' => 'fields['.$key.'][edit_modal]',
            'value' => $field['edit_modal'],
            'choices' => array('Default' => 'Default', 'Native' => 'Native')
        ));
    ?>
    </td>
</tr>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨