This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery( function() { | |
| var stripe_submit = false; | |
| jQuery( 'form.checkout' ).on( 'checkout_place_order_stripe', function() { | |
| return stripeFormHandler(); | |
| }); | |
| jQuery('form#order_review').submit(function(){ | |
| return stripeFormHandler(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function (blocks, editor, editPost, i18n, element, components, plugins, _) { | |
| var BlockControls = editor.BlockControls; | |
| var AlignmentToolbar = editor.AlignmentToolbar; | |
| var InspectorControls = editor.InspectorControls; | |
| var InnerBlocks = editor.InnerBlocks; | |
| var PluginBlockSettingsMenuItem = editPost.PluginBlockSettingsMenuItem; | |
| var PluginSidebarMoreMenuItem = editPost.PluginSidebarMoreMenuItem; | |
| var PluginMoreMenuItem = editPost.PluginMoreMenuItem; | |
| var PluginSidebar = editPost.PluginSidebar; |
OlderNewer