芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/plugins/cartflows-pro/assets/js/optin.js
( function ( $ ) { /** * Initialize selectWoo */ const wcf_initialize_selectwoo = function () { const select_fields = jQuery( '.form-row select' ); $( select_fields ).each( function () { $( this ).selectWoo(); } ); }; $( function () { wcf_initialize_selectwoo(); } ); } )( jQuery );