__construct()
__construct()
Conditionally hook into WordPress.
Themes must declare that they support this module by adding
add_theme_support( 'jetpack-testimonial' ); during after_setup_theme.
If no theme support is found there is no need to hook into
WordPress. We'll just return early instead.