get_page_of_comment

get_page_of_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_page_of_comment') is found 1 times:

  • /wp-includes/comment.php line 1204
    	 *     @type int    $max_depth Maximum comment threading depth allowed.
    	 * }
    	 * @param int $comment_id ID of the comment.
    	 */
    	return apply_filters( 'get_page_of_comment', (int) $page, $args, $original_args, $comment_id );
    }
    
    /**
     * Retrieves the maximum character lengths for the comment form fields.
     *
     * @since 4.5.0