pratikshrestha

Check if JetPack Modules Are Active

Feb 7th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. if ( class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' ) ) {
  2.     // Infinite Scroll Module is active.
  3. }
Advertisement
Add Comment
Please, Sign In to add comment