Skip to content

Conversation

@dlh01
Copy link
Member

@dlh01 dlh01 commented Nov 12, 2025

Fixes #399.

return $query_args;
}

if ( $request->get_param( 'wp_curate_include_future' ) === '1' ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ( $request->get_param( 'wp_curate_include_future' ) === '1' ) {
if ( '1' === $request->get_param( 'wp_curate_include_future' ) ) {

return $query_args;
}

if ( $request->get_param( 'wp_curate_include_future' ) === '1' ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ( $request->get_param( 'wp_curate_include_future' ) === '1' ) {
if ( '1' === $request->get_param( 'wp_curate_include_future' ) ) {

Copy link
Contributor

@juliobranha juliobranha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔮

@dlh01 dlh01 merged commit 1755b42 into develop Nov 12, 2025
13 checks passed
@dlh01 dlh01 deleted the feature/GH-399/scheduled-posts branch November 12, 2025 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow pinning scheduled posts

3 participants