WP Admin → Settings › PorterWP
Clear Cache
Deletes all porter_* options and invalidates the object cache.
porter_*
Version Info
Displays the current plugin & config versions.
The page is registered via includes/admin/class-porter-admin-page.php and handles cache clearance through the admin_post_porterwp_clear_cache action.
includes/admin/class-porter-admin-page.php
admin_post_porterwp_clear_cache
Add extra tabs or controls with:
add_action( 'porterwp_admin_page_tabs', function () { // Output your custom markup } );
Last updated 7 months ago