PluginProbe
WP Ultimate Post Grid / 2.2
WP Ultimate Post Grid v2.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / static / getting_started_notice.php

getting_started_notice.php in WP Ultimate Post Grid 2.2, at static/getting_started_notice.php

7 lines 580 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="updated wpupg_notice">
2 <div class="wpupg_notice_dismiss">
3 <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>
4 </div>
5 <h3>Hi there!</h3>
6 <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>
7 </div>