register_post_type_args, $args, $this->name

register_post_type_args, $args, $this->name

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('register_post_type_args, $args, $this->name') is found 1 times:

  • /wp-includes/class-wp-post-type.php line 502
    		 * @param array  $args      Array of arguments for registering a post type.
    		 *                          See the register_post_type() function for accepted arguments.
    		 * @param string $post_type Post type key.
    		 */
    		$args = apply_filters( 'register_post_type_args', $args, $this->name );
    
    		$post_type = $this->name;
    
    		/**
    		 * Filters the arguments for registering a specific post type.
    		 *