oont-contents/plugins/woobuilder/assets/edit-product.js
2025-02-08 15:10:23 +01:00

11 lines
No EOL
232 B
JavaScript

/**
* Created by shramee on 13/12/16.
*/
jQuery( function( $ ) {
$( '.wp-editor-tabs' ).append(
$( '<a/>' )
.attr( 'href', wcProductBuilderLiveEditLink )
.addClass( 'button pootle' )
.html( 'Product Builder' )
);
} );