Add link to the WC category/tag pages to open WP Sheet Editor
This tutorial is for developers.In this snippet, we'll show you how to add a link to the WooCommerce category and tag pages in the front end, that will…
This tutorial is for developers.In this snippet, we'll show you how to add a link to the WooCommerce category and tag pages in the front end, that will…
This tutorial is for developers.You can use this code snippet to disable the spreadsheet editor and all the UI elements. Replace 1 with the user ID that you…
This tutorial is for developers.Columns are registered in the lifecycle hook: add_action('vg_sheet_editor/editor/before_init', array($this, 'register_columns')); One column means a visible column in the spreadsheet, which is displayed in the…
This tutorial is for developers.Toolbar item is every item displayed in our top bar or toolbar. For example, the save button, search, bulk edit, duplicate, export, import, etc.…
This tutorial is for developers.When you open the spreadsheet editor, we get the rows from the database using an AJAX request that returns all the information. You can…
This tutorial is for developers.You can use this snippet to add a custom columns to the "posts" spreadsheet (change 'post' with the other post type key if you…
This tutorial is for developers.The spreadsheet works like this by default: When you open it for the first time, it shows all the rows. If you're editing a…
This tutorial is for developers.In this tutorial we will show you how to display a text cell as dropdown, so users can select values between a predefined list.…
This tutorial is for developers.When you use the "users spreadsheet", you see a column for editing the user role. By default WordPress assigns one role to each user.…
This tutorial is for developers.For example, our posts have one meta field with a timestamp and the spreadsheet shows the timestamp like this: We can use the following…