- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
12 lines
207 B
PHP
12 lines
207 B
PHP
<?php
|
|
|
|
/**
|
|
* ActionScheduler Exception Interface.
|
|
*
|
|
* Facilitates catching Exceptions unique to Action Scheduler.
|
|
*
|
|
* @package ActionScheduler
|
|
* @since 2.1.0
|
|
*/
|
|
interface ActionScheduler_Exception {}
|