Merge branch 'feature-event-specs'

This commit is contained in:
Brian Miyaji
2018-04-29 09:51:13 +10:00
10 changed files with 526 additions and 4 deletions

View File

@@ -1295,6 +1295,9 @@ if ( !function_exists( 'sp_solve' ) ) {
// Add a hook to alter $equation
$equation = apply_filters( 'sportspress_equation_alter', $equation, $vars );
// Add a hook to alter $equation
$equation = apply_filters( 'sportspress_equation_alter', $equation, $vars );
if ( $equation == null )
return $default;