FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Integrations
/
AIOSEO
Edit File: AIOSEOService.php
<?php namespace SureCart\Integrations\AIOSEO; use SureCart\Integrations\Abstracts\NoIndexService; /** * Controls the All in One SEO integration. */ class AIOSEOService extends NoIndexService { /** * The filter hook name for the robots meta. * * @var string */ protected $hook_name = 'aioseo_robots_meta'; }
Save
Back