You appear to be a bot. Output may be restricted
Description
WP_Sitemaps_Empty_Test_Provider constructor.
Usage
WP_Sitemaps_Empty_Test_Provider::__construct( $object_type );
Parameters
- $object_type
- ( string ) optional default: test – Optional. Object type name to use. Default 'test'.
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/class-wp-sitemaps-empty-test-provider.php
Lines:
1 to 4 of 4
public function __construct( $object_type = 'test' ) { $this->object_type = $object_type; }