开发者 | nicdark |
---|---|
更新时间 | 2021年9月2日 01:38 |
PHP版本: | 3.6 及以上 |
WordPress版本: | 5.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
The number of items to be tracked is unlimited. Each item corresponds to one call to the Envato API so my best advice is to not abuse of this service. Each request will be carried out with your access code ( personal token ) of Envato and any abuse could be blocked by Envato.
When you activate the plugin a new DB table ( your_prefix_envato_sales_item) and here is where your datas will be save.
This step is essential if you want to have the statistics of each item every day at the same time, this will be a real chart ( I check all my ThemeForest themes in this way ).
//FOR CRONadd_action( 'nd_esbi_insert_sales_cron_job','nd_esbi_insert_sales' );wp_schedule_single_event( time(), 'nd_esbi_insert_sales_cron_job' );
//Disable internal Wp-Cron function define('DISABLE_WP_CRON', true);
Yes, each element has a custom class that you can use to add your own style to each element. Please open the css/style.css and you will find all plugin classes.
Edit design chart is very simple, you can follow the detailed documentation here http://www.chartjs.org/docs/#getting-started-global-chart-configuration .
Getting a bearer (personal token) is very simple, you have to have an account in the Envato marketplace.
Find out the id of your item is very simple. Go to the item page that you want to insert in the plugin settings and copy the ID number of that item present in the url.
The shortcodes can be inserted into any page and position in your wordpress site. The plugin shortcodes are :