开发者 | rosariosis |
---|---|
更新时间 | 2020年2月27日 22:28 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 5.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-config.php
file. Here is an example:
define( 'ROSARIOSIS_REST_API_URL', 'https://my-rosariosis.com/' );
define( 'ROSARIOSIS_REST_API_USER_TOKEN', 'M1e57FZ69D0ophaizqTRsNB6lQ3d0EA6' );
No, but it depends on a working instance of RosarioSIS, accessible from the network, plus its REST API plugin.
No. There are no new database tables with this plugin.
No. This plugin does not load additional CSS or JS files.
This plugin is useless on its own. It should be combined with another plugin that actually interacts with the RosarioSIS REST API (agenda, contacts, third parties, expense, clients, products, etc.).
GET requests can be cached if explicitely stated (see the controller PHP code). Call the page adding &disable_cache=1
to the URL to disable cache.