You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jul 2, 2026
·
8 revisions
Filters the site.standard.publication record.
Filters that return a non-array fall back to the pre-filter
record.
Auto-generated Example
/** * Filters the site.standard.publication record. * * Filters that return a non-array fall back to the pre-filter * record. * * @param array $record * @return array The filtered value. */functionmy_atmosphere_transform_publication_callback( array$record ) {
// Your code here.return$record;
}
add_filter( 'atmosphere_transform_publication', 'my_atmosphere_transform_publication_callback' );