Howdy developer!
Sometimes it might be the case that you need to execute actions only if the user is in the customization context => using the WordPress customizer. Here’s a quick snippet to check that.
I use the following condition statement, checking if the $_REQUEST[‘wp_customize’] is defined to verify that :
if ( isset( $_REQUEST['wp_customize'] ) ) { //some code to execute while in the customizer } else { //some code to execute if not in the customizer }
Hope this helps!
One thought on “Check if we are currently using the WordPress customizer”
Hi Nicolas,
Sorry, I know this is not the matter of your comment but I didn’t find where to ask for help.
i have just started using “OptimizePress Landing Page” software and I found that it doesn’t work with “Customizr” theme….
I have tested with another theme and the landig page work fine.
Is there any issue with Customizr and landing pages? How can I fix it?
Thanks in advanced.