Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
admin_footer_text ( string $footer_text ) : string | Change the admin footer text on WooCommerce admin pages. | |
admin_redirects ( ) | Handle redirects to setup/welcome page after install and updates. | |
buffer ( ) | Output buffering allows admin screens to make redirects later on. | |
conditional_includes ( ) | Include admin files conditionally. | |
includes ( ) | Include any classes we need within admin. | |
prevent_admin_access ( ) | Prevent any user who cannot 'edit_posts' (subscribers, customers etc) from accessing admin. | |
preview_emails ( ) : string | Preview email template. |
public admin_redirects ( ) |
public buffer ( ) |
public conditional_includes ( ) |
public prevent_admin_access ( ) |
public preview_emails ( ) : string | ||
return | string |