Skip to content

Commit

Permalink
Fix php issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 18, 2024
1 parent 013ea67 commit 31d72b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -761,14 +761,12 @@ function pods_is_type_public( array $args, string $context = 'shortcode' ): bool
* @type Pod|null $pod The Pod object (if built or provided).
* }
* @param string|null $context The context we are checking from (shortcode or null).
* @param Pod|null $pod The Pod object if set.
*/
return (bool) apply_filters(
'pods_is_type_public',
$is_public,
$info,
$context,
$pod
$context
);
}

Expand Down

0 comments on commit 31d72b0

Please sign in to comment.