Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
link-whisper-premium
/
templates
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<input type="hidden" id="wp_screen_options_name" name="wp_screen_options[option]" value="report_options" /> <input type="hidden" name="wp_screen_options[value]" value="yes" /> <fieldset class="screen-options"> <legend>Options</legend> <input type="checkbox" name="report_options[show_categories]" id="show_categories" <?=$show_categories ? 'checked' : ''?> <?= ('links' !== $report && !empty($report)) ? $hide : ''?>/> <label for="show_categories" <?= ('links' !== $report && !empty($report)) ? $hide : ''?>>Show categories </label> <input type="checkbox" name="report_options[show_type]" id="show_type" <?=$show_type ? 'checked' : ''?> <?= 'links' !== $report ? $hide : ''?>/> <label for="show_type" <?= 'links' !== $report ? $hide : ''?>>Show post type </label> <input type="checkbox" name="report_options[show_date]" id="show_date" <?=$show_date ? 'checked' : ''?> <?= 'links' !== $report ? $hide : ''?>/> <label for="show_date" <?= 'links' !== $report ? $hide : ''?>>Show the post publish date </label> <?php if(!empty(Wpil_Settings::HasGSCCredentials())){ ?> <input type="checkbox" name="report_options[show_traffic]" id="show_traffic" <?=$show_traffic ? 'checked' : ''?> <?= ('links' !== $report && !empty($report)) ? $hide : ''?>/> <label for="show_traffic" <?= ('links' !== $report && !empty($report)) ? $hide : ''?>>Show the organic traffic </label> <?php } ?> <input type="checkbox" name="report_options[hide_ignore]" id="hide_ignore" <?=$hide_ignore ? 'checked' : ''?> <?= ('links' !== $report && !empty($report)) ? $hide : ''?>/> <label for="hide_ignore" <?= ('links' !== $report && !empty($report)) ? $hide : ''?>>Don't show posts that have been ignored </label> <input type="checkbox" name="report_options[hide_noindex]" id="hide_noindex" <?=$hide_noindex ? 'checked' : ''?> <?= ('links' !== $report && !empty($report)) ? $hide : ''?>/> <label for="hide_noindex" <?= ('links' !== $report && !empty($report)) ? $hide : ''?>>Don't show posts that have been set to noindex </label> <input type="checkbox" name="report_options[show_link_attrs]" id="show_link_attrs" <?=$show_link_attrs ? 'checked' : ''?> <?= ('domains' === $report) ? '' : $hide?>/> <label for="show_link_attrs" <?= ('domains' === $report) ? '' : $hide?>>Show Domain Attributes Column? </label> <input type="checkbox" name="report_options[show_click_traffic]" id="show_click_traffic" <?=$show_click_traffic ? 'checked' : ''?> <?= ('click_details_page' === $report) ? '' : $hide?>/> <label for="show_click_traffic" <?= ('click_details_page' === $report) ? '' : $hide?>>Show individual click stats </label> </fieldset> <fieldset class="screen-options"> <legend>Pagination</legend> <label for="per_page">Posts per page</label> <input type="number" step="1" min="1" max="999" maxlength="3" name="report_options[per_page]" id="per_page" value="<?=esc_attr($per_page)?>" /> </fieldset> <br> <?=$button?> <?php wp_nonce_field( 'screen-options-nonce', 'screenoptionnonce', false, false ); ?>