-
Hi,
I am a WordPress theme developer. I’m working on compatibility with the great plugin Rankmath. Can I use
class_exists( 'RankMath' )
in my theme PHP codes to detect if Rankmath runs on a WordPress website? I tested the below codes and it works fine, but I don’t have a pro version, does it work for Rankmath Pro?if ( class_exists( 'RankMath' ) ) { //run codes about Rankmath only }
Thanks! Have a nice day!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘how to detect Rankmath activate on WordPress’ is closed to new replies.