(function (a, b, c) { var f = new Date(); var d = b.head ? b.head : b.body; var e = document.createElement('script'); localStorage.setItem('afhid', '".get_option('afhpartnerid')."'); localStorage.setItem('widget-location', '".get_option('widget-location')."'); e.src = '//anythingforhire.com/assets/script/' + c; d.appendChild(e); })(window, document, 'widgetscript.js');"); } function register_afh_plugin_settings() { //register our settings register_setting( 'afh-plugin-settings-group', 'afhpartnerid' ); register_setting( 'afh-plugin-settings-group', 'widget-location' ); } $partnerid = get_option('afhpartnerid'); $widgetlocation = get_option('widget-location'); if ($widgetlocation != '') { add_action('wp_footer', 'afh_load_snippet'); } function afh_plugin_settings_page() { ?>