示例#1
0
 /**
  * Check if Gravity Forms plugin is active and show notice if not.
  *
  * @deprecated since 1.12
  * @see GravityView_Compatibility::get_plugin_status()
  * @return boolean True: checks have been passed; GV is fine to run; False: checks have failed, don't continue loading
  */
 public static function check_gravityforms()
 {
     return GravityView_Compatibility::check_gravityforms();
 }