Filter Reference: geodir_post_type_args

Summary

Filter post type args.

Parameters

$args
(string) (required) Post type args.

Default: None
$post_type
(string) (required) The post type.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/custom_taxonomy_hooks_actions.php: geodir_register_post_types() [Line: 82]

Source Code

            $args = apply_filters('geodir_post_type_args', $args, $post_type);