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/sms-text-message/functions.php

<?php function widget_mrt_sms($args) { extract($args); echo "\n <!--SMS Text Message WordPress plugin widget by Michael Torbert of http://semperfiwebdesign.com/ \n plugin url: http://wordpress.org/extend/plugins/sms-text-message/-->\n"; echo $before_widget; echo $before_title . get_option( "mrt_sms_header" ) . $after_title; mrt_sms_guts_widget(); echo "<h6><em>" . get_option( "mrt_sms_footer" ) . "</em></h6>"; echo $after_widget; echo "\n <!--End of SMS Text Message plugin widget-->"; } function mrt_sms_widget_init(){ register_sidebar_widget(__('SMS Text Message'), 'widget_mrt_sms'); }?>