Developer

7 Docs

Enable debug mode

Last Updated: January 24, 2025

How to enable debug mode? Step 1: In the sidebar, click ThemeSwitcher Pro to access the settings. Step 2: Click Debug Panel Settings tab. Check the ‘Show Debug Panel’ box to enable the debug panel on frontend. Click Save button. NOTE: Users who are logged in will have access to the debug panel. Step 3:…

Switch theme on the front page

Last Updated: April 28, 2025

Below is a custom WordPress plugin that will switch to any theme only on the front page. In this example, only the front page will switch to use the Twenty Twenty Three theme. Make sure the theme exists in your /themes/ directory when testing your custom plugin.

Switch theme based on post ID

Last Updated: April 28, 2025

Below is a custom WordPress plugin that will switch to any theme based on the post ID. In this example, we’re switching post ID 1 to the Twenty Twenty Three theme.

Enable theme preview mode

Last Updated: January 24, 2025

How to enable theme preview mode? Step 1: In the sidebar, click ThemeSwitcher Pro to access the settings. Step 2: Click Debug Panel Settings tab. You can enable the theme preview dropdown menu in the admin bar by selecting the ‘Enable Theme Preview’ checkbox. Click Save button.

Custom Functions

Last Updated: April 22, 2025

Note: This code is run on the setup_theme hook so WordPress query functions cannot be used. However, ThemeSwitcher Pro provides some alternatives, such as: tsp_get_post_id() : To get the post id. tsp_get_taxonomy_slug() : To get the taxonomy slug. tsp_is_taxonomy( $taxonomy_slug ) : Check if the request is from a taxonomy. tsp_get_term() : To get the…

Custom Hooks

Last Updated: May 22, 2025

tsp_filter_add_tabs DescriptionFilter to add/remove settings page tabs. Parameters Param Type Description $tabs array Setting tabs tsp_filter_post_types DescriptionFilter to add/remove post types in settings. Parameters Param Type Description $all_post_types array All registered post types tsp_filter_taxonomies DescriptionFilter to add/remove taxonomies in settings. Parameters Param Type Description $all_taxonomies array All registered taxonomies tsp_filter_meta_themes DescriptionFilter to add/remove themes in…

Change log

Last Updated: March 4, 2026

= 1.5.0 = = 1.4.1 = = 1.4.0 = = 1.3.1 = = 1.3.0 = = 1.2.3 = = 1.2.2 = = 1.2.1 = = 1.2.0 = = 1.1.2 = = 1.1.1 = = 1.1.0 = = 1.0.0 = = 0.5.0 = = 0.4.0 = = 0.3.0 = = 0.2.0 =