Skip to content

atmosphere_reactions_max_items

github-actions[bot] edited this page Jun 19, 2026 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'atmosphere_reactions_max_items' filter.
 *
 * @param int $int 
 * @return int The filtered value.
 */
function my_atmosphere_reactions_max_items_callback( int $int ) {
    // Your code here.
    return $int;
}
add_filter( 'atmosphere_reactions_max_items', 'my_atmosphere_reactions_max_items_callback' );

Parameters

  • int $int

Files

apply_filters( 'atmosphere_reactions_max_items', 50 )
\apply_filters( 'atmosphere_reactions_max_items', 50 )
apply_filters( 'atmosphere_reactions_max_items', 50 )

← All Hooks

Clone this wiki locally