tp TouchPointWP Utilities Cleanup - TenthPres/TouchPoint-WP GitHub Wiki
tp\TouchPointWP\Utilities\Cleanup
Used for data cleanliness and maintenance tasks.
- Class name: Cleanup
- Namespace: \tp\TouchPointWP\Utilities
- This is an abstract class
- This class implements: tp\TouchPointWP\api
Constants
CRON_HOOK
const CRON_HOOK = \tp\TouchPointWP\TouchPointWP::HOOK_PREFIX . "cleanup_cron_hook"
Methods
cronCleanup
mixed tp\TouchPointWP\Utilities\Cleanup::cronCleanup(mixed verbose)
Called by the cron task. (and also by ::api() )
- Visibility: public
- This method is static.
Arguments
- verbose mixed
Returns
- mixed
api
bool tp\TouchPointWP\api::api(array uri)
Handle API requests
- Visibility: public
- This method is static.
- This method is defined by tp\TouchPointWP\api
Arguments
- uri array - The request URI already parsed by parse_url()
Returns
- bool - False if endpoint is not found. Should print the result.