Skip to content

Demonstrate new tag format with active and inactive status #815

Merged
dannyvankooten merged 1 commit intoibericode:mainfrom
arnelap:Code-snippets-for-tag-removal
Feb 16, 2026
Merged

Demonstrate new tag format with active and inactive status #815
dannyvankooten merged 1 commit intoibericode:mainfrom
arnelap:Code-snippets-for-tag-removal

Conversation

@arnelap
Copy link
Contributor

@arnelap arnelap commented Jan 20, 2026

was $subscriber->tags[] = 'My tag';
now
$subscriber->tags[] = ['name' => 'Another tag', 'status' => 'active']; $subscriber->tags[] = ['name' => 'Remove this tag', 'status' => 'inactive'];

as for the CF7 ID, CF7 shows some internal ID that is NOT the post ID so that can be confusing.

…ied form ID for CF7

was $subscriber->tags[] = 'My tag';
now
$subscriber->tags[] = ['name' => 'Another tag', 'status' => 'active'];
$subscriber->tags[] = ['name' => 'Remove this tag', 'status' => 'inactive'];

as for the CF7 ID, CF7 shows some internal ID that is NOT the post ID so that can be confusing.
@dannyvankooten dannyvankooten merged commit 43fbff0 into ibericode:main Feb 16, 2026
8 checks passed
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.

2 participants