You appear to be a bot. Output may be restricted
Description
Returns whether the importing action is enabled.
Usage
$bool = Abstract_Aioseo_Importing_Action::is_enabled();
Parameters
Returns
bool True by default unless a child class overrides it.
Source
File name: wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php
Lines:
1 to 3 of 3
public function is_enabled() { return true; }