| Server IP : 198.54.115.198 / Your IP : 216.73.216.142 Web Server : LiteSpeed System : Linux server192.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : seatpheu ( 1569) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/navz-photo-gallery/includes/v4/ |
Upload File : |
<?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 esc_html_e("Edit modal", 'navz-photo-gallery'); ?></label>
<p class="description"><?php esc_html_e("Native lets you delete permanently or select another, but is heavier", 'navz-photo-gallery'); ?></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>