Skip to content

Commit

Permalink
Update TBD
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 28, 2024
1 parent 6274a8e commit 091c677
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions includes/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@ function pods_is_falsey( $value ) {
/**
* Filter out the nulls from the array of data.
*
* @since TBD
* @since 3.2.7
*
* @param array $data The array of data to filter.
*
Expand All @@ -2664,7 +2664,7 @@ static function( $value ) {
/**
* Filter out the nulls and empty strings from the array of data.
*
* @since TBD
* @since 3.2.7
*
* @param array $data The array of data to filter.
*
Expand Down
12 changes: 6 additions & 6 deletions includes/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ function pods_wrap_html( $html, $attributes = [] ) {
/**
* Detect the shortcode context from the shortcode attributes.
*
* @since TBD
* @since 3.2.7
*
* @param array $attributes The list of shortcode attributes.
*
Expand Down Expand Up @@ -1555,7 +1555,7 @@ function pods_shortcode_detect_context( array $attributes ) : ?string {
/**
* Get the query var affix to use in shortcodes.
*
* @since TBD
* @since 3.2.7
*
* @param array $attributes The list of shortcode attributes.
*
Expand Down Expand Up @@ -5076,7 +5076,7 @@ function pods_container_register_service_provider( $provider_class ) {
/**
* Maybe log data to the Pods debug log.
*
* @since TBD
* @since 3.2.7
*
* @param mixed $debug The debug data to track.
* @param string $context The context where the debug came from.
Expand All @@ -5093,7 +5093,7 @@ function pods_debug_log_data( $debug, string $context, string $function, int $li
/**
* Log data to the Pods debug log.
*
* @since TBD
* @since 3.2.7
*
* @param mixed $debug The debug data to track.
* @param string $context The context where the debug came from.
Expand All @@ -5106,7 +5106,7 @@ function pods_debug_log_data( $debug, string $context, string $function, int $li
/**
* Determine whether Pods debug logging is enabled.
*
* @since TBD
* @since 3.2.7
*
* @return bool Whether Pods debug logging is enabled.
*/
Expand All @@ -5118,7 +5118,7 @@ function pods_is_debug_logging_enabled(): bool {
/**
* Allow filtering whether debug logging is enabled.
*
* @since TBD
* @since 3.2.7
*
* @param bool $is_debug_logging_enabled Whether debug logging is enabled.
*/
Expand Down
12 changes: 6 additions & 6 deletions src/Pods/Blocks/Types/Related_Item_List.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Pods/Integration.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/Pods/Integrations/Query_Monitor.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/Pods/Integrations/Query_Monitor/Collectors/Debug.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Pods/Integrations/Query_Monitor/Outputters/Debug.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 091c677

Please sign in to comment.