You appear to be a bot. Output may be restricted
Description
Gets the public 'Yoast\WP\SEO\Repositories\SEO_Meta_Repository' shared autowired service.
Usage
$\Yoast\WP\SEO\Repositories\SEO_Meta_Repository = Cached_Container::getSEOMetaRepositoryService();
Parameters
Returns
\Yoast\WP\SEO\Repositories\SEO_Meta_Repository
Source
File name: wordpress-seo/src/generated/container.php
Lines:
1 to 4 of 4
protected function getSEOMetaRepositoryService() { return $this->services['Yoast\\WP\\SEO\\Repositories\\SEO_Meta_Repository'] = new \Yoast\WP\SEO\Repositories\SEO_Meta_Repository(); }