File "move-notices.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/src/WPDesk/FS/TableRate/ShippingMethod/Convert/views/move-notices.php
File size: 334 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
*
* @package WPDesk\FS\TableRate\ShippingMethod\Convert
*/
?>
<script type="text/javascript">
jQuery( function () {
jQuery( '.js--move-notice' ).each( function () {
jQuery( this ).insertAfter( '#woocommerce_flexible_shipping_0 + p, #woocommerce_flexible_shipping_title_general_settings' );
} );
} );
</script>