# wp-ultimate-post-grid/2.4.0/static/getting_started_notice.php

WP Ultimate Post Grid, version 2.4.0. 7 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/code/static/getting_started_notice.php
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/raw/static/getting_started_notice.php
- Modified: 2017-04-20T07:39:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.4.0/code/static/getting_started_notice.php#L10-L20`.

```php
<div class="updated wpupg_notice">
    <div class="wpupg_notice_dismiss">
        <a href="<?php echo esc_url( add_query_arg( array('wpupg_hide_new_notice' => wp_create_nonce( 'wpupg_hide_new_notice' ) ) ) ); ?>"> <?php _e( 'Hide this message', 'wp-ultimate-post-grid' ); ?></a>
    </div>
    <h3>Hi there!</h3>
    <p>It looks like you're new to <strong>WP Ultimate Post Grid</strong>. Please check out our <a href="<?php echo admin_url( 'edit.php?post_type=' . WPUPG_POST_TYPE . '&page=wpupg_faq&sub=getting_started' ); ?>"><strong>Getting Started page</strong>!</a></p>
</div>
```
