Filter Reference: geodir_imex_count_posts

Summary

Modify returned post counts for the current post type.

Package

GeoDirectory

Parameters

$posts_count
(int) (required) Post counts.

Default: None
$post_type
(string) (required) Post type.

Default: None

Change Log

Since: 1.4.6

Used by

geodirectory-admin/admin_functions.php: geodir_get_posts_count() [Line: 5068]

Source Code

    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );