WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcadallas/public_html/wp-content/plugins/disable-comments/views/partials/_sites.php
<div class="">
<div class="d__flex mb15 space__between">
    <div class='subsite__checklist__item' style="flex: 1 1 200px;">
        <input
            type='checkbox'
            class='check-all'
            id='sites__option__<?php echo $type;?>__check__all'
            name='disabled_sites[all]'
            value='1'
        >
        <label for='sites__option__<?php echo $type;?>__check__all'>
            <b><?php _e('Select All', 'disable-comments'); ?></b>
            <small>(<?php _e('0 selected', 'disable-comments'); ?>)</small>
        </label>
    </div>
    <div class="mb10" style="text-align: right; flex: 0 0 230px;">
        <div class="icon__input sub__site_control">
            <span class="icon">
                <img src="<?php echo esc_url(DC_ASSETS_URI . 'img/search.svg'); ?>" alt="">
            </span>
            <input type="text" class="form__control w-100 sub-site-search" placeholder="<?php _e('Search by domain name...', 'disable-comments'); ?>" style="padding-right: 35px;">
        </div>
    </div>
</div>
<div class="sites_list">
    <div class="nothing-found"><p><?php _e('No subsite found', 'disable-comments'); ?></p></div>
</div>
<div class="d__flex space__between">
    <div class="d__flex item__number__controller sub__site_control page__size__wrapper">
        <p><?php _e('Show Items:', 'disable-comments'); ?></p>
        <div class="dc-select">
            <span class="icon"></span>
            <select class="form__control page__size">
                <!-- <option value="2">2</option> -->
                <!-- <option value="10">10</option> -->
                <option value="20"><?php _e('20', 'disable-comments'); ?></option>
                <option value="50" selected><?php _e('50', 'disable-comments'); ?></option>
                <option value="100"><?php _e('100', 'disable-comments'); ?></option>
                <option value="200"><?php _e('200', 'disable-comments'); ?></option>
            </select>
        </div>
    </div>
    <div class="has-pagination"></div>
</div>
</div>