PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
google-pagespeed-insights
/
templates
<?php /** * Template - Add Custom URLs */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <form method="post" action=""> <input type="hidden" name="page" value="<?php echo sanitize_text_field( $_REQUEST['page'] ); ?>" /> <input type="hidden" name="render" value="add-custom-urls" /> <input type="hidden" name="action" value="add-custom-urls" /> <?php wp_nonce_field('gpi-add-custom-urls'); ?> <div class="framed boxsizing"> <div class="boxheader large"> <span class="left add"><?php _e( 'Add Custom URLs', 'gpagespeedi' ); ?></span> </div> <div class="padded"> <p><?php _e( 'Add any valid URL, even from sites outside of WordPress. Enter up to 10 URLs below. If you need to enter a lot of URLs check out the', 'gpagespeedi' ); ?> <a href="?page=<?php echo sanitize_text_field( $_REQUEST['page'] ) ;?>&render=add-custom-urls-bulk"><?php _e( 'Bulk URL uploader', 'gpagespeedi' ); ?></a>.</p> <table class="form-table"> <tbody> <tr valign="top"> <th scope="row"> <label for="custom_url_label"><?php _e( 'Custom URL Label', 'gpagespeedi' ); ?>:</label> </th> <td> <input type="text" maxlength="20" name="custom_url_label" id="custom_url_label" placeholder="Custom Label" class="regular-text code" /> <p class="description"><?php _e( 'Choose a custom label for your new URLs, this will be used later when sorting your reports.', 'gpagespeedi' ); ?><br /><span style="color:red"><?php _e( 'Max 20 Charactors, Alpha-Numeric Only. Spaces will be replaced with underscores', 'gpagespeedi' ); ?></span></p> </td> </tr> <tr valign="top"> <th scope="row"> <label ><?php _e( 'Custom URLs', 'gpagespeedi' ); ?>:</label> </th> <td> <?php for ( $x = 0; $x < 10; $x++ ) : ?> <input type="text" name="custom_urls[]" id="custom_urls" placeholder="Custom URL" class="regular-text code" /> <?php endfor; ?> </td> </tr> </tbody> </table> <br /> </div> </div> <?php submit_button( __( 'Submit URLs', 'gpagespeedi' ) ); ?> </form>
[+]
..
[-] ignored-urls.php
[edit]
[-] snapshots.php
[edit]
[-] options.php
[edit]
[-] details.php
[edit]
[-] add-custom-urls.php
[edit]
[+]
parts
[-] add-custom-urls-bulk.php
[edit]
[-] logs.php
[edit]
[-] summary.php
[edit]
[-] view-snapshot.php
[edit]
[-] custom-urls.php
[edit]
[-] report-list.php
[edit]