'> value='1'> value='0'>

Aidah Livechat

console.log(\'aidah disabled, please enable it in settings \')'; } } add_action('wp_enqueue_scripts', 'aidah_load_Aidah'); function aidah_add_data_attribute($tag, $handle) { if ( 'aidah' !== $handle ) return $tag; if( get_option('aidah_settings')['aidah_text_field_0'] !== '') { return str_replace( ' src', ' page_id="'.get_option('aidah_settings')['aidah_text_field_0'].'" src', $tag ); } else { echo ''; } } add_filter('script_loader_tag', 'aidah_add_data_attribute', 10, 2);