HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com/wp-content/plugins/post-notification/wp-post_notification.php

<?php #------------------------------------------------------ # INFO #------------------------------------------------------ # This is part of the Post Notification Plugin for # Wordpress. Please see the post_notification.php for # details. #------------------------------------------------------ //********************************************************// // START UP //********************************************************// define('WP_USE_THEMES', false); require_once('./wp-blog-header.php'); get_header(); echo '<div id="content" class="narrowcolumn"><div class="post">'; require_once(POST_NOTIFICATION_PATH . 'frontend.php'); //load FE post_notification_fe(); //run FE //********************************************************// // SHUT DOWN //********************************************************// echo '</div></div>'; //include Sidebar get_sidebar(); //Include the WP footer get_footer(); ?>